/* ===== GLOBAL STYLES — SETHI EVENT & DECOR ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #C8A852;
  --gold-light: #E8C96A;
  --gold-dark: #A8882E;
  --charcoal: #1A1A1A;
  --ivory: #FFF8F0;
  --cream: #F9F5EE;
  --beige: #F0EBE3;
  --text-dark: #333333;
  --text-light: #FFFFFF;
  --transition: all 0.3s ease;
  --shadow-sm: 0 4px 15px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.2);
  --shadow-gold: 0 8px 30px rgba(200,168,82,0.25);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--text-dark);
  background: var(--ivory);
  overflow-x: hidden;
  cursor: none;
}

/* ===== CUSTOM CURSOR ===== */
.cursor-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 99999;
  transition: transform 0.1s ease;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 99998;
  transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.cursor-ring.hover { width: 56px; height: 56px; opacity: 0.4; background: rgba(200,168,82,0.08); }

/* ===== PRELOADER ===== */
#preloader {
  position: fixed; inset: 0;
  background: var(--charcoal);
  z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
}
.preloader-logo {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  animation: pulse-logo 1.5s ease-in-out infinite;
}
.preloader-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem; font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@keyframes pulse-logo {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.97); }
}
.preloader-bar {
  width: 200px; height: 2px;
  background: rgba(255,255,255,0.1);
  margin-top: 2rem; border-radius: 2px;
  overflow: hidden;
}
.preloader-bar-fill {
  height: 100%; background: var(--gold);
  width: 0%; animation: bar-fill 1.4s ease forwards;
}
@keyframes bar-fill { to { width: 100%; } }

/* ===== PAGE TRANSITION CURTAIN ===== */
#transition-curtain {
  position: fixed; inset: 0;
  background: var(--gold);
  z-index: 9999;
  transform: scaleX(0);
  transform-origin: left;
}

