/* =============================================
   DESIGN TRIO – MAIN STYLESHEET
   ============================================= */

:root {
  --gold: #c8a96e;
  --gold-light: #e5c98b;
  --gold-dark: #a07840;
  --dark: #1a1a1a;
  --darker: #111111;
  --charcoal: #2d2d2d;
  --light-bg: #f8f5f0;
  --text: #444444;
  --text-light: #777777;
  --white: #ffffff;
  --border: #e8e0d5;
  --nav-h: 80px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ TOPBAR ============ */
.topbar {
  background: var(--darker);
  color: #aaa;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px;
}
.topbar i { color: var(--gold); margin-right: 6px; }
.topbar span { display: flex; align-items: center; gap: 4px; }

/* ============ NAVBAR ============ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 4px 30px rgba(0,0,0,0.12);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
}
.logo img { height: 50px; object-fit: contain; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--dark);
  border-radius: 4px;
  transition: var(--transition);
}
.nav-links > li > a:hover,
.nav-links > li > a.active {
  color: var(--gold);
}
.nav-links > li > a i { font-size: 10px; transition: var(--transition); }
.nav-links > li:hover > a i { transform: rotate(180deg); }

/* Dropdown */
.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--white);
  min-width: 220px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  border-top: 3px solid var(--gold);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: var(--transition);
  z-index: 100;
}
.has-dropdown:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.dropdown li:last-child a { border-bottom: none; }
.dropdown li a:hover { background: var(--light-bg); color: var(--gold); padding-left: 28px; }

/* Sub dropdown */
.sub-dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--white);
  min-width: 220px;
  box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
  border-top: 3px solid var(--gold);
  opacity: 0; visibility: hidden;
  transform: translateX(-10px);
  transition: var(--transition);
}
.has-sub:hover .sub-dropdown {
  opacity: 1; visibility: visible; transform: translateX(0);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--dark);
  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); }

/* ============ HERO SLIDER ============ */
.hero {
  position: relative;
  height: calc(100vh - var(--nav-h) - 36px);
  min-height: 600px;
  overflow: hidden;
}
.slides { width: 100%; height: 100%; position: relative; }
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.slide.active { opacity: 1; }
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.2) 100%);
}
.slide-content {
  position: absolute;
  bottom: 120px;
  left: 80px;
  color: var(--white);
  max-width: 600px;
}
.slide-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.slide-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.slide-content h1 strong { font-weight: 600; color: var(--gold-light); }
.slide-content p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 32px;
  opacity: 0.9;
}
.btn-hero {
  display: inline-block;
  padding: 14px 36px;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition);
  border: 2px solid var(--gold);
}
.btn-hero:hover {
  background: transparent;
  color: var(--white);
}
.slider-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.slider-controls button {
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  transition: var(--transition);
  backdrop-filter: blur(4px);
}
.slider-controls button:hover { background: var(--gold); border-color: var(--gold); }
.dots { display: flex; gap: 8px; }
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}
.dot.active { background: var(--gold); transform: scale(1.3); }

/* ============ SECTION COMMON ============ */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-sub {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  position: relative;
}
.section-sub::before,
.section-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.section-sub::before { right: calc(100% + 10px); }
.section-sub::after { left: calc(100% + 10px); }
.section-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-header p {
  color: var(--text-light);
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ============ INTRO SECTION ============ */
.intro-section {
  padding: 100px 0;
  background: var(--white);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-text { padding-right: 20px; }
.intro-text .section-sub { text-align: left; }
.intro-text .section-sub::before { display: none; }
.intro-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro-text p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.btn-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 32px;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition);
}
.btn-outline:hover { background: var(--gold); color: var(--white); }
.intro-image { position: relative; }
.intro-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
}
.intro-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--gold);
  color: var(--white);
  padding: 24px;
  text-align: center;
  border-radius: 4px;
}
.intro-badge .num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.intro-badge .label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============ SERVICES SECTION ============ */
.services-section {
  padding: 100px 0;
  background: var(--light-bg);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
  transition: var(--transition);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}
