/* =========================================================
   حمو المرشدي - Official Portfolio
   Premium Dark Gold Theme
   ========================================================= */

:root {
  --gold: #f5c542;
  --gold-light: #ffe08a;
  --gold-deep: #d4a017;
  --red: #e63946;
  --bg-dark: #0a0a0f;
  --bg-darker: #050507;
  --bg-card: #131319;
  --bg-card-2: #1a1a22;
  --text-light: #f5f5f7;
  --text-muted: #a0a0ad;
  --border-subtle: rgba(245, 197, 66, 0.15);
  --shadow-gold: 0 10px 40px rgba(245, 197, 66, 0.25);
  --font-heading: 'Cairo', 'Tajawal', sans-serif;
  --font-body: 'Tajawal', 'Cairo', sans-serif;
  --radius: 18px;
  --transition: 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
  line-height: 1.7;
}

h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 800; line-height: 1.3; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }

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

.gold-gradient-text {
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =============== BUTTONS =============== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-deep));
  color: #1a1305;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 15px 50px rgba(245, 197, 66, 0.4); }
.btn-outline-gold {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
}
.btn-outline-gold:hover { background: var(--gold); color: #1a1305; transform: translateY(-3px); }
.btn-ghost {
  color: var(--text-light);
  border: 2px solid rgba(255,255,255,0.15);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }

/* =============== NAVBAR =============== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10, 10, 15, 0.55);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
}
.site-header.scrolled {
  background: rgba(10, 10, 15, 0.92);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--text-light);
}
.brand-crown {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  border-radius: 12px;
  color: #1a1305;
  font-size: 1.1rem;
  box-shadow: 0 4px 20px rgba(245,197,66,0.3);
}
.brand-accent { color: var(--gold); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-menu a {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--text-muted);
  position: relative;
  padding: 8px 0;
  transition: var(--transition);
}
.nav-menu a:hover, .nav-menu a.active { color: var(--gold); }
.nav-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.nav-cta-wrap { margin-right: 6px; }
.nav-cta { padding: 10px 22px; font-size: 0.9rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  z-index: 1100;
}
.nav-toggle span {
  height: 2.5px;
  background: var(--gold);
  border-radius: 3px;
  transition: var(--transition);
}

/* =============== HERO =============== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 78px;
  overflow: hidden;
  background: radial-gradient(ellipse at top left, #1a1510 0%, var(--bg-dark) 55%);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
}
.hero-glow-1 {
  width: 500px; height: 500px;
  background: var(--gold);
  top: -150px; right: -100px;
  animation: floatSlow 8s ease-in-out infinite;
}
.hero-glow-2 {
  width: 400px; height: 400px;
  background: var(--red);
  bottom: -100px; left: -80px;
  animation: floatSlow 10s ease-in-out infinite reverse;
}
@keyframes floatSlow {
  0%, 100% { transform: translate(0,0); }
  50% { transform: translate(30px, 40px); }
}
.hero-particles {
  position: absolute; inset: 0;
  background-image: radial-gradient(1.5px 1.5px at 25% 30%, rgba(245,197,66,.5) 50%, transparent 100%),
                     radial-gradient(1.5px 1.5px at 75% 60%, rgba(245,197,66,.4) 50%, transparent 100%),
                     radial-gradient(1px 1px at 50% 80%, rgba(255,255,255,.3) 50%, transparent 100%),
                     radial-gradient(1.5px 1.5px at 90% 20%, rgba(245,197,66,.4) 50%, transparent 100%),
                     radial-gradient(1px 1px at 10% 70%, rgba(255,255,255,.25) 50%, transparent 100%);
  background-size: 100% 100%;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 60px 24px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 50px;
  background: rgba(245,197,66,0.12);
  border: 1px solid var(--border-subtle);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
}
.hero-title-line { display: block; }
.hero-tagline {
  font-size: 1.25rem;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-stats-row {
  display: flex;
  gap: 34px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold);
}
.hero-stat-label { font-size: 0.82rem; color: var(--text-muted); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-media { position: relative; display: flex; justify-content: center; }
.hero-photo-frame { position: relative; width: 100%; max-width: 460px; }
.hero-photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  position: relative;
  z-index: 2;
}
.hero-photo-ring {
  position: absolute;
  inset: -18px;
  border: 2px dashed rgba(245,197,66,0.3);
  border-radius: 44px;
  z-index: 1;
  animation: spin 30s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(20,20,26,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  z-index: 3;
  animation: floatCard 4s ease-in-out infinite;
}
.floating-card i { font-size: 1.4rem; color: var(--gold); }
.floating-card div { display: flex; flex-direction: column; }
.floating-card strong { font-size: 1.1rem; }
.floating-card span { font-size: 0.72rem; color: var(--text-muted); }
.floating-card-1 { top: 8%; left: -8%; animation-delay: 0s; }
.floating-card-2 { bottom: 8%; right: -8%; animation-delay: 2s; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.3rem;
  animation: bounce 2s infinite;
  z-index: 3;
}
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 10px); }
}

/* =============== STATS STRIP =============== */
.stats-strip {
  padding: 60px 0;
  background: var(--bg-darker);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  text-align: center;
  padding: 28px 16px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--bg-card), var(--bg-card-2));
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
}
.stat-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.stat-card i { font-size: 1.8rem; color: var(--gold); margin-bottom: 12px; }
.stat-value { font-family: var(--font-heading); font-size: 2.4rem; font-weight: 900; margin-bottom: 6px; }
.stat-card p { color: var(--text-muted); font-size: 0.88rem; }