/* ===== BARBA CONTAINER ===== */
[data-barba="container"] {
  min-height: 100vh;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--charcoal);
  padding: 8px 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
}
.top-bar a { color: rgba(255,255,255,0.7); text-decoration: none; transition: var(--transition); }
.top-bar a:hover { color: var(--gold); }
.top-bar .social-icon {
  width: 28px; height: 28px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.top-bar .social-icon:hover { border-color: var(--gold); color: var(--gold); }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 248, 240, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,168,82,0.15);
  transition: var(--transition);
  padding: 0;
}
.navbar.scrolled {
  background: rgba(26, 26, 26, 0.92);
  border-bottom-color: rgba(200,168,82,0.3);
}
.navbar.scrolled .nav-logo { color: var(--gold); }
.navbar.scrolled .nav-link { color: rgba(255,255,255,0.85); }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link.active { color: var(--gold); }
.navbar.scrolled .nav-phone { color: var(--gold); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 72px; }
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 700;
  color: var(--charcoal);
  text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
  transition: var(--transition);
}
.nav-logo-emblem {
  width: 42px; height: 42px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; color: white;
  font-family: 'Playfair Display', serif;
}
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  font-size: 0.8rem; font-weight: 500;
  color: var(--text-dark);
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: var(--gold);
  background: rgba(200,168,82,0.08);
}
.nav-link.active {
  background: rgba(200,168,82,0.15);
  font-weight: 600;
}
.nav-phone {
  font-size: 0.85rem; font-weight: 600;
  color: var(--gold); text-decoration: none;
  display: flex; align-items: center; gap: 0.4rem;
  transition: var(--transition);
}
.nav-phone:hover { color: var(--gold-dark); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  min-width: 220px;
  padding: 0.5rem;
  opacity: 0; visibility: hidden;
  transition: all 0.25s ease;
  border: 1px solid rgba(200,168,82,0.15);
  z-index: 100;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.nav-dropdown-item {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 0.82rem; color: var(--text-dark);
  text-decoration: none; border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-dropdown-item:hover { background: var(--cream); color: var(--gold); padding-left: 1.25rem; }

/* Mobile Nav */
.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: var(--transition); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav-overlay {
  position: fixed; inset: 0;
  background: var(--charcoal);
  z-index: 998;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobile-nav-overlay.open { opacity: 1; visibility: visible; }
.mobile-nav-link {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 500;
  color: white; text-decoration: none;
  padding: 0.5rem 0;
  transition: var(--transition);
  opacity: 0; transform: translateY(20px);
}
.mobile-nav-link:hover { color: var(--gold); }
.mobile-nav-overlay.open .mobile-nav-link { opacity: 1; transform: translateY(0); }

/* ===== SECTION STYLES ===== */
.section { padding: 80px 0; }
.section-sm { padding: 60px 0; }
.section-dark { background: var(--charcoal); }
.section-cream { background: var(--cream); }
.section-beige { background: var(--beige); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }

.section-label {
  font-size: 0.7rem; font-weight: 600;
  color: var(--gold); letter-spacing: 0.4em;
  text-transform: uppercase;
  display: block; margin-bottom: 0.75rem;
}
.section-label::before {
  content: ''; display: inline-block;
  width: 30px; height: 1px;
  background: var(--gold);
  vertical-align: middle; margin-right: 10px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 600; color: var(--charcoal);
  line-height: 1.2;
}
.section-title.light { color: white; }
.section-title em { font-style: italic; color: var(--gold); }
.section-subtitle {
  font-size: 1rem; font-weight: 300;
  color: #666; line-height: 1.8;
  margin-top: 1rem;
}
.section-subtitle.light { color: rgba(255,255,255,0.65); }

/* Gold divider */
.gold-line {
  display: block; width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  margin: 1.5rem 0; border-radius: 2px;
  transform-origin: left;
}
.gold-line.center { margin-left: auto; margin-right: auto; transform-origin: center; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  text-decoration: none; letter-spacing: 0.05em;
  text-transform: uppercase; cursor: pointer; border: none;
  transition: all 0.3s ease; outline: none;
}
.btn-gold {
  background: var(--gold);
  color: white;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 12px 35px rgba(200,168,82,0.4); }
.btn-outline {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.6);
}
.btn-outline:hover { background: white; color: var(--charcoal); border-color: white; transform: translateY(-2px); }
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-outline-gold:hover { background: var(--gold); color: white; transform: translateY(-2px); }

/* ===== CARDS ===== */
.card {
  background: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

/* ===== FOOTER ===== */
.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 0;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700; color: var(--gold);
}
.footer-desc { font-size: 0.85rem; line-height: 1.8; max-width: 400px; margin: 1rem auto; }
.footer-link {
  color: rgba(255,255,255,0.6); text-decoration: none;
  font-size: 0.82rem; transition: var(--transition);
}
.footer-link:hover { color: var(--gold); }
.footer-social {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); text-decoration: none;
  transition: var(--transition);
}
.footer-social:hover { border-color: var(--gold); color: var(--gold); transform: scale(1.1); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 2rem; padding: 1.5rem 0;
  font-size: 0.75rem; color: rgba(255,255,255,0.4);
}

/* ===== FLOATING BUTTONS ===== */
.float-btn {
  position: fixed; z-index: 900;
  width: 52px; height: 52px;
  border-radius: 50%; display: flex;
  align-items: center; justify-content: center;
  text-decoration: none; color: white;
  box-shadow: var(--shadow-md); transition: var(--transition);
}
.float-btn:hover { transform: scale(1.1); }
.float-wa {
  bottom: 85px; right: 20px;
  background: #25D366;
  animation: pulse-wa 2.5s infinite;
}
.float-phone { bottom: 20px; right: 20px; background: var(--gold); }
.back-to-top {
  bottom: 150px; right: 20px;
  background: var(--charcoal);
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  50% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
}

/* ===== HERO SWIPER ===== */
.hero-swiper { width: 100%; height: 100vh; min-height: 600px; }
.hero-slide {
  position: relative;
  width: 100%; height: 100%;
  background-size: cover; background-position: center; background-attachment: fixed;
  display: flex; align-items: center; justify-content: center;
}
.hero-slide::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.7) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; }
.hero-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.5em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 500; margin-bottom: 1rem;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 700; font-style: italic;
  color: white; line-height: 1.1;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.hero-subtitle {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: rgba(255,255,255,0.8); font-weight: 300;
  margin-bottom: 2rem; letter-spacing: 0.05em;
}
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Swiper customizations */
.swiper-pagination-bullet { background: rgba(255,255,255,0.5) !important; opacity: 1 !important; }
.swiper-pagination-bullet-active { background: var(--gold) !important; width: 24px !important; border-radius: 4px !important; }
.swiper-button-next, .swiper-button-prev {
  width: 48px !important; height: 48px !important;
  background: rgba(255,255,255,0.15) !important;
  border-radius: 50% !important; backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  color: white !important;
  transition: var(--transition) !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover { background: var(--gold) !important; border-color: var(--gold) !important; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 1rem !important; font-weight: 700 !important; }

/* ===== MARQUEE ===== */
.marquee-track { overflow: hidden; padding: 1.5rem 0; }
.marquee-inner { display: flex; animation: marquee 25s linear infinite; width: max-content; }
.marquee-inner:hover { animation-play-state: paused; }
.marquee-item {
  display: flex; align-items: center; justify-content: center;
  min-width: 160px; height: 60px;
  background: white; border-radius: var(--radius-sm);
  margin: 0 12px;
  font-size: 0.75rem; font-weight: 600;
  color: #999; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  padding: 0 1.5rem;
}
.marquee-item:hover { border-color: var(--gold); color: var(--gold); transform: scale(1.03); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SERVICES GRID ===== */
.service-card {
  position: relative; border-radius: var(--radius-md);
  overflow: hidden; cursor: pointer;
  height: 300px;
}
.service-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
  transition: var(--transition);
}
.service-card:hover::after { background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); }
.service-card:hover img { transform: scale(1.08); }
.service-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2; padding: 1.5rem;
  transition: var(--transition);
}
.service-card-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.service-card-title { font-size: 1.05rem; font-weight: 600; color: white; margin-bottom: 0.4rem; }
.service-card-desc { font-size: 0.8rem; color: rgba(255,255,255,0.7); line-height: 1.6; }
.service-card-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: var(--gold); font-size: 0.8rem; font-weight: 600;
  text-decoration: none; margin-top: 0.75rem;
  transform: translateY(10px); opacity: 0;
  transition: all 0.3s ease;
}
.service-card:hover .service-card-link { opacity: 1; transform: translateY(0); }

