/*
Theme Name: Mohamed Adel Portfolio
Theme URI: https://www.behance.net/Mohamedadell1
Author: Antigravity AI
Author URI: https://www.behance.net/Mohamedadell1
Description: Ultra-premium, bilingual (English & Arabic RTL) custom sports media portfolio theme for Mohamed Adel Fahmy. Features dynamic WebGL stadium background, partner logo marquee, YouTube video showcase, photography gallery with touch swipe lightbox, and custom marquee speed controls.
Version: 1.0.0
Text Domain: mohamed-adel-portfolio
Domain Path: /languages
*/

/* ==========================================================================
   MOHAMED ADEL FAHMY — OFFICIAL SPORTS MEDIA PORTFOLIO
   Cinematic Dark Sports & Media Aesthetic with WebGL Ambiance
   ========================================================================== */

:root {
  /* Color Palette */
  --bg-dark: #08080a;
  --bg-card: #111116;
  --bg-card-hover: #181822;
  --bg-glass: rgba(18, 18, 24, 0.75);
  --border-glass: rgba(255, 255, 255, 0.08);
  --border-accent: rgba(230, 180, 59, 0.35);

  --accent-gold: #e6b43b;
  --accent-gold-glow: rgba(230, 180, 59, 0.3);
  --accent-orange: #ff3b00;
  --accent-cyan: #00e5ff;

  --text-main: #f3f3f6;
  --text-muted: #9e9ea8;
  --text-dim: #60606a;

  /* Fonts */
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  /* Transitions & Easing */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
  background: var(--bg-dark);
}

/* Fixed WebGL Canvas & Ambient FX */
#gl,
.ambient-glow,
.noise-overlay {
  display: none !important;
}


/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-gold);
}

/* Layout Utilities */
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

section {
  padding: 100px 0;
  position: relative;
  z-index: 10;
  perspective: 1000px;
}

/* Typography Base */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.section-label {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--accent-gold);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #ffffff 40%, var(--text-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-intro {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 800px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Header & Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  transition: var(--transition-smooth);
}

.navbar.scrolled {
  padding: 14px 0;
  background: rgba(8, 8, 10, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
}

.brand-tag {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition-fast);
  position: relative;
  padding: 4px 0;
}

.nav-link:hover, .nav-link.active {
  color: #ffffff;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--accent-gold);
  transition: var(--transition-fast);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #b8871b 100%);
  color: #000000;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 15px var(--accent-gold-glow);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 180, 59, 0.4);
  background: linear-gradient(135deg, #f7c34d 0%, var(--accent-gold) 100%);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.hero-subhead {
  font-family: var(--font-heading);
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--accent-gold);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero-name {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-name span {
  display: block;
  background: linear-gradient(135deg, #ffffff 60%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-name .highlight {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-titles {
  font-family: var(--font-heading);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #d1d1d8;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-glass);
  line-height: 1.6;
}

.hero-statement {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.3;
}

.hero-intro {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent-gold);
  color: #08080a;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 4px;
  text-decoration: none;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 20px var(--accent-gold-glow);
  border: 1px solid var(--accent-gold);
}

.btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--bg-glass);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid var(--border-glass);
  backdrop-filter: blur(10px);
  transition: var(--transition-smooth);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-backdrop {
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 180, 59, 0.25) 0%, rgba(255, 59, 0, 0.1) 50%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
  animation: pulseGlow 6s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  0% { transform: scale(0.95); opacity: 0.6; }
  100% { transform: scale(1.08); opacity: 0.9; }
}

.hero-image-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
  transition: var(--transition-smooth);
}

.hero-image-container:hover {
  transform: scale(1.02);
}

.hero-image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.badge-float {
  position: absolute;
  bottom: 20px;
  left: -20px;
  z-index: 3;
  background: rgba(17, 17, 22, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-glass);
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(230, 180, 59, 0.15);
  border: 1px solid var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  font-size: 1.1rem;
}

.badge-text strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: #ffffff;
}