/* =============== SECTION GENERIC =============== */
.section { padding: 100px 0; }
.section-title { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.section-title h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 12px; }
.section-subtitle { color: var(--text-muted); font-size: 1.05rem; }

.center-cta { text-align: center; margin-top: 44px; }

/* =============== WORKS PREVIEW (HOME SCROLL) =============== */
.works-preview { background: var(--bg-dark); }
.works-scroll-wrap { overflow-x: auto; padding-bottom: 16px; scrollbar-width: thin; }
.works-scroll {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 4px;
}
.work-card-mini {
  width: 220px;
  flex-shrink: 0;
  transition: var(--transition);
}
.work-card-mini:hover { transform: translateY(-8px); }
.work-card-mini-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.work-card-mini-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.work-card-mini:hover img { transform: scale(1.08); }
.work-card-mini-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
  color: var(--gold);
  font-size: 1.8rem;
  opacity: 0;
  transition: var(--transition);
}
.work-card-mini:hover .work-card-mini-play { opacity: 1; }
.work-card-mini h4 { font-size: 1rem; margin-bottom: 4px; }
.work-card-mini span { font-size: 0.78rem; color: var(--gold); }

/* =============== BILLBOARD HIGHLIGHT =============== */
.billboard-highlight { background: linear-gradient(160deg, #14100a, var(--bg-dark)); }
.billboard-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  align-items: center;
}
.billboard-visual { text-align: center; }
.billboard-rank-circle {
  width: 240px; height: 240px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,197,66,0.15), transparent 70%);
  border: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(245,197,66,0.3), inset 0 0 40px rgba(245,197,66,0.1);
  position: relative;
}
.billboard-rank-circle::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px dashed rgba(245,197,66,0.4);
  animation: spin 20s linear infinite;
}
.rank-num { font-family: var(--font-heading); font-size: 5rem; font-weight: 900; color: var(--gold); line-height: 1; }
.rank-label { font-size: 1rem; color: var(--text-muted); margin-top: 6px; }
.billboard-caption { color: var(--text-muted); font-size: 0.95rem; }
.billboard-content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 14px 0 18px; }
.billboard-content p { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 28px; }