/* ===== GALLERY GRID ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden; cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover; transition: transform 0.5s ease;
}
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(200,168,82,0); transition: var(--transition);
}
.gallery-item:hover::after { background: rgba(200,168,82,0.15); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item.span-2 { grid-column: span 4; }
.gallery-item.span-3 { grid-column: span 4; grid-row: span 2; }
.gallery-item.span-4 { grid-column: span 6; }
.gallery-item.span-6 { grid-column: span 6; grid-row: span 2; }

/* ===== STATS ===== */
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700; color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem; color: rgba(255,255,255,0.6);
  font-weight: 400; margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
.stat-divider {
  width: 1px; background: rgba(255,255,255,0.1);
  margin: 0 2rem;
}

/* ===== TESTIMONIALS ===== */
.testimonial-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  box-shadow: var(--shadow-md);
}
.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 6rem; color: var(--gold);
  opacity: 0.15; position: absolute;
  top: 0.5rem; left: 1.5rem;
  line-height: 1;
}
.testimonial-text {
  font-size: 1rem; font-style: italic;
  color: #555; line-height: 1.8;
  position: relative; z-index: 1;
}
.testimonial-author { font-weight: 600; color: var(--charcoal); margin-top: 1.5rem; }
.testimonial-role { font-size: 0.8rem; color: var(--gold); }
.stars { color: var(--gold); font-size: 1rem; margin-top: 0.5rem; }

/* ===== CONTACT FORM ===== */
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 0.85rem 1.25rem;
  border: 1.5px solid #E0D8CE; border-radius: var(--radius-sm);
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem; color: var(--text-dark);
  background: white; transition: var(--transition);
  outline: none; appearance: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,168,82,0.15);
}
.form-label { font-size: 0.8rem; font-weight: 500; color: #555; margin-bottom: 0.4rem; display: block; }
.form-textarea { resize: vertical; min-height: 120px; }

/* ===== WHY CHOOSE US ===== */
.feature-card {
  padding: 2rem;
  border-radius: var(--radius-md);
  background: white;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(200,168,82,0.1);
  transition: var(--transition);
  text-align: center;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-gold); border-color: rgba(200,168,82,0.3); }
