*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --terracotta-100: #fdebd7;
  --terracotta-200: #fbd3ae;
  --terracotta-300: #f5a97a;
  --terracotta-400: #ee7c45;
  --terracotta-500: #e05c20;
  --terracotta-600: #c44a15;
  --terracotta-700: #9c3710;
  --sand-50:  #fefaf5;
  --sand-100: #fdf6ee;
  --sand-200: #f5e9d8;
  --sand-300: #e8d3b5;
  --sand-400: #c8a97d;
  --forest-100: #d8ede0;
  --forest-500: #2e7d52;
  --forest-600: #256645;
  --fg: #1c1714;
  --muted: #7a6a5a;
  --card: #ffffff;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #fff; color: var(--fg); line-height: 1.6; }
.serif { font-family: 'Playfair Display', serif; }

/* ===== NAVIGATION ===== */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.3s, box-shadow 0.3s;
}
#header.scrolled {
  background: rgba(253,246,238,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 12px rgba(0,0,0,0.08);
  border-bottom: 1px solid var(--sand-200);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.logo-btn {
  background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
}
.logo-circle {
  width: 48px; height: 48px; border-radius: 50%; overflow: hidden;
  background: #fff; border: 2px solid var(--terracotta-400); flex-shrink: 0;
}
.logo-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.logo-name {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 1.2rem; color: #fff; transition: color 0.3s;
}
#header.scrolled .logo-name { color: var(--terracotta-700); }
nav.desktop { display: flex; align-items: center; gap: 4px; }
.nav-link {
  background: none; border: none; cursor: pointer;
  padding: 8px 16px; border-radius: 999px;
  font-size: 0.875rem; font-weight: 500; color: #fff;
  transition: background 0.2s, color 0.2s;
}
.nav-link:hover { background: var(--terracotta-100); color: var(--terracotta-700); }
#header.scrolled .nav-link { color: var(--fg); }
.btn-book-nav {
  margin-left: 12px; padding: 8px 20px; border-radius: 999px;
  background: var(--terracotta-500); color: #fff;
  border: none; cursor: pointer; font-weight: 600; font-size: 0.875rem;
  transition: background 0.2s;
}
.btn-book-nav:hover { background: var(--terracotta-600); }
.mobile-menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  color: #fff; font-size: 1.5rem; padding: 8px;
}
#header.scrolled .mobile-menu-btn { color: var(--fg); }
.mobile-menu {
  display: none; flex-direction: column; gap: 4px;
  background: rgba(253,246,238,0.98); backdrop-filter: blur(12px);
  border-top: 1px solid var(--sand-200); padding: 12px 16px 16px;
}
.mobile-menu.open { display: flex; }
.mobile-link {
  background: none; border: none; cursor: pointer;
  text-align: left; padding: 12px 16px; border-radius: 10px;
  font-weight: 500; font-size: 1rem; color: var(--fg);
  transition: background 0.2s, color 0.2s;
}
.mobile-link:hover { background: var(--terracotta-100); color: var(--terracotta-700); }
.btn-book-mobile {
  margin-top: 8px; padding: 12px 20px; border-radius: 999px;
  background: var(--terracotta-500); color: #fff; border: none; cursor: pointer;
  font-weight: 600; font-size: 1rem; text-align: center;
}
@media (max-width: 768px) {
  nav.desktop { display: none; }
  .mobile-menu-btn { display: block; }
}

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.65) 100%);
}
.hero-overlay2 {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
}
.hero-content {
  position: relative; z-index: 10; text-align: center;
  padding: 0 1.5rem; max-width: 900px; margin: 0 auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,92,32,0.9); color: #fff;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  padding: 6px 16px; border-radius: 999px; margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(3rem, 8vw, 5.5rem); color: #fff;
  line-height: 1.1; margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.hero h1 em { color: var(--terracotta-300); font-style: normal; }
