/* ============================================
   VIBES ON THE ROCK — Stay Stylesheet
   ============================================ */

/* HERO */
.stay-hero {
  position: relative;
  width: 100%;
  min-height: 55vh;
  background: #071D3A;
  background-image: url('https://vibesontherock.com/images/votr-stay-hero.jpg');
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.stay-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(7,29,58,0.88) 0%, rgba(7,29,58,0.5) 60%, rgba(7,29,58,0.15) 100%);
}
.stay-hero-content {
  position: relative; z-index: 2;
  padding: 80px 60px; max-width: 700px;
}
.hero-coords {
  position: absolute; bottom: 36px; right: 48px; z-index: 2;
  font-family: 'Share Tech Mono', monospace;
  font-size: 13px; color: rgba(244,240,232,0.35); letter-spacing: 3px;
}

/* BOOK EARLY BANNER */
.book-early-banner { background: #E98970; padding: 14px 60px; }
.book-early-inner {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; gap: 12px; color: #fff;
}
.book-early-inner svg { flex-shrink: 0; }
.book-early-inner p { font-size: 13px; line-height: 1.5; }
.book-early-inner strong { font-weight: 700; }

/* SECTIONS */
.stay-section { background: #F6F3EC; padding: 80px 60px; }
.stay-section-hotels { border-top: 1px solid rgba(7,29,58,0.08); }
.stay-section-inner { max-width: 1140px; margin: 0 auto; }
.stay-section-header { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.stay-section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 300; font-style: italic;
  color: #071D3A; line-height: 1.2; margin-bottom: 16px;
}
.stay-section-headline em { font-style: italic; color: #E98970; }
.stay-section-sub { font-size: 14px; line-height: 1.9; color: rgba(7,29,58,0.65); }

/* AIRBNB GRID */
.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* STAY CARD */
.stay-card {
  background: #fff;
  border: 1px solid rgba(7,29,58,0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(7,29,58,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex; flex-direction: column;
}
.stay-card:hover {
  box-shadow: 0 8px 28px rgba(7,29,58,0.12);
  transform: translateY(-3px);
}
.stay-card-img {
  position: relative; overflow: hidden; height: 200px;
}
.stay-card-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.3s;
}
.stay-card:hover .stay-card-img img { transform: scale(1.04); }
.stay-badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(7,29,58,0.85); color: #F6F3EC;
  font-size: 9px; font-weight: 700; letter-spacing: 1px;
  padding: 5px 10px; border-radius: 20px; backdrop-filter: blur(4px);
}
.stay-card-body { padding: 20px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.stay-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.stay-type { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(7,29,58,0.45); }
.stay-rating { font-size: 12px; font-weight: 700; color: #D5B56F; }
.stay-reviews { font-weight: 400; color: rgba(7,29,58,0.4); font-size: 10px; }
.stay-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px; font-weight: 600; color: #071D3A; margin-bottom: 6px; line-height: 1.2;
}
.stay-location { font-size: 11px; color: rgba(7,29,58,0.45); margin-bottom: 10px; }
.stay-desc { font-size: 12px; line-height: 1.75; color: rgba(7,29,58,0.62); margin-bottom: 18px; flex: 1; }
.stay-btn {
  display: block; text-align: center;
  background: #071D3A; color: #F6F3EC;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; padding: 12px 16px; border-radius: 8px;
  transition: background 0.2s; margin-top: auto;
}
.stay-btn:hover { background: #E98970; }

/* VIEW ALL */
.stay-view-all { text-align: center; }
.stay-view-all-btn {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: #071D3A; text-decoration: none;
  border-bottom: 1px solid #D5B56F; padding-bottom: 3px; transition: color 0.2s;
}
.stay-view-all-btn:hover { color: #E98970; }

/* HOTELS PLACEHOLDER */
.hotels-placeholder {
  background: rgba(7,29,58,0.03);
  border: 2px dashed rgba(7,29,58,0.12);
  border-radius: 14px; padding: 60px 40px; text-align: center;
}
.hotels-placeholder-icon { font-size: 40px; margin-bottom: 16px; }
.hotels-placeholder-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px; font-weight: 600; color: #071D3A; margin-bottom: 10px;
}
.hotels-placeholder-body {
  font-size: 14px; line-height: 1.8; color: rgba(7,29,58,0.58);
  max-width: 480px; margin: 0 auto 28px;
}

/* DIASPORA CITIES */
.diaspora-section {
  background: #F6F3EC;
  padding: 80px 60px;
  border-top: 1px solid rgba(7,29,58,0.08);
  text-align: center;
}
.diaspora-inner { max-width: 1140px; margin: 0 auto; }
.diaspora-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 42px); font-weight: 300; font-style: italic;
  color: #071D3A; margin-bottom: 10px;
}
.diaspora-sub {
  font-size: 14px; color: rgba(7,29,58,0.5); margin-bottom: 48px;
}
.diaspora-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.diaspora-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: default;
}
.diaspora-badge-inner {
  width: 90px; height: 90px;
  border-radius: 50%;
  border: 2px solid var(--badge-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--badge-color);
  transition: background 0.2s, color 0.2s;
  padding: 12px;
}
.diaspora-badge:hover .diaspora-badge-inner {
  background: var(--badge-color);
  color: #fff;
}
.diaspora-badge-home .diaspora-badge-inner {
  background: #071D3A;
  color: #D5B56F;
  border-color: #071D3A;
}
.diaspora-code {
  font-family: 'Share Tech Mono', monospace;
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  line-height: 1;
}
.diaspora-city {
  font-size: 11px; font-weight: 600; letter-spacing: 1px;
  color: rgba(7,29,58,0.55); text-align: center;
  max-width: 90px;
}
.diaspora-badge-home .diaspora-city { color: #071D3A; font-weight: 700; }

@media (max-width: 900px) {
  .diaspora-section { padding: 60px 24px; }
  .diaspora-badge-inner { width: 76px; height: 76px; }
}


.tips-section { background: #071D3A; padding: 80px 60px; }
.tips-inner { max-width: 1140px; margin: 0 auto; }
.tips-section .section-label { color: #D5B56F; border-color: rgba(213,181,111,0.3); }
.tips-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 42px); font-weight: 300; font-style: italic;
  color: #F6F3EC; margin-bottom: 40px;
}
.tips-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tip-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 28px 22px;
}
.tip-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.tip-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px; font-weight: 600; color: #F6F3EC; margin-bottom: 10px;
}
.tip-body { font-size: 13px; line-height: 1.8; color: rgba(244,240,232,0.55); }

/* COORDS */
.tickets-coords-block { background: #071D3A; text-align: center; padding: 52px 60px; }
.coords-main-text { font-family: 'Montserrat', Arial, sans-serif; font-size: 28px; font-weight: 700; letter-spacing: 6px; color: #F6F3EC; margin-bottom: 8px; }
.coords-date-text { font-size: 11px; font-weight: 500; letter-spacing: 3px; color: #D5B56F; text-transform: uppercase; margin-bottom: 4px; }
.coords-place-text { font-size: 9px; font-weight: 600; letter-spacing: 3px; color: rgba(244,240,232,0.35); text-transform: uppercase; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .stay-hero-content { padding: 60px 24px; }
  .book-early-banner { padding: 14px 24px; }
  .stay-section, .tips-section { padding: 60px 24px; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .tips-grid { grid-template-columns: 1fr 1fr; }
  .tickets-coords-block { padding: 40px 24px; }
}
@media (max-width: 560px) {
  .stay-grid { grid-template-columns: 1fr; }
  .tips-grid { grid-template-columns: 1fr 1fr; }
}
