/*
Theme Name: الشاعر الموسيقار أحمد الشوكي — عراب الموسيقى
Author: عبدالرازق خشبه
Description: الموقع الرسمي للشاعر الموسيقار أحمد الشوكي — عراب الموسيقى. موقع فاخر وسينمائي يجمع بين التراث العربي والشعر والموسيقى والحداثة الرقمية.
Version: 1.0
Text Domain: ahmed-el-shouki
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, theme-options, translation-ready
*/

/* ========================================
   CSS VARIABLES & ROOT
   ======================================== */
:root {
    --midnight-navy: #08111E;
    --deep-gold: #C9A66B;
    --burgundy: #8D1F1F;
    --warm-ivory: #F6F0E7;
    --midnight-light: #0F1A2E;
    --midnight-lighter: #162240;
    --gold-light: #D4B87A;
    --gold-dark: #A8894F;
    --burgundy-light: #A63232;
    --ivory-dark: #E8DDD0;
    --text-light: #F6F0E7;
    --text-muted: #8A94A6;
    --text-dark: #08111E;
    --font-arabic-heading: 'Amiri', 'Noto Sans SC', serif;
    --font-arabic-body: 'Cairo', 'Noto Sans SC', sans-serif;
    --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --shadow-gold: 0 4px 30px rgba(201, 166, 107, 0.15);
    --shadow-dark: 0 10px 40px rgba(0, 0, 0, 0.3);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-arabic-body);
    background-color: var(--midnight-navy);
    color: var(--text-light);
    direction: rtl;
    text-align: right;
    line-height: 1.8;
    overflow-x: hidden;
}

a {
    color: var(--deep-gold);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--gold-light);
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-arabic-heading);
    font-weight: 700;
    line-height: 1.3;
    color: var(--warm-ivory);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.1rem; }

p {
    margin-bottom: 1.2rem;
    line-height: 1.9;
}

::selection {
    background: var(--deep-gold);
    color: var(--midnight-navy);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--midnight-navy);
}

::-webkit-scrollbar-thumb {
    background: var(--deep-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-light);
}

/* ========================================
   CONTAINER & LAYOUT
   ======================================== */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-wide {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-padding {
    padding: 6rem 0;
}

.section-padding-lg {
    padding: 8rem 0;
}

/* ========================================
   GOLD DECORATIVE ELEMENTS
   ======================================== */
.gold-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--deep-gold), transparent);
    margin: 1.5rem auto;
}

.gold-divider-start {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--deep-gold), transparent);
    margin: 1.5rem 0;
}

.gold-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.gold-ornament::before,
.gold-ornament::after {
    content: '';
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--deep-gold));
}

.gold-ornament::after {
    background: linear-gradient(90deg, var(--deep-gold), transparent);
}

.gold-ornament span {
    color: var(--deep-gold);
    font-size: 1.2rem;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: var(--transition-smooth);
    padding: 1rem 0;
}

.site-header.scrolled {
    background: rgba(8, 17, 30, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.5rem 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-logo img {
    height: 50px;
    width: auto;
}

.site-logo-text {
    display: flex;
    flex-direction: column;
}

.site-logo-text .logo-name {
    font-family: var(--font-arabic-heading);
    font-size: 1.1rem;
    color: var(--deep-gold);
    font-weight: 700;
    line-height: 1.2;
}

.site-logo-text .logo-tagline {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 1px;
}

.main-navigation {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    align-items: center;
}

.nav-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    transition: var(--transition-smooth);
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    height: 2px;
    background: var(--deep-gold);
    transition: var(--transition-smooth);
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
    right: 0;
    left: 0;
}

.nav-menu li a:hover {
    color: var(--deep-gold);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--deep-gold);
    transition: var(--transition-smooth);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg video,
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 17, 30, 0.4) 0%,
        rgba(8, 17, 30, 0.6) 40%,
        rgba(8, 17, 30, 0.85) 100%
    );
    z-index: 1;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-logo-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    opacity: 0;
    animation: fadeInUp 1s 0.3s forwards;
}