.service-img { position: relative; overflow: hidden; }
.service-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.service-card:hover .service-img img { transform: scale(1.08); }
.service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(200,169,110,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.service-card:hover .service-overlay { opacity: 1; }
.btn-sm {
  padding: 10px 24px;
  background: var(--white);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition);
}
.btn-sm:hover { background: var(--dark); color: var(--white); }
.service-body { padding: 28px; }
.svc-icon { width: 48px; margin-bottom: 16px; }
.service-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
}
.service-body p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 20px;
}
.svc-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.svc-link:hover { gap: 14px; }

/* ============ STATS BANNER ============ */
.stats-banner {
  padding: 80px 0;
  background: var(--dark);
  position: relative;
}
.stats-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('https://www.designtrio.in/wp-content/uploads/2022/04/4.jpg') center/cover;
  opacity: 0.08;
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.stat-item { color: var(--white); }
.stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.stat-plus {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: var(--gold);
}
.stat-label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

/* ============ PORTFOLIO ============ */
.portfolio-section {
  padding: 100px 0;
  background: var(--white);
}
.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 9px 24px;
  background: transparent;
  border: 2px solid var(--border);
  color: var(--text-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: var(--transition);
  font-family: 'Montserrat', sans-serif;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 16px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-hover {
  position: absolute;
  inset: 0;
  background: rgba(200,169,110,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.gallery-hover i { color: var(--white); font-size: 28px; }
.gallery-item:hover .gallery-hover { opacity: 1; }
.gallery-item.hidden { display: none; }

/* ============ TESTIMONIALS ============ */
.testimonials-section {
  padding: 100px 0;
  background: var(--light-bg);
}
.testimonials-slider { position: relative; min-height: 220px; }
.testimonial {
  display: none;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  animation: fadeIn 0.6s ease;
}
.testimonial.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.quote-icon { font-size: 40px; color: var(--gold); opacity: 0.4; margin-bottom: 20px; }
.testimonial p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: var(--dark);
  line-height: 1.7;
  margin-bottom: 30px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.client-avatar {
  width: 52px; height: 52px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.client-info strong { display: block; font-size: 15px; color: var(--dark); }
.client-info span { font-size: 13px; color: var(--text-light); }
.test-dots { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.test-dots .dot { background: rgba(0,0,0,0.15); }
.test-dots .dot.active { background: var(--gold); }

/* ============ CTA SECTION ============ */
.cta-section {
  position: relative;
  padding: 120px 0;
  background: url('https://www.designtrio.in/wp-content/uploads/2020/07/img-01.jpg') center/cover;
  text-align: center;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,26,0.75);
}
.cta-content { position: relative; color: var(--white); }
.cta-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  margin-bottom: 16px;
}
.cta-content p {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 36px;
}
.btn-cta {
  display: inline-block;
  padding: 15px 44px;
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: var(--transition);
  border: 2px solid var(--gold);
}
.btn-cta:hover { background: transparent; }

/* ============ FOOTER ============ */
.footer {
  background: var(--darker);
  color: rgba(255,255,255,0.65);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { height: 50px; object-fit: contain; margin-bottom: 20px; filter: brightness(10); }
.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200,169,110,0.3);
}
.footer-col p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 8px;
}
.footer-col p i { color: var(--gold); margin-right: 8px; }
.footer-col ul li a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  transition: var(--transition);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-col ul li a:hover { color: var(--gold); padding-left: 8px; }
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-links a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: var(--transition);
}
.social-links a:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}
.footer-bottom a { transition: var(--transition); }
.footer-bottom a:hover { color: var(--gold); }

/* ============ INNER PAGE HERO ============ */
.page-hero {
  height: 400px;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  position: relative;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26,26,26,0.55);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero-content .section-sub { color: var(--gold-light); }
.page-hero-content .section-sub::before,
.page-hero-content .section-sub::after { background: var(--gold-light); }
.page-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  color: var(--white);
  margin-top: 12px;
}
.breadcrumb {
  margin-top: 16px;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 1px;
}
.breadcrumb a { color: var(--gold-light); }
.breadcrumb a:hover { text-decoration: underline; }