/* =============== VIDEO SECTION =============== */
.video-section { background: var(--bg-dark); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.video-card { border-radius: var(--radius); overflow: hidden; background: var(--bg-card); border: 1px solid var(--border-subtle); }
.video-embed-wrap { position: relative; width: 100%; aspect-ratio: 16/9; }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-card h4 { padding: 16px 18px; font-size: 1rem; }

/* =============== SOCIAL SECTION =============== */
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 16px;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
  text-align: center;
}
.social-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent, var(--gold));
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.social-card i { font-size: 1.9rem; color: var(--accent, var(--gold)); }
.social-card strong { font-size: 0.95rem; }
.social-card span { font-size: 0.78rem; color: var(--text-muted); }

.social-pill {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
  color: var(--text-light);
}
.social-pill:hover { background: var(--accent, var(--gold)); color: #1a1305; transform: translateY(-4px); }

/* =============== CTA BAND =============== */
.cta-band {
  padding: 90px 0;
  background: linear-gradient(135deg, #1a1509, #0d0d10);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(245,197,66,0.15), transparent 60%);
}
.cta-band-inner { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 10px; }
.cta-band p { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 30px; }

/* =============== FOOTER =============== */
.site-footer { background: var(--bg-darker); position: relative; padding-top: 70px; overflow: hidden; }
.footer-glow {
  position: absolute;
  top: -100px; left: 50%;
  width: 600px; height: 300px;
  background: var(--gold);
  filter: blur(120px);
  opacity: 0.08;
  transform: translateX(-50%);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  z-index: 1;
}
.footer-brand-logo { margin-bottom: 16px; }
.footer-desc { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 20px; max-width: 340px; }
.footer-socials { display: flex; gap: 10px; }
.footer-links h4, .footer-contact h4 { font-size: 1.05rem; margin-bottom: 20px; color: var(--gold); }
.footer-links a { display: block; color: var(--text-muted); margin-bottom: 12px; transition: var(--transition); font-size: 0.92rem; }
.footer-links a:hover { color: var(--gold); }
.footer-contact p { display: flex; align-items: center; gap: 10px; color: var(--text-muted); margin-bottom: 12px; font-size: 0.92rem; }
.footer-contact p i { color: var(--gold); width: 18px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px;
  font-size: 0.85rem;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}
.footer-credit i { color: var(--red); }

/* =============== PAGE HERO (subpages) =============== */
.page-hero {
  padding: 160px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(245,197,66,0.12), transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); margin: 16px 0; }
.page-hero-sub { color: var(--text-muted); font-size: 1.1rem; max-width: 600px; margin: 0 auto; }

/* =============== ABOUT PAGE =============== */
.about-section { background: var(--bg-dark); }
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { border-radius: 28px; width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,0.5); }
.about-photo-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: #1a1305;
  padding: 16px 22px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  box-shadow: 0 15px 40px rgba(245,197,66,0.4);
}
.about-photo-badge i { font-size: 1.4rem; }
.about-text .lead { font-size: 1.15rem; color: var(--text-light); margin-bottom: 20px; }
.about-text p { color: var(--text-muted); margin-bottom: 18px; font-size: 1.02rem; }

/* Timeline */
.timeline-section { background: var(--bg-darker); }
.timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 20px 0; }
.timeline::before {
  content: '';
  position: absolute;
  right: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}
.timeline-item { position: relative; width: 50%; padding: 20px 40px; }
.timeline-item.left { margin-right: 50%; text-align: right; }
.timeline-item.right { margin-left: 50%; text-align: left; }
.timeline-dot {
  position: absolute;
  top: 24px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245,197,66,0.2), 0 0 20px rgba(245,197,66,0.5);
}
.timeline-item.left .timeline-dot { right: -8px; }
.timeline-item.right .timeline-dot { left: -8px; }
.timeline-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 22px 26px;
  transition: var(--transition);
}
.timeline-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.timeline-year { color: var(--gold); font-weight: 800; font-size: 0.95rem; display: block; margin-bottom: 8px; }
.timeline-card p { color: var(--text-muted); font-size: 0.95rem; }