.hero-title {
    font-family: var(--font-arabic-heading);
    font-size: 4.5rem;
    color: var(--warm-ivory);
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeInUp 1s 0.5s forwards;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-family: var(--font-arabic-heading);
    font-size: 1.5rem;
    color: var(--deep-gold);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 1s 0.7s forwards;
}

.hero-quote {
    font-family: var(--font-arabic-heading);
    font-size: 1.3rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeInUp 1s 0.9s forwards;
    line-height: 2;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s 1.1s forwards;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    animation: fadeInUp 1s 1.5s forwards;
}

.scroll-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--deep-gold);
    font-size: 0.8rem;
    letter-spacing: 2px;
    animation: bounce 2s infinite;
}

.scroll-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--deep-gold);
    stroke-width: 2;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2.2rem;
    border-radius: 2px;
    font-family: var(--font-arabic-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    text-decoration: none;
}

.btn-gold {
    background: linear-gradient(135deg, var(--deep-gold), var(--gold-dark));
    color: var(--midnight-navy);
    box-shadow: 0 4px 20px rgba(201, 166, 107, 0.3);
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-light), var(--deep-gold));
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 166, 107, 0.4);
    color: var(--midnight-navy);
}

.btn-outline {
    background: transparent;
    color: var(--deep-gold);
    border: 1px solid var(--deep-gold);
}

.btn-outline:hover {
    background: var(--deep-gold);
    color: var(--midnight-navy);
    transform: translateY(-2px);
}

.btn-burgundy {
    background: linear-gradient(135deg, var(--burgundy), var(--burgundy-light));
    color: var(--warm-ivory);
    box-shadow: 0 4px 20px rgba(141, 31, 31, 0.3);
}

.btn-burgundy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(141, 31, 31, 0.4);
    color: var(--warm-ivory);
}

/* ========================================
   SECTION HEADERS
   ======================================== */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header .section-label {
    display: inline-block;
    font-size: 0.8rem;
    color: var(--deep-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 2rem;
}

.section-header .section-label::before,
.section-header .section-label::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--deep-gold);
}

.section-header .section-label::before {
    right: -35px;
}

.section-header .section-label::after {
    left: -35px;
}

.section-header h2 {
    font-family: var(--font-arabic-heading);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--warm-ivory), var(--deep-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
}

/* ========================================
   FEATURED VIDEO SECTION
   ======================================== */
.featured-video-section {
    background: linear-gradient(180deg, var(--midnight-navy), var(--midnight-light), var(--midnight-navy));
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    border: 1px solid rgba(201, 166, 107, 0.2);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========================================
   LATEST WORKS GRID
   ======================================== */
.works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.work-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition-smooth);
    border: 1px solid rgba(201, 166, 107, 0.1);
    position: relative;
}

.work-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--deep-gold), var(--burgundy));
    opacity: 0;
    transition: var(--transition-smooth);
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-gold);
    border-color: rgba(201, 166, 107, 0.3);
}

.work-card:hover::before {
    opacity: 1;
}

.work-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.work-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.work-card:hover .work-card-image img {
    transform: scale(1.05);
}

.work-card-image .work-type-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(8, 17, 30, 0.8);
    color: var(--deep-gold);
    padding: 0.3rem 0.8rem;
    border-radius: 2px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

.work-card-body {
    padding: 1.5rem;
}

.work-card-body h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    transition: var(--transition-smooth);
}

.work-card-body h3:hover {
    color: var(--deep-gold);
}

.work-card-body .work-meta {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
}

.work-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.work-card-body .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--deep-gold);
    font-size: 0.9rem;
    margin-top: 1rem;
    font-weight: 600;
}

/* ========================================
   ABOUT / BIOGRAPHY SECTION
   ======================================== */