.hero-tagline {
  color: rgba(255,255,255,0.9); font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 300; max-width: 600px; margin: 0 auto 40px;
  line-height: 1.6; text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.hero-tagline strong { color: var(--terracotta-200); font-weight: 600; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.btn-primary-hero {
  padding: 16px 32px; background: var(--terracotta-500); color: #fff;
  border: none; border-radius: 999px; cursor: pointer;
  font-weight: 600; font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.1s; min-width: 180px;
}
.btn-primary-hero:hover { background: var(--terracotta-600); transform: scale(1.01); }
.btn-outline-hero {
  padding: 16px 32px; background: rgba(255,255,255,0.15); color: #fff;
  border: 1px solid rgba(255,255,255,0.4); border-radius: 999px; cursor: pointer;
  font-weight: 600; font-size: 1.1rem; backdrop-filter: blur(4px);
  transition: background 0.2s; min-width: 180px;
}
.btn-outline-hero:hover { background: rgba(255,255,255,0.25); }
.hero-stats {
  margin-top: 64px; display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;
}
.hero-stat .value {
  font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700;
  color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.hero-stat .label { color: rgba(255,255,255,0.7); font-size: 0.8rem; font-weight: 500; margin-top: 4px; }
.scroll-arrow {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 10; animation: bounce 2s infinite;
  background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.7);
}
.scroll-arrow:hover { color: #fff; }
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== COMMON SECTION ===== */
section { padding: 80px 0; }
.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.section-label {
  font-weight: 600; font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--terracotta-500);
}
.section-title {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--fg); margin: 8px 0 16px;
}
.section-subtitle { color: var(--muted); font-size: 1.05rem; max-width: 520px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 56px; }

/* ===== ROOMS ===== */
#rooms { background: #fff; }
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.room-card {
  background: var(--card); border-radius: 18px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column;
}
.room-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.room-img { position: relative; height: 220px; overflow: hidden; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.room-card:hover .room-img img { transform: scale(1.05); }
.room-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--terracotta-500); color: #fff;
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 4px 12px; border-radius: 999px;
}
.room-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.room-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.room-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; }
.room-price-val { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--terracotta-600); }
.room-price-unit { font-size: 0.7rem; color: var(--muted); text-align: right; }
.room-beds { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }
.room-amenities { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; flex: 1; }
.amenity-tag {
  font-size: 0.7rem; background: var(--sand-200); color: rgba(28,23,20,0.7);
  padding: 4px 10px; border-radius: 999px; font-weight: 500;
}
.btn-book-room {
  width: 100%; padding: 10px; border-radius: 12px;
  background: var(--terracotta-500); color: #fff; border: none; cursor: pointer;
  font-weight: 600; font-size: 0.875rem; transition: background 0.2s;
}
.btn-book-room:hover { background: var(--terracotta-600); }
.rooms-note { text-align: center; color: var(--muted); font-size: 0.875rem; margin-top: 28px; }

.book-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

/* ===== AMENITIES ===== */
#amenities { background: var(--sand-100); }
.amenities-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 16px;
}
.amenity-card {
  background: var(--card); border-radius: 18px; padding: 20px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05); border: 1px solid var(--sand-200);
  position: relative; transition: transform 0.2s, box-shadow 0.2s;
}
.amenity-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.09); }
.amenity-card.coming-soon { border-style: dashed; border-color: var(--sand-300); opacity: 0.7; }
.coming-soon-badge {
  position: absolute; top: 8px; right: 8px;
  font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
  background: var(--sand-200); color: var(--muted); padding: 2px 8px; border-radius: 999px;
}
.amenity-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--terracotta-100); color: var(--terracotta-600);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px; font-size: 1.4rem;
}
.amenity-card.coming-soon .amenity-icon { background: var(--sand-200); color: var(--muted); }
.amenity-label { font-weight: 600; font-size: 0.875rem; color: var(--fg); margin-bottom: 4px; }
.amenity-desc { font-size: 0.75rem; color: var(--muted); }

/* ===== EXPERIENCES ===== */
#experiences { background: #fff; }
.exp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.exp-card {
  background: var(--card); border-radius: 18px; padding: 24px;
  border: 1px solid var(--sand-200); box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.exp-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.09); }
.exp-card.coming-soon { border-style: dashed; border-color: var(--sand-300); opacity: 0.75; }
.exp-top { display: flex; align-items: flex-start; justify-content: space-between; }
.exp-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--terracotta-100); color: var(--terracotta-600);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.exp-tag { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.exp-tag.paid { background: var(--terracotta-100); color: var(--terracotta-700); }
.exp-tag.soon { background: var(--sand-200); color: var(--muted); }
.exp-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.exp-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
.exp-enquire {
  margin-top: auto; font-size: 0.875rem; font-weight: 600;
  color: var(--terracotta-600); background: none; border: none; cursor: pointer;
  text-align: left; transition: color 0.2s;
}
.exp-enquire:hover { color: var(--terracotta-700); }

/* ===== LOCATION ===== */
#location { background: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 900px) { .location-grid { grid-template-columns: 1fr; } }
.location-address {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px; background: var(--sand-100); border-radius: 18px;
  border: 1px solid var(--sand-200); margin-bottom: 24px;
}
.loc-pin { color: var(--terracotta-500); margin-top: 2px; flex-shrink: 0; font-size: 1.1rem; }
.loc-name { font-weight: 600; font-size: 0.95rem; }
.loc-addr { color: var(--muted); font-size: 0.875rem; }
.loc-desc { color: var(--muted); line-height: 1.7; margin-bottom: 32px; font-size: 0.95rem; }
.nearby-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 16px; }
.nearby-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nearby-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px; border-radius: 12px; background: var(--card);
  border: 1px solid var(--sand-200); transition: border-color 0.2s;
}
.nearby-item:hover { border-color: var(--terracotta-200); }
.nearby-icon {
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.nearby-icon.attraction { background: var(--terracotta-100); color: var(--terracotta-600); }
.nearby-icon.transit { background: var(--forest-100); color: var(--forest-600); }
.nearby-name { font-size: 0.875rem; font-weight: 500; }
.nearby-dist { font-size: 0.75rem; color: var(--muted); }
.map-wrapper { position: relative; }
.map-frame { border-radius: 24px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); border: 1px solid var(--sand-200); aspect-ratio: 4/3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-float {
  position: absolute; bottom: -16px; left: -16px;
  background: var(--card); border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1); border: 1px solid var(--sand-200);
  padding: 14px 16px; display: flex; align-items: center; gap: 10px;
}
.float-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--terracotta-500); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.float-title { font-size: 0.75rem; font-weight: 600; }
.float-dist { font-size: 0.7rem; color: var(--muted); }

