/* ==========================================================================
   دار الإيوان للتصميم والتشطيبات الفاخرة | DAR AL-EIWAN LUXURY INTERIORS
   Master Luxury Classic Stylesheet - Pure CSS3 (RTL)
   ========================================================================== */

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

:root {
  --bg-dark: #0B0C0E;
  --bg-surface: #121417;
  --bg-surface-elevated: #171A1F;
  --bg-surface-light: #20242B;
  --bg-ivory: #FAF8F5;
  --bg-cream: #F3EFEA;

  --gold-primary: #C5A880;
  --gold-light: #E4D0B8;
  --gold-dark: #917248;
  --gold-gradient: linear-gradient(135deg, #E6D2BA 0%, #C5A880 50%, #8E6E44 100%);
  --gold-border: rgba(197, 168, 128, 0.28);
  --gold-glow: rgba(197, 168, 128, 0.16);

  --text-primary: #FAF7F2;
  --text-secondary: #CAC4B9;
  --text-muted: #8E877D;
  --text-dark: #121417;

  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-hairline: 1px solid var(--gold-border);
  --border-soft: 1px solid var(--border-subtle);

  --font-arabic: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Amiri', 'Playfair Display', serif;
  --font-latin: 'Playfair Display', serif;

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;

  --transition-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --max-width: 1320px;
}

/* Base Reset & Core Typography */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  direction: rtl;
  text-align: right;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  font-family: var(--font-arabic);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

button, input, textarea, select {
  font-family: inherit;
  color: inherit;
}

/* Luxury Containers & Layout */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}

.section-cream {
  background-color: var(--bg-surface);
  border-top: var(--border-hairline);
  border-bottom: var(--border-hairline);
}

/* Subtle Marble/Texture Background Overlay */
.luxury-pattern-bg {
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(197, 168, 128, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(197, 168, 128, 0.03) 0%, transparent 50%);
}

/* Header & Top Bar Contract (3 zones) */
.header-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(11, 12, 14, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gold-border);
  height: 80px;
  display: flex;
  align-items: center;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Zone 1: Single Element Brand Wordmark */
.brand-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
}

.brand-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.brand-tagline-sub {
  font-family: var(--font-latin);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* Zone 2: Navigation Links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  list-style: none;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-secondary);
  position: relative;
  padding: 0.4rem 0;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: var(--gold-primary);
  transition: width 0.3s var(--transition-smooth);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Zone 3: Primary Action */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-luxury-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  background: var(--gold-gradient);
  color: #0c0d0f;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius-xs);
  border: 1px solid var(--gold-light);
  box-shadow: 0 4px 14px var(--gold-glow);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-luxury-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 168, 128, 0.32);
}

.btn-luxury-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  background: transparent;
  color: var(--gold-light);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: var(--radius-xs);
  border: 1px solid var(--gold-primary);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.btn-luxury-secondary:hover {
  background-color: rgba(197, 168, 128, 0.12);
  transform: translateY(-2px);
}

/* Mobile Toggle */
.mobile-toggle-btn {
  display: none;
  background: none;
  border: 1px solid var(--gold-border);
  padding: 0.5rem;
  color: var(--gold-primary);
  cursor: pointer;
  border-radius: var(--radius-xs);
}

/* Typography Scale & Section Headers */
.section-kicker {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold-primary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-wrap: balance;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.section-header-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gold-divider {
  width: 60px;
  height: 2px;
  background: var(--gold-gradient);
  margin: 1.25rem auto 1.5rem auto;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: calc(90vh - 80px);
  display: flex;
  align-items: center;
  padding: 4.5rem 0;
  background-color: var(--bg-dark);
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.38) contrast(1.05);
}

.hero-overlay-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(11, 12, 14, 0.95) 0%,
    rgba(11, 12, 14, 0.75) 45%,
    rgba(11, 12, 14, 0.4) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.hero-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gold-light);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.hero-badge-tag::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold-primary);
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}

.hero-title span {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.15rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 2.25rem;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.hero-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: var(--border-hairline);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--font-latin);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

/* Trust Badges Strip (الشركاء والعملاء) */
.trust-strip {
  background-color: var(--bg-surface);
  border-top: var(--border-hairline);
  border-bottom: var(--border-hairline);
  padding: 2.5rem 0;
}

.trust-title {
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--gold-primary);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.trust-grid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.015);
  border-radius: var(--radius-xs);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.trust-badge-item:hover {
  border-color: var(--gold-border);
  color: var(--gold-light);
}