.about-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--midnight-navy), var(--midnight-light));
}

.about-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(201,166,107,0.05)"/><circle cx="75" cy="75" r="0.5" fill="rgba(201,166,107,0.05)"/></pattern></defs><rect fill="url(%23grain)" width="100" height="100"/></svg>');
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-portrait {
    position: relative;
}

.about-portrait img {
    border-radius: 8px;
    box-shadow: var(--shadow-heavy);
    border: 2px solid rgba(201, 166, 107, 0.2);
}

.about-portrait::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    right: 15px;
    top: 15px;
    border: 1px solid var(--deep-gold);
    border-radius: 8px;
    z-index: -1;
    opacity: 0.3;
}

.about-text h3 {
    font-family: var(--font-arabic-heading);
    color: var(--deep-gold);
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 2;
}

/* ========================================
   TIMELINE
   ======================================== */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--deep-gold), transparent);
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-left: 50%;
    padding-right: 3rem;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    justify-content: flex-start;
    padding-right: 50%;
    padding-left: 3rem;
    padding-right: 0;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 16px;
    height: 16px;
    background: var(--deep-gold);
    border-radius: 50%;
    border: 3px solid var(--midnight-navy);
    z-index: 1;
}

.timeline-content {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    padding: 1.5rem 2rem;
    border-radius: 8px;
    border: 1px solid rgba(201, 166, 107, 0.15);
    max-width: 500px;
}

.timeline-year {
    display: inline-block;
    background: var(--deep-gold);
    color: var(--midnight-navy);
    padding: 0.2rem 0.8rem;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.timeline-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--warm-ivory);
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ========================================
   MUSIC / AUDIO PLAYER
   ======================================== */
.music-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.music-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid rgba(201, 166, 107, 0.1);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.music-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(201, 166, 107, 0.08), transparent);
    border-radius: 50%;
    transform: translate(30%, -30%);
}

.music-card:hover {
    border-color: rgba(201, 166, 107, 0.3);
    box-shadow: var(--shadow-gold);
}

.music-card-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.music-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--deep-gold), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.music-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--midnight-navy);
}

.music-card-info h3 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: var(--warm-ivory);
}

.music-card-info .music-meta {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.audio-player {
    width: 100%;
    margin-top: 1rem;
}

.audio-player audio {
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.audio-player audio::-webkit-media-controls-panel {
    background: var(--midnight-light);
}

.music-card-description {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 1rem;
    line-height: 1.8;
}

/* ========================================
   POETRY CARDS
   ======================================== */
.poetry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.poetry-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid rgba(201, 166, 107, 0.1);
    transition: var(--transition-smooth);
    position: relative;
    text-align: center;
}

.poetry-card::after {
    content: '\201D';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 5rem;
    color: rgba(201, 166, 107, 0.08);
    font-family: var(--font-arabic-heading);
    line-height: 1;
}

.poetry-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 166, 107, 0.3);
    box-shadow: var(--shadow-gold);
}

.poetry-card h3 {
    font-family: var(--font-arabic-heading);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--deep-gold);
}

.poetry-card .poetry-excerpt {
    font-family: var(--font-arabic-heading);
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 1.5rem;
    min-height: 100px;
}

.poetry-card .poetry-meta {
    color: var(--text-muted);
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.poetry-card .poetry-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* ========================================
   SINGLE POEM PAGE
   ======================================== */
.poem-content {
    font-family: var(--font-arabic-heading);
    font-size: 1.4rem;
    line-height: 2.8;
    text-align: center;
    color: var(--warm-ivory);
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 0;
}

.poem-content p {
    margin-bottom: 2rem;
}

.poem-verse {
    margin-bottom: 1.5rem;
}

/* ========================================
   FESTIVALS & EVENTS
   ======================================== */
.festivals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.festival-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(201, 166, 107, 0.1);
    transition: var(--transition-smooth);
}