.badge-text span {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Marquee Ticker Section */
.marquee-section {
  padding: 24px 0;
  background: #0d0d12;
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
  overflow: hidden;
  position: relative;
  z-index: 5;
  direction: ltr !important;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: scrollMarquee 40s linear infinite;
  direction: ltr !important;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  flex-shrink: 0;
  direction: ltr !important;
}

.marquee-item {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  flex-shrink: 0;
  direction: ltr !important;
}

.marquee-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 10px var(--accent-gold);
  flex-shrink: 0;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Company Logos Marquee Section (Moving Left to Right) */
.logo-marquee-section {
  padding: 30px 0 40px 0;
  background: rgba(10, 10, 14, 0.95);
  border-bottom: 1px solid var(--border-glass);
  overflow: hidden;
  position: relative;
  z-index: 5;
  direction: ltr !important;
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: scrollLogosLeftToRight 35s linear infinite;
  direction: ltr !important;
}

.logo-marquee-track:hover {
  animation-play-state: paused;
}

.logo-marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  flex-shrink: 0;
  direction: ltr !important;
}

.logo-item {
  flex: 0 0 auto;
  width: 140px;
  height: 75px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  backdrop-filter: blur(8px);
  transition: var(--transition-smooth);
}

.logo-item:hover {
  background: rgba(230, 180, 59, 0.08);
  border-color: var(--accent-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(230, 180, 59, 0.2);
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0.85) contrast(1.1);
  transition: var(--transition-smooth);
}

.logo-item:hover img {
  filter: brightness(1) contrast(1);
  transform: scale(1.05);
}

/* Moving Left to Right keyframe: starts from -50% and scrolls smoothly to 0% */
@keyframes scrollLogosLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* About Me Section */
.about-section {
  background: transparent;
}

.editorial-about-box {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-left: 4px solid var(--accent-gold);
  padding: 48px;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transform-style: preserve-3d;
  will-change: transform;
}

.scroll-reveal-text {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.scroll-reveal-text p {
  margin-bottom: 24px;
}

.scroll-reveal-text p:last-child {
  margin-bottom: 0;
}

/* Highlights Section */
.highlights-section {
  padding: 80px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}

.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, background-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
  opacity: 0;
  transition: var(--transition-smooth);
}

.stat-card:hover {
  border-color: var(--border-accent);
  background: var(--bg-card-hover);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.stat-card:hover::before {
  opacity: 1;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* Featured Experience — Al Kholood Club */
.featured-section {
  background: transparent;
}

.featured-club-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  will-change: transform;
}

.featured-club-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-glass);
  margin-bottom: 32px;
}

.club-identity h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.club-role-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  background: rgba(230, 180, 59, 0.1);
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid rgba(230, 180, 59, 0.3);
  margin-top: 8px;
  text-transform: uppercase;
}

.club-period {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid var(--border-glass);
}

.club-overview {
  font-size: 1.15rem;
  color: var(--text-main);
  line-height: 1.8;
  margin-bottom: 40px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.role-responsibilities h4, .achievements-block h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 20px;
}

.role-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.role-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.role-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent-gold);
  font-size: 0.8rem;
}

.achievements-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.achievement-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-glass);
  padding: 16px 20px;
  border-radius: 8px;
  transition: var(--transition-fast);
}

.achievement-item:hover {
  background: rgba(230, 180, 59, 0.04);
  border-color: var(--border-accent);
}

.achievement-num {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--accent-gold);
  min-width: 60px;
  text-align: center;
  background: rgba(230, 180, 59, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
}

.achievement-desc {
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.5;
}

.achievement-desc strong {
  color: #ffffff;
  font-family: var(--font-heading);
  letter-spacing: 0.05em;
}

/* Sports Experience Timeline */
.sports-experience-section {
  padding: 100px 0;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-gold) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 48px;
}

.timeline-dot {
  position: absolute;
  left: 21px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-dark);
  border: 3px solid var(--accent-gold);
  box-shadow: 0 0 15px var(--accent-gold);
  z-index: 2;
}

.timeline-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 28px 36px;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, box-shadow 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.timeline-card:hover {
  border-color: var(--border-accent);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.timeline-org {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
}

.timeline-period {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
  background: rgba(230, 180, 59, 0.1);
  padding: 4px 14px;
  border-radius: 20px;
}

.timeline-body {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.timeline-body ul {
  list-style: none;
  margin-top: 10px;
}

.timeline-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.timeline-body ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent-gold);
}

/* Capabilities Grid Section */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.capability-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.2s var(--transition-fast), background-color 0.2s, border-color 0.2s;
  transform-style: preserve-3d;
  will-change: transform;
}

.capability-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-accent);
}