/* ===== REVIEWS ===== */
#reviews { background: var(--sand-100); }
.reviews-rating {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 20px; background: var(--card); padding: 10px 20px;
  border-radius: 999px; box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  border: 1px solid var(--sand-200);
}
.stars-row { display: flex; gap: 2px; }
.star-on { color: var(--terracotta-400); font-size: 0.875rem; }
.rating-val { font-weight: 700; font-size: 0.95rem; }
.rating-count { color: var(--muted); font-size: 0.875rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 48px; }
.review-card {
  background: var(--card); border-radius: 18px; padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07); border: 1px solid var(--sand-200);
  display: flex; flex-direction: column; gap: 16px;
}
.review-stars { display: flex; gap: 2px; }
.r-star-on { color: var(--terracotta-400); font-size: 1rem; }
.r-star-off { color: var(--sand-300); font-size: 1rem; }
.review-text { color: rgba(28,23,20,0.8); font-size: 0.875rem; line-height: 1.6; font-style: italic; flex: 1; }
.review-footer { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid var(--sand-200); }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--terracotta-100); color: var(--terracotta-600);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; flex-shrink: 0;
}
.reviewer-name { font-weight: 600; font-size: 0.875rem; }
.reviewer-meta { font-size: 0.75rem; color: var(--muted); }