.feature-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(200,168,82,0.15), rgba(200,168,82,0.05));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 auto 1.25rem;
  border: 1px solid rgba(200,168,82,0.2);
}
.feature-title { font-size: 1rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.5rem; }
.feature-desc { font-size: 0.82rem; color: #777; line-height: 1.7; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  height: 55vh; min-height: 400px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background-size: cover; background-position: center;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700; font-style: italic;
  color: white;
}
.breadcrumb { color: rgba(255,255,255,0.6); font-size: 0.82rem; margin-top: 0.75rem; }
.breadcrumb a { color: var(--gold); text-decoration: none; }

/* ===== ABOUT ===== */
.about-img-stack { position: relative; }
.about-img-main {
  width: 100%; border-radius: var(--radius-lg);
  height: 520px; object-fit: cover;
  box-shadow: var(--shadow-lg);
}
.about-img-badge {
  position: absolute; bottom: -20px; right: -20px;
  width: 120px; height: 120px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  box-shadow: var(--shadow-gold);
}
.about-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700; color: white; line-height: 1;
}
.about-badge-text { font-size: 0.65rem; color: rgba(255,255,255,0.85); text-align: center; padding: 0 0.5rem; }

/* ===== TIMELINE ===== */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(200,168,82,0.1));
}
.timeline-item { position: relative; padding-bottom: 2rem; }
.timeline-item::before {
  content: ''; position: absolute; left: -2.4rem; top: 0.3rem;
  width: 12px; height: 12px;
  border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 4px rgba(200,168,82,0.2);
}
.timeline-year { font-size: 0.75rem; color: var(--gold); font-weight: 600; margin-bottom: 0.25rem; }
.timeline-title { font-weight: 600; color: var(--charcoal); }
.timeline-desc { font-size: 0.82rem; color: #777; margin-top: 0.25rem; }

/* ===== GALLERY PAGE ===== */
.filter-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 50px; border: 1.5px solid rgba(200,168,82,0.3);
  background: transparent; cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem; font-weight: 500;
  color: #666; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover {
  background: var(--gold); border-color: var(--gold); color: white;
}
.gallery-full-grid {
  columns: 3; column-gap: 16px;
}
.gallery-full-item {
  break-inside: avoid; margin-bottom: 16px;
  border-radius: var(--radius-md); overflow: hidden;
  cursor: pointer; position: relative;
}
.gallery-full-item img { width: 100%; display: block; transition: transform 0.5s ease; }
.gallery-full-item:hover img { transform: scale(1.05); }