.festival-card:hover {
    border-color: rgba(201, 166, 107, 0.3);
    box-shadow: var(--shadow-gold);
    transform: translateY(-5px);
}

.festival-card-image {
    height: 200px;
    overflow: hidden;
}

.festival-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.festival-card:hover .festival-card-image img {
    transform: scale(1.05);
}

.festival-card-body {
    padding: 1.5rem;
}

.festival-card-body h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.festival-card-body .festival-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.festival-card-body .festival-detail {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--deep-gold);
    font-size: 0.85rem;
}

.festival-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* ========================================
   AWARDS
   ======================================== */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.award-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(201, 166, 107, 0.1);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--burgundy), var(--deep-gold), var(--burgundy));
}

.award-card:hover {
    border-color: rgba(201, 166, 107, 0.3);
    box-shadow: var(--shadow-gold);
    transform: translateY(-5px);
}

.award-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--deep-gold), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-icon svg {
    width: 36px;
    height: 36px;
    fill: var(--midnight-navy);
}

.award-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--warm-ivory);
}

.award-card .award-issuer {
    color: var(--deep-gold);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

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

.award-card .award-description {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 1rem;
    line-height: 1.7;
}

/* ========================================
   MULTIMEDIA / GALLERY
   ======================================== */
.media-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.media-tab {
    padding: 0.7rem 1.5rem;
    background: transparent;
    color: var(--text-muted);
    border: 1px solid rgba(201, 166, 107, 0.2);
    border-radius: 2px;
    cursor: pointer;
    font-family: var(--font-arabic-body);
    font-size: 0.9rem;
    transition: var(--transition-smooth);
}

.media-tab:hover,
.media-tab.active {
    background: var(--deep-gold);
    color: var(--midnight-navy);
    border-color: var(--deep-gold);
}

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

.video-card {
    background: linear-gradient(145deg, var(--midnight-light), var(--midnight-lighter));
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(201, 166, 107, 0.1);
    transition: var(--transition-smooth);
}

.video-card:hover {
    border-color: rgba(201, 166, 107, 0.3);
    box-shadow: var(--shadow-gold);
}

.video-card-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-card-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-card-body {
    padding: 1.5rem;
}

.video-card-body h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.video-card-body p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

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

.gallery-item {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-smooth);
    aspect-ratio: 1;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-gold);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================
   CONTACT PAGE
   ======================================== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: var(--deep-gold);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
    background: var(--midnight-light);
    border: 1px solid rgba(201, 166, 107, 0.2);
    border-radius: 4px;
    padding: 0.9rem 1.2rem;
    color: var(--warm-ivory);
    font-family: var(--font-arabic-body);
    font-size: 1rem;
    transition: var(--transition-smooth);
    direction: rtl;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--deep-gold);
    box-shadow: 0 0 0 3px rgba(201, 166, 107, 0.1);
}

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

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--deep-gold), var(--gold-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--midnight-navy);
}

.contact-info-text h4 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: var(--deep-gold);
}

