/* ===================================================
   ROSE EVENTS — High Priority Custom Styles (index-custom.css)
   =================================================== */

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

/* --- 1. HERO SLIDER TITLE TYPOGRAPHY --- */
.hero-title {
  font-size: clamp(2.2rem, 5.5vw, 5.8rem) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  line-height: 1.8 !important;
  margin-bottom: 30px !important;
  color: #ffffff !important;
  text-transform: unset !important;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.9), 0 2px 6px rgba(0, 0, 0, 0.95) !important;
}

/* --- 2. GLOBAL VIEWPORT & MOBILE OVERFLOW CONTAINMENT --- */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  position: relative;
}

main, section, header, footer {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* --- 3. MOBILE MENU BACKDROP OVERLAY FIX (TASK 6) --- */
@media (max-width: 768px) {
  .menu-main-menu-container,
  .mobile-menu-overlay,
  .nav-mobile-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999 !important;
    background-color: rgba(17, 17, 17, 0.85) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
  }
}

/* --- 4. WHO WE ARE V2 STYLES --- */
.who-we-are-v2 {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, #faf7f8 0%, #ffffff 50%, #faf7f8 100%);
  overflow: hidden;
}

.who-v2-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.who-v2-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem auto;
  position: relative;
}

.who-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9b2c4f;
  margin-bottom: 1rem;
}

.who-v2-badge::before,
.who-v2-badge::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: rgba(155, 44, 79, 0.4);
}

.who-v2-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.3rem, 4.5vw, 3.6rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.who-v2-title span {
  color: #9b2c4f;
  font-style: italic;
  font-weight: 400;
}

.who-v2-intro {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.7;
}

.who-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .who-v2-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

.who-v2-col {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.who-v2-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(155, 44, 79, 0.12);
  border-radius: 16px;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.who-v2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(155, 44, 79, 0.12);
  border-color: #9b2c4f;
}

.who-v2-card-num {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(155, 44, 79, 0.08);
  line-height: 1;
  transition: color 0.3s ease;
}

.who-v2-card:hover .who-v2-card-num {
  color: rgba(155, 44, 79, 0.2);
}

.who-v2-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(155, 44, 79, 0.08);
  color: #9b2c4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.who-v2-card:hover .who-v2-icon {
  background: #9b2c4f;
  color: #ffffff;
  transform: scale(1.06);
}

.who-v2-icon svg {
  width: 26px;
  height: 26px;
}

.who-v2-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.6rem;
}

.who-v2-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Center Featured Highlight Box */
.who-v2-center-box {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  border-radius: 20px;
  padding: 3.5rem 2rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.who-v2-center-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(155, 44, 79, 0.35), transparent 70%);
  pointer-events: none;
}

.who-v2-center-rose {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  animation: floatSlow 4s ease-in-out infinite;
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.who-v2-center-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.who-v2-center-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  color: #d1d5db;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.who-v2-center-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  background: rgba(155, 44, 79, 0.3);
  border: 1px solid rgba(155, 44, 79, 0.5);
  border-radius: 50px;
  color: #f3d5de;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* --- 5. TESTIMONIALS SLIDER STYLES (TASK 4 & OVERFLOW) --- */
#testimonials-track > div {
  display: flex !important;
}

#testimonials-track > div > article {
  flex: 1 1 100% !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

#testimonials-track > div > article > div.flex-1 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

#testimonials-track > div > article blockquote {
  margin-bottom: auto !important;
  padding-bottom: 1.5rem !important;
  text-align: justify !important;
}

@media (max-width: 768px) {
  #testimonials-track > div {
    width: calc(100vw - 2.5rem) !important;
    min-width: calc(100vw - 2.5rem) !important;
    max-width: calc(100vw - 2.5rem) !important;
    margin-right: 1rem !important;
    box-sizing: border-box !important;
  }

  #testimonials-track > div > article {
    padding: 1.75rem 1.25rem !important;
  }
}

/* --- 6. EXPLORE MORE ANIMATED BUTTON STYLES --- */
.explore-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.75rem;
  background: #9b2c4f;
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(155, 44, 79, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.explore-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.explore-more-btn:hover::before {
  left: 140%;
}

.explore-more-btn:hover {
  background: #7d223f;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 35px rgba(155, 44, 79, 0.45);
  color: #ffffff !important;
}

.explore-btn-icon {
  transition: transform 0.3s ease;
}

.explore-more-btn:hover .explore-btn-icon {
  transform: translateX(6px);
}

.minimal-text-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: transparent;
  border: 1px solid #9b2c4f;
  border-radius: 50px;
  color: #9b2c4f;
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 2.2rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  user-select: none;
  box-shadow: none;
}

.minimal-btn-text {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}

.minimal-btn-arrow {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}

.minimal-text-btn:hover {
  padding: 0.85rem 3.4rem;
  background: transparent;
  color: #9b2c4f;
  border-color: #9b2c4f;
  box-shadow: none;
}

.minimal-text-btn:hover .minimal-btn-text {
  transform: translateX(-6px);
}

.minimal-text-btn:hover .minimal-btn-arrow {
  transform: translateX(6px);
}