.capability-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(230, 180, 59, 0.1);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.capability-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Core Skills Section */
.skills-composition {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.skill-item {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, background-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.skill-item:hover {
  border-color: var(--accent-gold);
  background: rgba(230, 180, 59, 0.05);
}

.skill-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.skill-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 10px var(--accent-gold);
}

/* Photojournalism Section */
.photojournalism-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}

.journalism-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, box-shadow 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.journalism-card:hover {
  border-color: var(--border-accent);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.journalism-org {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.journalism-role {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.journalism-period {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  padding-top: 16px;
  border-top: 1px solid var(--border-glass);
}

/* Corporate & Entertainment Events Section */
.corporate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.corporate-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  padding: 36px 32px;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, background-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.corporate-card:hover {
  border-color: var(--border-accent);
  background: var(--bg-card-hover);
}

.corporate-org {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.corporate-role {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.corporate-period {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Freelance Collaborations Section */
.collaborations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.collab-badge {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, background-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  transform-style: preserve-3d;
  will-change: transform;
}

.collab-badge:hover {
  border-color: var(--border-accent);
  background: var(--bg-card-hover);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.collab-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Media Production Section */
.media-production-box {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  will-change: transform;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.workflow-step {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-glass);
  border-radius: 8px;
}

.step-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-gold);
  opacity: 0.6;
  margin-bottom: 8px;
}

.step-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Contact Section & Form */
.contact-section {
  background: transparent;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-statement {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 36px;
}

.contact-statement span {
  color: var(--accent-gold);
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-detail-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(230, 180, 59, 0.1);
  border: 1px solid var(--accent-gold);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-detail-content span {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-detail-content a {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition-fast);
}

.contact-detail-content a:hover {
  color: var(--accent-gold);
}

/* Contact Form */
.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transform-style: preserve-3d;
  will-change: transform;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: 6px;
  padding: 14px 18px;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition-fast);
  outline: none;
}

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e6b43b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}

.form-select option {
  background-color: #111116;
  color: #ffffff;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--accent-gold);
  background: rgba(230, 180, 59, 0.04);
  box-shadow: 0 0 15px rgba(230, 180, 59, 0.15);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit-btn {
  width: 100%;
  background: var(--accent-gold);
  color: #08080a;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 20px var(--accent-gold-glow);
}

.form-submit-btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.form-status {
  margin-top: 16px;
  padding: 14px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  display: none;
  text-align: center;
}

.form-status.success {
  display: block;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid var(--accent-cyan);
  color: var(--accent-cyan);
}

.form-status.error {
  display: block;
  background: rgba(255, 59, 0, 0.1);
  border: 1px solid var(--accent-orange);
  color: var(--accent-orange);
}

/* Footer */
.footer {
  background: #040405;
  border-top: 1px solid var(--border-glass);
  padding: 40px 0;
  position: relative;
  z-index: 10;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--accent-gold);
}

/* Media Queries for Responsive Layout */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subhead {
    justify-content: center;
  }

  .hero-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .badge-float {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }

  .featured-grid, .contact-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    padding-left: 50px;
  }

  .timeline-dot {
    left: 11px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(11, 11, 15, 0.95);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 30px;
    border-bottom: 1px solid var(--border-glass);
  }

  .nav-links.mobile-active {
    display: flex;
  }

  .mobile-toggle {
    display: block;
  }

  .editorial-about-box, .featured-club-card, .contact-form-card, .media-production-box {
    padding: 28px 20px;
  }
}

/* Animated Company Logos Marquee Strip (Left to Right) */
.logo-marquee-section {
  padding: 40px 0;
  background: #0b0b0f;
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: scrollLogosLeftToRight 25s linear infinite;
}

.logo-marquee-track:hover {
  animation-play-state: paused;
}

.logo-marquee-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}

.logo-item {
  background: #ffffff;
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 12px 24px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s var(--transition-smooth), border-color 0.3s, box-shadow 0.3s;
}

.logo-item:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: var(--accent-gold);
  box-shadow: 0 8px 25px rgba(230, 180, 59, 0.3);
}

.logo-item img {
  max-height: 46px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: contrast(1.05);
}

@keyframes scrollLogosLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* ==========================================================================
   MEDIA SHOWCASE & LIGHTBOX GALLERY (VIDEOS & PHOTOGRAPHY)
   ========================================================================== */

.media-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0) 0%, rgba(17, 17, 22, 0.6) 50%, rgba(8, 8, 10, 0) 100%);
}

