/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest: #1e3a2f;
  --forest-light: #2d5241;
  --champagne: #c9a050;
  --champagne-light: #e2bc74;
  --cream: #faf8f3;
  --ivory: #f3efe6;
  --white: #ffffff;
  --charcoal: #2a2520;
  --text: #3d3530;
  --text-light: #7a6f68;
  --border: #e8e0d4;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  line-height: 1.75;
  background: var(--white);
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px;
}

.section { padding: 90px 0; }
.section-sm { padding: 56px 0; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.3;
}

.section-label {
  text-align: center;
  margin-bottom: 52px;
}

.section-label h2 {
  font-size: 2.2rem;
  color: var(--forest);
  margin-bottom: 14px;
}

.section-label p {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.02rem;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px auto 18px;
}

.divider span:nth-child(1),
.divider span:nth-child(3) {
  display: block;
  width: 56px;
  height: 1.5px;
  background: var(--champagne);
}

.divider span:nth-child(2) {
  width: 7px;
  height: 7px;
  background: var(--champagne);
  border-radius: 50%;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  border-radius: 2px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
}

.btn-gold {
  background: var(--champagne);
  color: var(--forest);
  border-color: var(--champagne);
}

.btn-gold:hover {
  background: var(--champagne-light);
  border-color: var(--champagne-light);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.7);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--forest);
  border-color: var(--white);
}

.btn-forest {
  background: var(--forest);
  color: var(--white);
  border-color: var(--forest);
}

.btn-forest:hover {
  background: var(--forest-light);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(30, 58, 47, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 160, 80, 0.25);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.navbar-brand img {
  height: 44px;
  width: 44px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.navbar-brand .brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--champagne);
  line-height: 1.25;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--champagne);
  background: rgba(201,160,80,0.1);
}

.nav-phone {
  color: var(--champagne);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  background: none;
  border: none;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

/* ===== PAGE BANNER ===== */
.page-banner {
  background: linear-gradient(160deg, var(--forest) 0%, #0f261a 100%);
  padding: 120px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a050' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-banner h1 {
  font-size: 2.8rem;
  color: var(--white);
  margin-bottom: 16px;
  position: relative;
}

.page-banner h1 span {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--champagne);
  margin: 16px auto 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  position: relative;
}

.breadcrumb a { color: var(--champagne); }

/* ===== HERO ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-slides { position: absolute; inset: 0; }

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-slide.active { opacity: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15,38,26,0.88) 0%, rgba(15,38,26,0.45) 60%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 620px;
}

.hero-content .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-content .tag::before,
.hero-content .tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--champagne);
}

.hero-content h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  margin-bottom: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  max-width: 480px;
  line-height: 1.8;
}

.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-dots {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 28px;
  height: 3px;
  border: none;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  border-radius: 2px;
}

.hero-dots button.active {
  background: var(--champagne);
  width: 48px;
}

/* ===== QUICK ACTIONS ===== */
.quick-actions { background: var(--forest); }

.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 28px 16px;
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s, color 0.2s;
}

.quick-item:last-child { border-right: none; }
.quick-item:hover { background: var(--forest-light); color: var(--champagne); }
.quick-item .icon { font-size: 1.6rem; margin-bottom: 4px; }

/* ===== ROOMS GRID ===== */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.room-card {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(42,37,32,0.1);
  background: var(--white);
  transition: transform 0.3s, box-shadow 0.3s;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(42,37,32,0.14);
}

.room-card-img {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.room-card:hover .room-card-img img { transform: scale(1.06); }

.room-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--champagne);
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.room-card-body { padding: 24px; }

.room-card-body h3 {
  font-size: 1.3rem;
  color: var(--forest);
  margin-bottom: 8px;
}

.room-card-body p {
  color: var(--text-light);
  font-size: 0.93rem;
  margin-bottom: 16px;
}

.room-features {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.room-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--text-light);
}

.room-feature .dot {
  width: 5px;
  height: 5px;
  background: var(--champagne);
  border-radius: 50%;
  flex-shrink: 0;
}

.room-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.room-price .price {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--forest);
  font-weight: 700;
}

.room-price .price span {
  font-family: 'Nunito', sans-serif;
  font-size: 0.78rem;
  color: var(--text-light);
  font-weight: 400;
}

/* ===== ABOUT SECTION ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about-img-wrap { position: relative; }

.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}

.about-img-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--champagne);
  color: var(--forest);
  padding: 20px 24px;
  text-align: center;
}

.about-img-badge .num {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.about-img-badge .label {
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.about-content h2 {
  font-size: 2.1rem;
  color: var(--forest);
  margin-bottom: 20px;
}

.about-content .gold-line {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--champagne);
  margin-bottom: 20px;
}

.about-content p {
  color: var(--text-light);
  margin-bottom: 16px;
  font-size: 0.98rem;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0 32px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text);
}

.about-feature::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--champagne);
  color: var(--forest);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ===== BANQUET SECTION ===== */