/* Values */
.values-section { background: var(--bg-dark); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card {
  padding: 32px 24px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--bg-card), var(--bg-card-2));
  border: 1px solid var(--border-subtle);
  text-align: center;
  transition: var(--transition);
}
.value-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.value-card i { font-size: 2rem; color: var(--gold); margin-bottom: 16px; }
.value-card h4 { margin-bottom: 10px; font-size: 1.1rem; }
.value-card p { color: var(--text-muted); font-size: 0.9rem; }

/* =============== WORKS PAGE =============== */
.filter-bar { display: flex; justify-content: center; gap: 12px; margin-bottom: 44px; flex-wrap: wrap; }
.filter-btn {
  padding: 10px 26px;
  border-radius: 50px;
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  font-weight: 700;
  transition: var(--transition);
}
.filter-btn:hover, .filter-btn.active { background: var(--gold); color: #1a1305; border-color: var(--gold); }

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.work-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
}
.work-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); border-color: var(--gold); }
.work-card-img { position: relative; aspect-ratio: 1/1; overflow: hidden; }
.work-card-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.work-card:hover .work-card-img img { transform: scale(1.1); }
.work-card-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.8));
  opacity: 0; transition: var(--transition);
}
.work-card:hover .work-card-overlay { opacity: 1; }
.work-play-btn {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: #1a1305;
  font-size: 1.3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.work-year-badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(0,0,0,0.6);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  backdrop-filter: blur(4px);
}
.work-card-body { padding: 18px; }
.work-card-body h3 { font-size: 1.05rem; margin-bottom: 4px; }
.work-en-title { color: var(--text-muted); font-size: 0.78rem; margin-bottom: 10px; font-family: sans-serif; direction: ltr; text-align: right; }
.work-meta { display: flex; gap: 12px; margin-bottom: 10px; font-size: 0.85rem; color: var(--text-muted); }
.work-meta i { color: var(--gold); margin-left: 4px; }
.work-tag {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--gold);
  background: rgba(245,197,66,0.1);
  padding: 4px 12px;
  border-radius: 20px;
}

.streaming-section { background: var(--bg-darker); }

/* =============== ACHIEVEMENTS PAGE =============== */
.rank-showcase { padding-top: 40px; padding-bottom: 40px; }
.rank-showcase-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: linear-gradient(135deg, rgba(245,197,66,0.1), rgba(0,0,0,0.2));
  border: 1px solid var(--border-subtle);
  border-radius: 28px;
  padding: 50px;
}
.rank-showcase-num {
  flex-shrink: 0;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,197,66,0.2), transparent 70%);
  border: 3px solid var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 0 50px rgba(245,197,66,0.3);
}
.rank-showcase-num span { font-family: var(--font-heading); font-size: 3.6rem; font-weight: 900; color: var(--gold); line-height: 1; }
.rank-showcase-num small { color: var(--text-muted); font-size: 0.85rem; }
.rank-showcase-text h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 10px; }
.rank-showcase-text p { color: var(--text-muted); font-size: 1.02rem; }

.achievements-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
.achievement-item {
  display: flex;
  gap: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 28px;
  transition: var(--transition);
}
.achievement-item:hover { border-color: var(--gold); transform: translateX(-4px); }
.achievement-icon {
  flex-shrink: 0;
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #1a1305;
}
.achievement-date { color: var(--gold); font-weight: 700; font-size: 0.85rem; }
.achievement-content h3 { font-size: 1.15rem; margin: 6px 0 10px; }
.achievement-content p { color: var(--text-muted); font-size: 0.95rem; }