/* Review submit form */
.review-form-wrap {
  max-width: 640px; margin: 0 auto;
  background: var(--card); border-radius: 20px;
  border: 1px solid var(--sand-200); box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
}
.review-form-header {
  padding: 24px 24px 16px; border-bottom: 1px solid var(--sand-200);
}
.review-form-header h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; }
.review-form-header p { color: var(--muted); font-size: 0.875rem; margin-top: 4px; }
.review-form { padding: 24px; display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group-r { display: flex; flex-direction: column; gap: 6px; }
.form-label-r { font-size: 0.875rem; font-weight: 500; color: var(--fg); }
.form-label-r span { color: var(--terracotta-500); }
.form-input-r {
  padding: 10px 14px; border-radius: 10px;
  border: 1px solid var(--sand-300); background: #fff;
  font-size: 0.9rem; color: var(--fg); outline: none;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
}
.form-input-r:focus { border-color: var(--terracotta-400); }
.form-textarea-r {
  padding: 10px 14px; border-radius: 10px;
  border: 1px solid var(--sand-300); background: #fff;
  font-size: 0.9rem; color: var(--fg); outline: none;
  font-family: 'Inter', sans-serif; resize: none;
  transition: border-color 0.2s;
}
.form-textarea-r:focus { border-color: var(--terracotta-400); }
.star-input-row { display: flex; gap: 6px; }
.star-btn {
  background: none; border: none; cursor: pointer; padding: 2px;
  font-size: 1.75rem; line-height: 1; color: var(--sand-300);
  transition: transform 0.1s, color 0.1s;
}
.star-btn:hover { transform: scale(1.15); }
.star-btn.active { color: var(--terracotta-400); }
.char-hint { font-size: 0.75rem; color: var(--muted); }
.char-hint.error { color: #dc2626; }
.btn-submit-review {
  width: 100%; padding: 12px; border-radius: 14px;
  background: var(--terracotta-500); color: #fff; border: none; cursor: pointer;
  font-weight: 600; font-size: 1rem; transition: background 0.2s;
}
.btn-submit-review:hover { background: var(--terracotta-600); }
.review-success {
  display: flex; align-items: flex-start; gap: 12px;
  background: #f0fdf4; border: 1px solid #86efac; border-radius: 12px;
  padding: 14px 16px; color: #166534; font-size: 0.875rem;
}
.review-error {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fef2f2; border: 1px solid #fca5a5; border-radius: 12px;
  padding: 14px 16px; color: #dc2626; font-size: 0.875rem;
}

/* ===== BOOKING ===== */
#book { background: var(--terracotta-600); padding: 80px 0; position: relative; overflow: hidden; }
.book-decor-1 {
  position: absolute; top: 0; right: 0; width: 384px; height: 384px;
  border-radius: 50%; background: rgba(255,255,255,0.1); transform: translate(50%,-50%);
}
.book-decor-2 {
  position: absolute; bottom: 0; left: 0; width: 256px; height: 256px;
  border-radius: 50%; background: rgba(255,255,255,0.1); transform: translate(-50%,50%);
}
.book-inner { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; position: relative; }
.book-header { text-align: center; margin-bottom: 36px; }
.book-label { color: var(--terracotta-200); font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; }
.book-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #fff; margin: 8px 0 12px; }
.book-subtitle { color: rgba(255,255,255,0.75); font-size: 1rem; }
.book-form {
  background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border-radius: 24px; padding: 32px; border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.form-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   width: 100%;
  }
@media (max-width: 600px) {
    .form-grid {
      grid-template-columns: 100%;
      gap: 16px;
    }
    .book-form {
      padding: 20px 16px;
    }
  }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { color: rgba(255,255,255,0.9); font-weight: 500; font-size: 0.875rem; }
.form-input {
      padding: 10px 14px;
      border-radius: 12px;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.25);
      color: #fff;
      font-size: 0.9rem;
      outline: none;
      font-family: 'Inter', sans-serif;
      transition: border-color 0.2s;
      color-scheme: dark;

      width: 100%;
      max-width: 100%;
    }
.form-input::placeholder { color: rgba(255,255,255,0.4); }
.form-input:focus { border-color: rgba(255,255,255,0.6); }
.form-input option { background: #333; color: #fff; }
.form-error { color: #fca5a5; font-size: 0.75rem; margin-top: 2px; }
.btn-submit {
  margin-top: 28px; width: 100%; padding: 16px; border-radius: 16px;
  background: #fff; color: var(--terracotta-700); border: none; cursor: pointer;
  font-weight: 700; font-size: 1.1rem; box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: background 0.2s, transform 0.1s; font-family: 'Inter', sans-serif;
}
.btn-submit:hover { background: var(--sand-100); transform: scale(1.005); }
.form-note { text-align: center; color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 12px; }
.book-success {
  background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border-radius: 24px; padding: 48px 32px; text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
}
.book-success-icon {
  width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 24px;
}
.book-success h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.book-success p { color: rgba(255,255,255,0.8); margin-bottom: 8px; }
.book-summary {
  background: rgba(255,255,255,0.1); border-radius: 16px; padding: 16px;
  text-align: left; font-size: 0.875rem; color: rgba(255,255,255,0.8);
  margin: 20px 0; display: flex; flex-direction: column; gap: 6px;
}
.book-summary span { color: rgba(255,255,255,0.5); }
.btn-reset {
  padding: 12px 28px; border-radius: 999px; background: #fff;
  color: var(--terracotta-700); border: none; cursor: pointer;
  font-weight: 600; font-size: 0.95rem; margin-top: 12px;
  transition: background 0.2s; font-family: 'Inter', sans-serif;
}
.btn-reset:hover { background: var(--sand-100); }

/* ===== FOOTER ===== */
footer { background: var(--fg); color: var(--sand-100); }
.footer-main { max-width: 1280px; margin: 0 auto; padding: 56px 1.5rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo-circle {
  width: 48px; height: 48px; border-radius: 50%; overflow: hidden; background: #fff;
  border: 2px solid var(--terracotta-400); flex-shrink: 0;
}
.footer-logo-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: #fff; }
.footer-tagline { color: var(--sand-400); font-size: 0.875rem; line-height: 1.6; margin-bottom: 20px; }
.social-links { display: flex; gap: 10px; }
.social-link {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.1); color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 0.9rem; transition: background 0.2s;
}
.social-link:hover { background: var(--terracotta-500); }
.footer-col-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; font-size: 0.875rem; color: var(--sand-400); }
.contact-icon { color: var(--terracotta-400); margin-top: 2px; font-size: 0.9rem; flex-shrink: 0; }
.contact-item a { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-item a:hover { color: #fff; }
.quick-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.quick-link { font-size: 0.875rem; color: var(--sand-400); background: none; border: none; cursor: pointer; text-align: left; transition: color 0.2s; font-family: 'Inter', sans-serif; }
.quick-link:hover { color: var(--terracotta-300); }
.footer-bar {
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: 1280px; margin: 0 auto; padding: 20px 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 0.75rem; color: #a89070;
}
.footer-bar a { color: var(--terracotta-300); text-decoration: none; font-weight: 500; }
.footer-bar a:hover { color: var(--terracotta-200); }

@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