/* Service Bento Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.service-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  padding: 2.25rem 2rem;
  border-radius: var(--radius-xs);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
  background: var(--gold-gradient);
  transition: height 0.4s var(--transition-smooth);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.service-card:hover::before {
  height: 100%;
}

.service-index {
  font-family: var(--font-latin);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-primary);
  margin-bottom: 1.25rem;
  font-variant-numeric: tabular-nums;
}

.service-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.9rem;
  line-height: 1.4;
}

.service-desc {
  font-size: 0.94rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-features-list {
  list-style: none;
  margin-bottom: 1.5rem;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1rem;
}

.service-features-list li {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-features-list li::before {
  content: '◆';
  color: var(--gold-primary);
  font-size: 0.6rem;
}

.service-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s ease, color 0.2s ease;
}

.service-link:hover {
  gap: 0.7rem;
  color: var(--gold-light);
}

/* Portfolio & Projects Grid */
.portfolio-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.75rem;
}

.filter-btn {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.55rem 1.25rem;
  cursor: pointer;
  border-radius: var(--radius-xs);
  transition: all 0.2s ease;
}

.filter-btn:hover {
  border-color: var(--gold-border);
  color: var(--gold-light);
}

.filter-btn.active {
  background: var(--gold-gradient);
  color: #0B0C0E;
  font-weight: 700;
  border-color: var(--gold-light);
  box-shadow: 0 4px 12px var(--gold-glow);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.project-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  border-radius: var(--radius-xs);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.project-img-wrapper {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--bg-surface-elevated);
}

.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition-smooth);
}

.project-card:hover .project-img {
  transform: scale(1.06);
}

.project-hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 12, 14, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-hover-overlay {
  opacity: 1;
}

.project-zoom-btn, .project-view-btn {
  background: rgba(11, 12, 14, 0.85);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  padding: 0.6rem 1rem;
  font-size: 0.84rem;
  border-radius: var(--radius-xs);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s, transform 0.2s;
}

.project-zoom-btn:hover, .project-view-btn:hover {
  background: var(--gold-primary);
  color: #0B0C0E;
  transform: translateY(-2px);
}

.project-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-meta-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--gold-primary);
  margin-bottom: 0.5rem;
}

.project-meta-row span[aria-hidden="true"] {
  color: var(--text-muted);
}

.project-card-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.65rem;
  line-height: 1.4;
}

.project-summary {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.project-specs-mini {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.85rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.project-specs-mini span strong {
  color: var(--text-secondary);
}

/* Fallback card if image is unavailable */
.luxury-fallback-card {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #181A1F 0%, #101215 100%);
  border: 1px solid var(--gold-border);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

.luxury-fallback-card.fallback-visible {
  display: flex !important;
}

.img-hidden {
  display: none !important;
}

.fallback-monogram {
  font-family: var(--font-latin);
  font-size: 1.5rem;
  color: var(--gold-primary);
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

/* Process Steps Timeline */
.process-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  position: relative;
  margin-top: 2rem;
}

.process-step-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  padding: 1.75rem 1.4rem;
  border-radius: var(--radius-xs);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.process-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
}

.step-num {
  font-family: var(--font-latin);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-primary);
  margin-bottom: 0.8rem;
}

.step-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
}

.step-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Testimonials Section */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  padding: 2.25rem 2rem;
  border-radius: var(--radius-xs);
  display: flex;
  flex-direction: column;
  position: relative;
}

.testimonial-quote-mark {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  color: var(--gold-primary);
  opacity: 0.4;
  line-height: 0.8;
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  flex-grow: 1;
  font-style: italic;
}

.testimonial-author-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.25rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--gold-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--gold-primary);
}

.testimonial-author-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.testimonial-author-title {
  font-size: 0.8rem;
  color: var(--gold-primary);
}

