/* ══════════════════════════════════════
   HOME PAGE STYLES  (css/home.css)
   ══════════════════════════════════════ */

/* ── HERO ── */
.hero {
  position: relative;
  height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
}

/* ---- VIDEO PLACEHOLDER ---- */
.hero-video-placeholder {
  position: absolute;
  inset: 0;
  background: #1A2832;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 60% 50%, #2A5A6E55 0%, transparent 65%);
}
.video-placeholder-label {
  position: relative;
  z-index: 1;
  border: 2px dashed rgba(255,255,255,0.2);
  border-radius: 14px;
  padding: 24px 40px;
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-family: 'Outfit', sans-serif;
}
.vp-icon {
  font-size: 32px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.video-placeholder-label strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
}
.video-placeholder-label p {
  font-size: 13px;
}
/* ---------------------------------- */

/* Replace placeholder with real video */
.hero-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,18,24,0.90) 0%,
    rgba(10,18,24,0.45) 45%,
    rgba(10,18,24,0.18) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 4;
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hero-text { max-width: 560px; }

.hero-badge {
  display: inline-block;
  background: rgba(200,144,42,0.25);
  border: 1px solid rgba(200,144,42,0.5);
  color: #F5C875;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  line-height: 1.1;
}
.hero h1 em { font-style: italic; color: #7DD8CC; }

.hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 28px;
  max-width: 460px;
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-off-badge {
  background: rgba(255,255,255,0.22);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.hero-stats {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  padding-bottom: 4px;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* ── DISCOUNT STRIP ── */
.discount-strip {
  background: var(--deep);
  color: white;
  padding: 22px 0;
}
.discount-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.discount-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.discount-badge-big {
  background: var(--gold);
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 12px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.discount-left strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.discount-left span {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

/* ── AWARDS STRIP ── */
.awards-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.awards-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.award-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.award-strip-item:last-child { border-right: none; }
.award-strip-item:hover { background: rgba(42,127,114,0.04); }
.award-strip-icon {
  font-size: 26px;
  flex-shrink: 0;
}
.award-strip-text strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--deep);
  line-height: 1.3;
  margin-bottom: 2px;
}
.award-strip-text span {
  font-size: 12px;
  color: var(--text-mid);
  font-weight: 300;
}

/* ── BOOKING BAR ── */
.booking-bar-wrap {
  padding: 0 0 0;
  position: relative;
  z-index: 10;
}
.booking-bar {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 24px 28px;
  margin: 32px 0;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.booking-field { flex: 1; min-width: 130px; }
.booking-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 6px;
  font-weight: 500;
}
.booking-field input[type="date"],
.booking-field select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(200,184,154,0.4);
  border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  background: var(--cream);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.booking-field input:focus,
.booking-field select:focus { border-color: var(--teal); }
.booking-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.booking-note {
  font-size: 11px;
  color: var(--gold);
  font-weight: 500;
  white-space: nowrap;
}

/* ── ROOMS PREVIEW GRID ── */
.rooms-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.room-illo {
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* Illustration backgrounds — swap for real photos later */
.room-illo-private  { background: linear-gradient(135deg, #4A3020 0%, #6A4A30 100%); }
.room-illo-dorm-teal  { background: linear-gradient(135deg, #1A3040 0%, #2A5A70 100%); }
.room-illo-dorm-green { background: linear-gradient(135deg, #1A3A2A 0%, #2A5A3A 100%); }

/* Add a subtle pattern overlay */
.room-illo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 Q10 0 20 20 Q30 40 40 20' stroke='%23ffffff08' stroke-width='1' fill='none'/%3E%3C/svg%3E");
}

.room-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  z-index: 1;
}
.room-tag-teal  { background: var(--teal);  color: white; }
.room-tag-gold  { background: var(--gold);  color: white; }
.room-tag-dark  { background: rgba(26,40,50,0.8); color: white; }

.room-card-featured { border: 2px solid var(--gold) !important; }

.room-body { padding: 18px 20px 20px; }
.room-name { font-size: 18px; font-weight: 700; color: var(--deep); margin-bottom: 6px; line-height: 1.3; }
.room-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-mid); margin-bottom: 8px; flex-wrap: wrap; }

.pill { padding: 2px 9px; border-radius: 20px; font-weight: 500; font-size: 11px; }
.pill-teal { background: rgba(42,127,114,0.1); color: var(--teal); }
.pill-gold { background: rgba(200,144,42,0.1); color: var(--gold); }

.room-desc { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin-bottom: 16px; }
.room-footer { display: flex; align-items: center; justify-content: space-between; }
.room-price { font-size: 20px; font-weight: 500; color: var(--teal); }
.room-price span { font-size: 12px; color: var(--text-mid); font-weight: 300; }
.btn-sm { padding: 8px 18px; font-size: 13px; }

/* ── AMENITIES ── */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.amenity-item {
  padding: 22px 16px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}
.amenity-icon {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

/* ── REVIEWS ── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(200,184,154,0.22);
}
.stars { color: var(--gold); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  quotes: none;
}
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; color: white; flex-shrink: 0;
}
.review-name { font-size: 13px; font-weight: 500; color: var(--text-dark); }
.review-country { font-size: 12px; color: var(--text-mid); }

/* ── LOCATION ── */
.location-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.location-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.location-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-mid);
}
.loc-icon {
  width: 34px; height: 34px;
  background: rgba(42,127,114,0.10);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.location-map-placeholder {
  height: 380px;
  border-radius: var(--radius-lg);
  background: #C8D8E0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Real Google Maps embed will fill this — just replace the placeholder div */
.location-map-placeholder iframe {
  width: 100%; height: 100%; border: none;
}
.map-placeholder-inner {
  text-align: center;
  color: #4A6A7A;
  font-family: 'Outfit', sans-serif;
}
.map-placeholder-inner span { font-size: 40px; display: block; margin-bottom: 10px; }
.map-placeholder-inner strong { font-size: 15px; font-weight: 500; display: block; margin-bottom: 4px; }
.map-placeholder-inner p { font-size: 13px; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .rooms-preview-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .hero { height: auto; min-height: 520px; }
  .hero h1 { font-size: 38px; }
  .hero-content { flex-direction: column; align-items: flex-start; gap: 24px; padding-bottom: 40px; 
    padding-top: 40px; }
  .hero-stats { padding-bottom: 0; }
  .rooms-preview-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .location-wrap { grid-template-columns: 1fr; }
  .booking-bar { flex-direction: column; align-items: stretch; }
  .discount-strip-inner { flex-direction: column; align-items: flex-start; }
}

/* ── AWARDS STRIP RESPONSIVE ── */
@media (max-width: 1024px) {
  .awards-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .award-strip-item:nth-child(2) { border-right: none; }
  .award-strip-item:nth-child(1),
  .award-strip-item:nth-child(2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 768px) {
  .awards-strip-inner { grid-template-columns: 1fr; }
  .award-strip-item { border-right: none; border-bottom: 1px solid var(--border); }
  .award-strip-item:last-child { border-bottom: none; }
}


/* ══════════════════════════════════════
   EVENTS SECTION
   ══════════════════════════════════════ */

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.event-card {
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.event-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.event-card-featured {
  border-color: var(--gold);
  border-width: 2px;
}

/* Coloured header bar */
.event-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: var(--deep);
}
.event-card-featured .event-top {
  background: linear-gradient(135deg, #C8601A 0%, #1A2832 100%);
}
.event-card:nth-child(2) .event-top { background: linear-gradient(135deg, #1A3A5A 0%, #2A7F72 100%); }
.event-card:nth-child(3) .event-top { background: linear-gradient(135deg, #2A1A3A 0%, #1A2832 100%); }
.event-card:nth-child(4) .event-top { background: linear-gradient(135deg, #1A3020 0%, #2A5A3A 100%); }

.event-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  background: rgba(255,255,255,0.15);
}

.event-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin: 0;
}

.event-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
  padding: 22px 24px;
}

.events-cta {
  background: linear-gradient(135deg, var(--deep) 0%, #2A4050 100%);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.events-cta p {
  font-size: 17px;
  font-weight: 500;
  color: white;
  margin: 0;
}

/* ── RESPONSIVE EVENTS ── */
@media (max-width: 768px) {
  .events-grid { grid-template-columns: 1fr; }
  .events-cta { flex-direction: column; align-items: flex-start; }
}