.hot100-section { background: var(--bg-darker); }
.hot100-table { max-width: 900px; margin: 0 auto; border-radius: 18px; overflow: hidden; border: 1px solid var(--border-subtle); }
.hot100-row {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.6fr;
  align-items: center;
  padding: 18px 24px;
  background: var(--bg-card);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 12px;
}
.hot100-row:last-child { border-bottom: none; }
.hot100-header { background: rgba(245,197,66,0.08); font-weight: 800; color: var(--gold); }
.hot100-song { font-weight: 700; }
.hot100-song i { color: var(--gold); margin-left: 8px; }
.hot100-move { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.hot100-move i { color: var(--text-muted); font-size: 0.8rem; }
.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 800;
}
.rank-badge.from { background: rgba(255,255,255,0.08); color: var(--text-muted); }
.rank-badge.to { background: rgba(245,197,66,0.2); color: var(--gold); }
.rank-badge.new { background: rgba(230,57,70,0.2); color: var(--red); }
.hot100-note { color: var(--text-muted); font-size: 0.85rem; }

/* =============== GALLERY PAGE =============== */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: var(--transition);
  color: var(--gold);
  font-size: 1.4rem;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 40px;
}
.lightbox.active { display: flex; }
.lightbox img { max-width: 90%; max-height: 90vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lightbox-close {
  position: absolute; top: 30px; left: 30px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.lightbox-close:hover { background: var(--gold); color: #1a1305; }

/* =============== CONTACT PAGE =============== */
.contact-section { background: var(--bg-dark); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; }
.contact-info h3 { font-size: 1.3rem; margin-bottom: 24px; }
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.contact-info-item i {
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(245,197,66,0.1);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-info-item strong { display: block; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 2px; }
.contact-info-item span, .contact-info-item a { font-size: 1.05rem; font-weight: 700; }
.contact-info-item a:hover { color: var(--gold); }

.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  padding: 40px;
}
.contact-form h3 { margin-bottom: 24px; font-size: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 8px; font-size: 0.9rem; color: var(--text-muted); font-weight: 600; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: var(--text-light);
  font-size: 0.95rem;
  transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(245,197,66,0.05);
}
.form-success {
  display: none;
  margin-top: 16px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(52,199,89,0.1);
  color: #34c759;
  text-align: center;
  font-weight: 700;
}
.form-success.show { display: block; }

/* =============== ANIMATIONS =============== */
[data-aos] { transition-property: transform, opacity; }

/* =============== RESPONSIVE =============== */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .billboard-grid { grid-template-columns: 1fr; text-align: center; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 400px; margin: 0 auto; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .works-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-masonry { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .rank-showcase-card { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed;
    top: 78px; left: 0; right: 0;
    flex-direction: column;
    background: rgba(10,10,15,0.98);
    backdrop-filter: blur(20px);
    padding: 30px 24px;
    gap: 22px;
    transform: translateY(-120%);
    transition: var(--transition);
    border-bottom: 1px solid var(--border-subtle);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-cta-wrap { margin-right: 0; }

  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-top: 30px; }
  .hero-text { order: 1; }
  .hero-media { order: 0; margin-bottom: 20px; }
  .hero-tagline { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats-row { justify-content: center; }
  .hero-photo-frame { max-width: 300px; }
  .floating-card { display: none; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .video-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .footer-socials { justify-content: center; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .values-grid { grid-template-columns: 1fr; }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .timeline::before { right: 20px; }
  .timeline-item, .timeline-item.left, .timeline-item.right {
    width: 100%; margin: 0; padding-right: 50px; padding-left: 10px; text-align: right !important;
  }
  .timeline-item.left .timeline-dot, .timeline-item.right .timeline-dot { right: 12px; left: auto; }
  .page-hero { padding: 130px 0 60px; }
  .rank-showcase-num { width: 130px; height: 130px; }
  .rank-showcase-num span { font-size: 2.8rem; }
  .hot100-row { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .contact-form-wrap { padding: 24px; }
}

@media (max-width: 480px) {
  .works-grid, .gallery-masonry, .social-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats-row { gap: 20px; }
  .hero-stat-num { font-size: 1.7rem; }
}