.banquet-section { background: var(--forest); }
.banquet-section .section-label h2 { color: var(--white); }
.banquet-section .section-label p { color: rgba(255,255,255,0.65); }

.banquet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.banquet-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 310px;
}

.banquet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.banquet-card:hover img { transform: scale(1.08); }

.banquet-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,38,26,0.92) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.banquet-card-overlay h3 {
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

/* ===== EVENTS GRID ===== */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.event-card {
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(42,37,32,0.08);
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(42,37,32,0.12);
}

.event-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.event-card-body { padding: 22px; }

.event-card-body h3 {
  font-size: 1.1rem;
  color: var(--forest);
  margin-bottom: 8px;
}

.event-card-body p {
  color: var(--text-light);
  font-size: 0.88rem;
}

/* ===== AMENITIES ===== */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.amenity-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 30px 18px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.amenity-card:hover {
  border-color: var(--champagne);
  box-shadow: 0 4px 20px rgba(201,160,80,0.14);
  transform: translateY(-3px);
}

.amenity-card .icon { font-size: 2.2rem; margin-bottom: 14px; display: block; }

.amenity-card h4 {
  font-size: 0.95rem;
  color: var(--forest);
  margin-bottom: 6px;
}

.amenity-card p { font-size: 0.82rem; color: var(--text-light); }

/* ===== NEARBY SECTION ===== */
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nearby-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 16px;
  text-align: center;
  transition: border-color 0.2s;
}

.nearby-card:hover { border-color: var(--champagne); }

.nearby-card .icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }

.nearby-card h4 {
  font-size: 0.9rem;
  color: var(--forest);
  margin-bottom: 6px;
}

.nearby-card p { font-size: 0.8rem; color: var(--text-light); }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--champagne); padding: 44px 0; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat-item {
  padding: 0 20px;
  border-right: 1px solid rgba(30,58,47,0.2);
}

.stat-item:last-child { border-right: none; }

.stat-item .num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--forest);
  line-height: 1;
}

.stat-item .label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--forest);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 52px;
  align-items: start;
}

.contact-info h2 {
  font-size: 2rem;
  color: var(--forest);
  margin-bottom: 8px;
}

.contact-info .gold-line {
  display: block;
  width: 44px;
  height: 2px;
  background: var(--champagne);
  margin-bottom: 20px;
}

.contact-info p { color: var(--text-light); margin-bottom: 28px; }

.contact-items { display: flex; flex-direction: column; gap: 20px; }

.contact-item { display: flex; gap: 16px; align-items: flex-start; }

.contact-item .icon-box {
  width: 46px;
  height: 46px;
  background: var(--forest);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-item .detail h4 {
  font-size: 0.78rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-item .detail p,
.contact-item .detail a {
  color: var(--text-light);
  font-size: 0.92rem;
  display: block;
}

.contact-item .detail a:hover { color: var(--champagne); }

/* ===== FORM ===== */
.contact-form {
  background: var(--cream);
  padding: 40px;
  border-radius: 4px;
  border: 1px solid var(--border);
}

.contact-form h3 {
  font-size: 1.5rem;
  color: var(--forest);
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 3px;
  font-size: 0.92rem;
  font-family: 'Nunito', sans-serif;
  background: var(--white);
  color: var(--text);
  transition: border-color 0.2s;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--champagne);
}

.form-group textarea { resize: vertical; min-height: 110px; }

/* ===== MAP ===== */
.map-wrap {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 52px;
  border: 1px solid var(--border);
}

.map-wrap iframe { width: 100%; height: 420px; border: none; display: block; }

/* ===== SERVICES ===== */
.services-list { display: flex; flex-direction: column; gap: 56px; }

.service-item {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
}

.service-item.reverse { direction: rtl; }
.service-item.reverse > * { direction: ltr; }

.service-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
}

.service-content h3 {
  font-size: 1.55rem;
  color: var(--forest);
  margin-bottom: 12px;
}

.service-content .gold-line {
  display: block;
  width: 38px;
  height: 2px;
  background: var(--champagne);
  margin-bottom: 14px;
}

.service-content p { color: var(--text-light); line-height: 1.85; }

/* ===== CONFERENCE ===== */
.conference-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.conf-feature {
  background: var(--cream);
  padding: 28px 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid var(--border);
}