/* ============ ABOUT PAGE ============ */
.about-section { padding: 100px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-grid img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}
.about-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 24px;
}
.about-content p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 16px;
}
.team-section { padding: 80px 0; background: var(--light-bg); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.team-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: var(--transition);
}
.team-card:hover { transform: translateY(-6px); }
.team-card img { width: 100%; height: 300px; object-fit: cover; }
.team-info { padding: 24px; }
.team-info h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 6px;
}
.team-info span { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }

/* ============ SERVICES PAGE ============ */
.services-page-section { padding: 100px 0; }
.services-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border);
}
.services-row:last-child { border-bottom: none; margin-bottom: 0; }
.services-row.reverse { direction: rtl; }
.services-row.reverse > * { direction: ltr; }
.services-row img { width: 100%; height: 420px; object-fit: cover; border-radius: 4px; }
.svc-detail-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 20px;
}
.svc-detail-content p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 16px;
}
.features-list { margin: 20px 0; }
.features-list li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.features-list li::before { content: '✦'; color: var(--gold); font-size: 10px; }

/* ============ CONTACT PAGE ============ */
.contact-section { padding: 100px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}
.contact-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 20px;
}
.contact-info p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 30px;
}
.info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.info-icon {
  width: 48px; height: 48px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.info-text strong { display: block; font-size: 14px; color: var(--dark); margin-bottom: 4px; }
.info-text span { font-size: 14px; color: var(--text-light); }
.contact-form { background: var(--light-bg); padding: 40px; border-radius: 6px; }
.contact-form h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 24px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  width: 100%;
  padding: 15px;
  background: var(--gold);
  color: var(--white);
  border: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: var(--transition);
}
.btn-submit:hover { background: var(--gold-dark); }
.success-msg {
  background: #d4edda;
  color: #155724;
  padding: 16px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 16px;
  display: none;
}
.map-section { padding: 0 0 80px; }
.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

/* ============ CAREERS PAGE ============ */
.careers-section { padding: 100px 0; }
.careers-intro {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}
.careers-intro p { font-size: 15px; color: var(--text-light); line-height: 1.9; }
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.job-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 6px;
  padding: 32px;
  transition: var(--transition);
}
.job-card:hover { border-color: var(--gold); box-shadow: 0 10px 40px rgba(200,169,110,0.12); }
.job-type {
  display: inline-block;
  background: var(--light-bg);
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.job-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 10px;
}
.job-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 20px;
}
.job-meta {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 20px;
}
.job-meta i { color: var(--gold); margin-right: 4px; }

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.lightbox.open { display: flex; align-items: center; justify-content: center; }
.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
  cursor: pointer;
}
.lightbox-content { position: relative; z-index: 1; max-width: 90vw; max-height: 90vh; }
.lightbox-content img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 4px; }
.lb-close {
  position: absolute;
  top: -40px; right: 0;
  background: none;
  border: none;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
  transition: var(--transition);
}
.lb-close:hover { color: var(--gold); }

/* ============ ANIMATIONS ============ */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .intro-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro-text { padding-right: 0; }
  .intro-image img { height: 380px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-row { grid-template-columns: 1fr; }
  .services-row.reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .topbar { padding: 8px 20px; font-size: 11px; gap: 10px; flex-direction: column; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: fixed;
    top: calc(var(--nav-h) + 36px);
    left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { padding: 14px 24px; width: 100%; border-bottom: 1px solid var(--border); }
  .dropdown, .sub-dropdown {
    position: static;
    opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border-top: none;
    background: var(--light-bg);
    display: none;
  }
  .has-dropdown.open .dropdown,
  .has-sub.open .sub-dropdown { display: block; }
  .slide-content { left: 30px; bottom: 100px; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.large { grid-column: span 1; grid-row: span 1; }
  .jobs-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .slide-content { left: 20px; right: 20px; }
}