/* ===== TEAM CARDS ===== */
.team-card {
  text-align: center;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.team-img { width: 100%; height: 280px; object-fit: cover; }
.team-body { padding: 1.5rem; background: white; }
.team-name { font-weight: 600; color: var(--charcoal); }
.team-role { font-size: 0.8rem; color: var(--gold); margin-top: 0.25rem; }

/* ===== PAYMENT PAGE ===== */
.payment-card {
  background: white; border-radius: var(--radius-lg);
  padding: 2.5rem; box-shadow: var(--shadow-md);
  border: 1px solid rgba(200,168,82,0.15);
  text-align: center;
}
.payment-icon { font-size: 3rem; margin-bottom: 1rem; }
.qr-placeholder {
  width: 200px; height: 200px;
  background: var(--cream); border-radius: var(--radius-md);
  margin: 1.5rem auto; display: flex;
  align-items: center; justify-content: center;
  border: 2px dashed rgba(200,168,82,0.3);
  font-size: 0.75rem; color: #aaa;
}

/* ===== REVEAL ANIMATIONS (initial state) ===== */
.reveal { opacity: 0; transform: translateY(60px); }
.reveal-left { opacity: 0; transform: translateX(-60px); }
.reveal-right { opacity: 0; transform: translateX(60px); }
.reveal-scale { opacity: 0; transform: scale(0.85); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .section { padding: 60px 0; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gallery-item.span-6 { grid-column: span 6; grid-row: span 1; }
  .gallery-full-grid { columns: 2; }
}

/* Tablet breakpoint (768px - 1024px) - Show navbar but with adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-links { gap: 0 !important; }
  .nav-link { font-size: 0.75rem; padding: 0.35rem 0.65rem; }
  .nav-phone { font-size: 0.8rem; }
  .nav-inner { padding: 0 1.5rem; }
}

@media (max-width: 768px) {
  /* Ensure no horizontal overflow on mobile */
  html { overflow-x: hidden; width: 100%; }
  body { width: 100%; overflow-x: hidden; }
  
  /* Navbar */
  .nav-links, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .navbar.scrolled .hamburger span { background: white; }
  .nav-inner { padding: 0 1.25rem; height: 62px; }

  /* Top bar - hide on mobile */
  .top-bar { display: none; }

  /* Sections */
  .section { padding: 48px 0; }
  .container { padding: 0 1.25rem; }
  
  /* Hide vertical labels on mobile */
  div[style*="writing-mode:vertical-rl"] { display: none; }
  .vertical-label-services { display: none !important; }
  
  /* Fix marquee overflow on mobile */
  .marquee-track { width: 100%; overflow: hidden !important; }
  .marquee-inner { width: 100%; }
  
  /* Swiper button positioning on mobile */
  .swiper-button-prev { left: 10px !important; }
  .swiper-button-next { right: 10px !important; }
  
  /* Services section layout on mobile */
  .services-layout-mobile { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .services-grid-mobile { grid-template-columns: 1fr !important; }

  /* Typography scaling */
  .section-title { font-size: clamp(1.6rem, 6vw, 2.4rem) !important; }
  .page-hero-title { font-size: clamp(2rem, 8vw, 3.5rem) !important; }
  .page-hero { height: 45vh; min-height: 280px; }

  /* Hero */
  .hero-btns { flex-direction: column; align-items: center; gap: 0.75rem; }
  .hero-btns .btn { width: 100%; max-width: 280px; justify-content: center; }

  /* Gallery grid */
  .gallery-grid { grid-auto-rows: 150px; }
  .gallery-item.span-6, .gallery-item.span-4, .gallery-item.span-3, .gallery-item.span-2 {
    grid-column: span 6 !important; grid-row: span 1 !important;
  }
  .gallery-full-grid { columns: 1; }

  /* About */
  .about-img-badge { right: 0; bottom: -10px; width: 100px; height: 100px; }
  .about-img-main { height: 320px; }

  /* Stats */
  .stat-divider { display: none; }
  .stats-row { grid-template-columns: repeat(2, 1fr) !important; gap: 1.5rem !important; }

  /* Two-column grids → single column */
  .md-stack { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  /* Service cards on services page */
  .services-grid-3 { grid-template-columns: 1fr !important; }

  /* Footer */
  .footer-bottom-row { flex-direction: column !important; text-align: center !important; gap: 1rem !important; }
  .footer-links-row { justify-content: center !important; gap: 1rem !important; }

  /* Feature cards */
  .features-grid { grid-template-columns: 1fr !important; }

  /* Testimonial */
  .testimonial-card { padding: 1.75rem; }

  /* Float buttons positioning */
  .float-wa { left: 16px; bottom: 16px; width: 48px; height: 48px; }
  .float-phone { right: 16px; bottom: 16px; width: 48px; height: 48px; }
  .back-to-top { bottom: 74px !important; right: 16px !important; width: 48px; height: 48px; }

  /* Process steps */
  .process-steps { flex-direction: column !important; }
  .process-connector { display: none !important; }

  /* Filter buttons wrapping */
  .filter-btns { flex-wrap: wrap !important; justify-content: center !important; }
  .filter-btn { padding: 0.4rem 1rem; font-size: 0.75rem; }

  /* Form full width on mobile */
  .form-grid-2 { grid-template-columns: 1fr !important; }

  /* Section label */
  .section-label { font-size: 0.7rem; }
}

@media (max-width: 640px) {
  .nav-inner { padding: 0 1rem; }
  .container { padding: 0 1rem; }

  /* Even smaller section padding */
  .section { padding: 36px 0; }

  /* Logo text scaling */
  .nav-logo { font-size: 1.3rem; }
  .nav-logo-emblem { width: 36px; height: 36px; font-size: 0.875rem; }

  /* Stats 2-column stays but numbers smaller */
  .stat-number { font-size: clamp(2rem, 8vw, 3rem); }

  /* Cards spacing */
  .service-card, .feature-card { margin-bottom: 0; }

  /* Hero text */
  .hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.15em; }

  /* About badge smaller on very small screens */
  .about-img-badge { width: 80px; height: 80px; }
  .about-badge-num { font-size: 1.5rem; }
  .about-badge-text { font-size: 0.6rem; }

  /* Gallery filter scroll on small screens */
  .filter-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 0.5rem; }
  .filter-wrap::-webkit-scrollbar { display: none; }
}