.conf-feature .icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.conf-feature h4 { font-size: 0.95rem; color: var(--forest); margin-bottom: 8px; }
.conf-feature p { font-size: 0.88rem; color: var(--text-light); }

/* ===== FOOTER ===== */
.footer {
  background: var(--charcoal);
  padding: 68px 0 0;
  color: rgba(255,255,255,0.65);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-brand img {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
  border-radius: 4px;
}

.footer-brand p { font-size: 0.88rem; line-height: 1.75; }

.footer-col h4 {
  font-family: 'Playfair Display', serif;
  color: var(--champagne);
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.footer-col ul { display: flex; flex-direction: column; gap: 10px; }

.footer-col ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover { color: var(--champagne); }

.footer-contact { display: flex; flex-direction: column; gap: 10px; }

.footer-contact a,
.footer-contact span {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-contact a:hover { color: var(--champagne); }

.social-links { display: flex; gap: 10px; margin-top: 16px; }

.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  transition: all 0.2s;
}

.social-link:hover {
  background: var(--champagne);
  border-color: var(--champagne);
  color: var(--forest);
}

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
}

.footer-bottom a { color: var(--champagne); }

/* ===== PLATFORM GRID ===== */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.platform-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: var(--text);
}

.platform-card:hover {
  border-color: var(--champagne);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
  color: var(--text);
}

.platform-logo-img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.platform-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--forest);
  flex: 1;
}

.platform-book {
  display: inline-block;
  padding: 8px 20px;
  background: var(--forest);
  color: var(--white);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.platform-card:hover .platform-book {
  background: var(--champagne);
  color: var(--forest);
}


























































@media (max-width: 480px) {
  .platform-grid { grid-template-columns: 1fr; }
}

/* ===== BOOKING PLATFORM CARDS ===== */
.booking-platform-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  color: var(--text);
}

.booking-platform-card:hover {
  border-color: var(--champagne);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(201,160,80,0.15);
  color: var(--text);
}

.bp-icon { font-size: 2rem; margin-bottom: 4px; }

.bp-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--forest);
}

.bp-price {
  font-size: 0.8rem;
  color: var(--champagne);
  font-weight: 600;
}

.bp-cta {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--text-light);
  margin-top: 4px;
  text-transform: uppercase;
}

.booking-platform-card:hover .bp-cta { color: var(--champagne); }

@media (max-width: 860px) {
  .booking-platform-card-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 640px) {
  [style*="grid-template-columns: repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 54px;
  height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: transform 0.2s;
}

.wa-float:hover { transform: scale(1.1); }

/* ===== CONFERENCE SPLIT GRID ===== */
.conf-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .navbar-brand .brand-text { display: none; }
  .nav-links { gap: 4px; }
  .nav-links a { font-size: 0.73rem; padding: 6px 6px; }
}

@media (max-width: 640px) {
  .navbar-brand .brand-text { display: block; font-size: 1rem; }
}

@media (max-width: 860px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-badge { right: 0; }
  .banquet-grid { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .stat-item { border-right: none; padding-bottom: 20px; border-bottom: 1px solid rgba(30,58,47,0.2); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(30,58,47,0.2); }
  .contact-grid { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 1fr; }
  .service-item.reverse { direction: ltr; }
  .conference-features { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }

  /* Collapse inline conference grid and centre its content */
  .conf-split-grid { grid-template-columns: 1fr; }
  .conf-split-grid h3, .conf-split-grid p { text-align: center; }
  .conf-split-grid ul { text-align: left; }

  /* Centre service content (headings, gold line, buttons) when stacked */
  .service-content { text-align: center; }
  .service-content p { text-align: left; }
  .service-content .gold-line { margin-left: auto; margin-right: auto; }

  /* Centre about-content (headings, gold line, buttons) when image stacks above */
  .about-content { text-align: center; }
  .about-content p { text-align: left; }
  .about-content .gold-line { margin-left: auto; margin-right: auto; }
  .about-features { justify-content: center; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .menu-toggle { display: flex; }
  .hero-content { text-align: center; }
  .hero-content h1 { font-size: 2rem; }
  .hero-content p { margin-left: auto; margin-right: auto; }
  .banquet-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .nearby-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .conference-features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .page-banner h1 { font-size: 2rem; }

  /* Collapse quick-contact 3-col bar to single column */
  [style*="grid-template-columns: repeat(3, 1fr)"] { grid-template-columns: 1fr !important; }
}

.nav-links.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 68px; left: 0; right: 0;
  background: var(--forest);
  padding: 24px 28px;
  gap: 4px;
  border-top: 1px solid rgba(201,160,80,0.2);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.nav-links.open a {
  padding: 10px 12px;
  border-radius: 2px;
  font-size: 0.85rem;
}