/* Awards & Certifications Strip */
.awards-strip {
  background: var(--bg-surface-elevated);
  border-top: var(--border-hairline);
  border-bottom: var(--border-hairline);
  padding: 4.5rem 0;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

.award-item {
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: var(--bg-surface);
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: var(--radius-xs);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.award-icon-box {
  width: 56px;
  height: 56px;
  border: 1px solid var(--gold-primary);
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  background: rgba(197, 168, 128, 0.08);
}

.award-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.award-issuer {
  font-size: 0.8rem;
  color: var(--gold-primary);
  margin-bottom: 0.3rem;
}

.award-year {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* Service Areas Grid */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.area-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  padding: 1.75rem;
  border-radius: var(--radius-xs);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.area-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-primary);
}

.area-city {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.area-scope {
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Big Luxury Call to Action Banner */
.luxury-cta-banner {
  background: linear-gradient(135deg, #181A1F 0%, #101215 100%);
  border: var(--border-hairline);
  border-radius: var(--radius-xs);
  padding: 4.5rem 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.luxury-cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-gradient);
}

.cta-title {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.cta-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 2.25rem auto;
  line-height: 1.8;
}

.cta-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Lightbox Modal */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8, 9, 10, 0.95);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-height: 80vh;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid var(--gold-border);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.lightbox-caption {
  margin-top: 1rem;
  color: var(--gold-light);
  font-size: 1rem;
  font-family: var(--font-serif);
  text-align: center;
}

.lightbox-close-btn {
  position: absolute;
  top: -45px;
  left: 0;
  background: transparent;
  border: 1px solid var(--gold-border);
  color: var(--gold-primary);
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--radius-xs);
  transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
  background: var(--gold-primary);
  color: #0B0C0E;
}

/* Form Styles (Contact & Consultation) */
.form-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  padding: 2.75rem 2.5rem;
  border-radius: var(--radius-xs);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.form-label .required {
  color: var(--gold-primary);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: var(--bg-surface-elevated);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text-primary);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-xs);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 2px var(--gold-glow);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-error {
  color: #E57373;
  font-size: 0.8rem;
  margin-top: 0.35rem;
  display: none;
}

.form-success-banner {
  display: none;
  background: rgba(197, 168, 128, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-light);
  padding: 1.25rem;
  border-radius: var(--radius-xs);
  margin-bottom: 1.5rem;
  text-align: center;
}

/* FAQ Accordion */
.faq-search-box {
  max-width: 550px;
  margin: 0 auto 2.5rem auto;
  position: relative;
}

.faq-search-input {
  width: 100%;
  background: var(--bg-surface);
  border: var(--border-hairline);
  color: var(--text-primary);
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-xs);
  font-size: 0.95rem;
  outline: none;
}

.faq-search-input:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-surface);
  border: var(--border-hairline);
  border-radius: var(--radius-xs);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.active {
  border-color: var(--gold-primary);
}

.faq-question-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.35rem 1.5rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  font-family: var(--font-serif);
}

.faq-toggle-icon {
  font-size: 1.2rem;
  color: var(--gold-primary);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--transition-smooth);
  padding: 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.01);
}

.faq-item.active .faq-answer {
  max-height: 350px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer p {
  font-size: 0.93rem;
  color: var(--text-secondary);
  line-height: 1.8;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1rem;
}

/* Blog & Editorial */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  border-radius: var(--radius-xs);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
}

.blog-img-box {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-surface-elevated);
}

.blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-box img {
  transform: scale(1.05);
}

.blog-content {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--gold-primary);
  margin-bottom: 0.6rem;
}

.blog-meta-line span[aria-hidden="true"] {
  color: var(--text-muted);
}

.blog-card-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.blog-read-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Team Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.team-card {
  background: var(--bg-surface);
  border: var(--border-hairline);
  border-radius: var(--radius-xs);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
}

.team-img-box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-surface-elevated);
}

.team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-info {
  padding: 1.5rem;
}

.team-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}

.team-role {
  font-size: 0.84rem;
  color: var(--gold-primary);
  margin-bottom: 0.75rem;
}

.team-bio {
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1rem;
}

/* Footer */
.footer-main {
  background-color: #070809;
  border-top: var(--border-hairline);
  padding: 4.5rem 0 2rem 0;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-top: 1.2rem;
  max-width: 380px;
}

.footer-heading {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links-list a {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.footer-links-list a:hover {
  color: var(--gold-light);
  padding-right: 4px;
}

.footer-contact-item {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(8, 9, 10, 0.97);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  transform: translateX(100%);
  transition: transform 0.35s var(--transition-smooth);
}

.mobile-nav-drawer.open {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--gold-border);
  padding-bottom: 1.25rem;
}

.mobile-close-btn {
  background: transparent;
  border: 1px solid var(--gold-border);
  color: var(--gold-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-nav-links a {
  font-size: 1.25rem;
  font-family: var(--font-serif);
  color: var(--text-primary);
  display: block;
}

.mobile-nav-links a:hover, .mobile-nav-links a.active {
  color: var(--gold-primary);
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
  .mobile-toggle-btn {
    display: block;
  }
  .services-grid, .projects-grid, .testimonials-grid, .blog-grid, .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .awards-grid, .areas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-title {
    font-size: 2.75rem;
  }
}

@media (max-width: 768px) {
  .services-grid, .projects-grid, .testimonials-grid, .blog-grid, .team-grid {
    grid-template-columns: 1fr;
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .awards-grid, .areas-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
  .hero-stats-strip {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .luxury-cta-banner {
    padding: 2.75rem 1.5rem;
  }
}

/* Scroll Reveal Utility Classes */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--transition-smooth), transform 0.6s var(--transition-smooth);
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}