.contact-info-text p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(201, 166, 107, 0.1);
    border: 1px solid rgba(201, 166, 107, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.social-link:hover {
    background: var(--deep-gold);
    border-color: var(--deep-gold);
}

.social-link svg {
    width: 20px;
    height: 20px;
    fill: var(--deep-gold);
    transition: var(--transition-smooth);
}

.social-link:hover svg {
    fill: var(--midnight-navy);
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
    background: linear-gradient(180deg, var(--midnight-navy), #040810);
    border-top: 1px solid rgba(201, 166, 107, 0.1);
    padding-top: 4rem;
}

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

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-brand .footer-logo img {
    height: 50px;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer-column h4 {
    font-family: var(--font-arabic-heading);
    color: var(--deep-gold);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: var(--deep-gold);
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.8rem;
}

.footer-column ul li a {
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-column ul li a:hover {
    color: var(--deep-gold);
    padding-right: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(201, 166, 107, 0.1);
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-bottom: 0;
}

.footer-bottom .developer-credit {
    color: var(--deep-gold);
    font-weight: 600;
}

/* ========================================
   PAGE BANNER
   ======================================== */
.page-banner {
    position: relative;
    height: 40vh;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--midnight-navy), var(--midnight-light));
}

.page-banner-bg {
    position: absolute;
    inset: 0;
    opacity: 0.15;
}

.page-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 17, 30, 0.5), rgba(8, 17, 30, 0.9));
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-banner-content h1 {
    font-family: var(--font-arabic-heading);
    font-size: 3rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--warm-ivory), var(--deep-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-banner-content .breadcrumb {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.page-banner-content .breadcrumb a {
    color: var(--deep-gold);
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   PAGINATION
   ======================================== */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(201, 166, 107, 0.2);
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: var(--transition-smooth);
}

.pagination a:hover,
.pagination span.current {
    background: var(--deep-gold);
    color: var(--midnight-navy);
    border-color: var(--deep-gold);
}

/* ========================================
   SEARCH & FILTERS
   ======================================== */
.content-filters {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1.2rem;
    background: transparent;
    color: var(--text-muted);
    border: 1px solid rgba(201, 166, 107, 0.2);
    border-radius: 2px;
    cursor: pointer;
    font-family: var(--font-arabic-body);
    font-size: 0.85rem;
    transition: var(--transition-smooth);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--deep-gold);
    color: var(--midnight-navy);
    border-color: var(--deep-gold);
}

/* ========================================
   WHATSAPP FLOATING BUTTON
   ======================================== */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition-smooth);
    animation: float 3s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
    color: #fff;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.3);
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* ========================================
   SCHEMA MARKUP (hidden)
   ======================================== */
.schema-markup {
    display: none;
}

/* ========================================
   RESPONSIVE DESIGN (Mobile First)
   ======================================== */

/* Tablet */
@media (max-width: 1024px) {
    .works-grid,
    .poetry-grid,
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    h1 { font-size: 2.8rem; }
    h2 { font-size: 2rem; }
    .hero-title { font-size: 3.5rem; }
}

/* Mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: var(--midnight-navy);
        flex-direction: column;
        padding: 5rem 2rem 2rem;
        transition: var(--transition-smooth);
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
        z-index: 999;
        gap: 0;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(201, 166, 107, 0.1);
    }

    .nav-menu li a {
        padding: 1rem 0;
        display: block;
    }

    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { font-size: 1.2rem; }
    .hero-quote { font-size: 1rem; }

    .works-grid,
    .poetry-grid,
    .music-grid,
    .festivals-grid,
    .awards-grid,
    .videos-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }

    .section-padding {
        padding: 4rem 0;
    }

    .timeline::before {
        right: 20px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        padding-left: 0;
        padding-right: 50px;
        text-align: right;
    }

    .timeline-dot {
        right: 13px;
        transform: none;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 1rem; }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }

    .btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .whatsapp-float::before {
        width: 58px;
        height: 58px;
    }

    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {
    .site-header,
    .site-footer,
    .hero-scroll-indicator,
    .audio-player,
    .video-card-embed {
        display: none;
    }

    body {
        background: white;
        color: black;
    }

    .poem-content {
        font-size: 1.2rem;
        color: black;
    }
}

/* ========================================
   RTL SPECIFIC ADJUSTMENTS
   ======================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    direction: rtl;
}

/* ========================================
   ACCESSIBILITY
   ======================================== */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

:focus {
    outline: 2px solid var(--deep-gold);
    outline-offset: 2px;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -100%;
    right: 0;
    background: var(--deep-gold);
    color: var(--midnight-navy);
    padding: 0.5rem 1rem;
    z-index: 10000;
    font-weight: 700;
}

.skip-link:focus {
    top: 0;
}