.media-filter-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-btn:hover {
  background: rgba(230, 180, 59, 0.15);
  border-color: var(--accent-gold);
  color: #ffffff;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #08080a;
  box-shadow: 0 4px 20px rgba(230, 180, 59, 0.4);
}

.media-subsection-header {
  margin-bottom: 24px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.subsection-tag {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.subsection-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

/* Video Showcase Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (max-width: 1024px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

.video-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s var(--transition-smooth), border-color 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-accent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(230, 180, 59, 0.15);
}

.video-embed-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}

.video-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.video-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.video-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 8px;
}

.video-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Photo Gallery Grid */
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (max-width: 1200px) {
  .photo-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .photo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .photo-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.photo-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  transition: transform 0.4s var(--transition-smooth), border-color 0.4s, box-shadow 0.4s;
}

.photo-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--border-accent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(230, 180, 59, 0.2);
}

.photo-card-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.photo-card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s var(--transition-smooth), filter 0.6s;
}

.photo-card:hover .photo-card-inner img {
  transform: scale(1.08);
  filter: brightness(1.08);
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 10, 0.92) 0%, rgba(8, 8, 10, 0.4) 50%, rgba(8, 8, 10, 0) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.photo-card:hover .photo-overlay {
  opacity: 1;
}

.photo-zoom-icon {
  align-self: flex-end;
  width: 42px;
  height: 42px;
  background: rgba(230, 180, 59, 0.9);
  color: #08080a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(230, 180, 59, 0.5);
  transform: translateY(-10px);
  transition: transform 0.35s var(--transition-smooth);
}

.photo-card:hover .photo-zoom-icon {
  transform: translateY(0);
}

.photo-info {
  transform: translateY(10px);
  transition: transform 0.35s var(--transition-smooth);
}

.photo-card:hover .photo-info {
  transform: translateY(0);
}

.photo-tag {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.photo-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 10, 0.94);
  backdrop-filter: blur(12px);
}

.lightbox-content {
  position: relative;
  max-width: 1100px;
  max-height: 90vh;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.92);
  transition: transform 0.35s var(--transition-smooth);
}

.lightbox-modal.active .lightbox-content {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10003;
}

.lightbox-close:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #08080a;
  transform: scale(1.1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10003;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.lightbox-prev {
  left: -70px;
}

.lightbox-next {
  right: -70px;
}

.lightbox-nav:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #08080a;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 10px 30px rgba(230, 180, 59, 0.4);
}

.lightbox-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

#lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 40px rgba(230, 180, 59, 0.15);
  border: 1px solid var(--border-glass);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lightbox-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}

.lightbox-counter {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  text-transform: uppercase;
  background: rgba(230, 180, 59, 0.12);
  border: 1px solid rgba(230, 180, 59, 0.3);
  padding: 4px 14px;
  border-radius: 20px;
}

.lightbox-caption {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  text-align: center;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .lightbox-prev {
    left: 10px;
    top: auto;
    bottom: -65px;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .lightbox-next {
    right: 10px;
    top: auto;
    bottom: -65px;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .lightbox-nav:hover {
    transform: scale(1.1);
  }
  .lightbox-close {
    top: -42px;
    right: 5px;
  }
}

/* ==========================================================================
   BILINGUAL LANGUAGE SWITCHER & ARABIC RTL SUPPORT
   ========================================================================== */

.lang-toggle-btn {
  background: rgba(230, 180, 59, 0.12);
  border: 1px solid var(--border-accent);
  color: var(--accent-gold);
  padding: 8px 16px;
  border-radius: 24px;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(230, 180, 59, 0.15);
}

.lang-toggle-btn:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #08080a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 180, 59, 0.35);
}

/* Arabic RTL Layout Overrides */
html[lang="ar"],
html[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] body {
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
}

html[lang="ar"] .section-label {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

html[lang="ar"] .section-label::before {
  margin-left: 10px;
  margin-right: 0;
}

html[lang="ar"] .timeline-dot {
  right: -9px;
  left: auto;
}

html[lang="ar"] .timeline-card {
  margin-right: 30px;
  margin-left: 0;
}

html[lang="ar"] .hero-actions {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

html[lang="ar"] .hero-titles {
  letter-spacing: 0;
}

html[lang="ar"] .lang-toggle-btn {
  direction: ltr;
}

html[lang="ar"] .nav-links {
  direction: rtl;
}
