/* ═══════════════════════════════════════
   VoyageEnOuzbekistan.fr — Global Styles
   Design islamique / Route de la Soie
═══════════════════════════════════════ */

:root {
    --gold: #C8A45C;
    --gold-light: #E8D5A3;
    --gold-dark: #8B6914;
    --blue-tile: #1A6B8A;
    --blue-deep: #0D3B4F;
    --blue-turquoise: #2E9AB5;
    --sand: #F5ECD7;
    --sand-dark: #D4C4A0;
    --terracotta: #C4652A;
    --cream: #FDF8EF;
    --dark: #1A1A1A;
    --dark-overlay: rgba(13, 59, 79, 0.85);
}

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Raleway', sans-serif;
    color: var(--dark);
    background: var(--cream);
    overflow-x: hidden;
}

/* ═══════════════════════════════════════
   GEOMETRIC PATTERNS (Islamic-inspired)
═══════════════════════════════════════ */
.pattern-border {
    height: 12px;
    background: repeating-linear-gradient(
        90deg,
        var(--gold) 0px, var(--gold) 8px,
        var(--blue-tile) 8px, var(--blue-tile) 16px,
        var(--terracotta) 16px, var(--terracotta) 24px,
        var(--gold) 24px, var(--gold) 32px
    );
}

.pattern-divider {
    width: 100%;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg width='60' height='40' viewBox='0 0 60 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 L60 20 L30 40 L0 20Z' fill='none' stroke='%23C8A45C' stroke-width='1'/%3E%3C/svg%3E") repeat-x center;
    opacity: 0.5;
}

/* ═══════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════ */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(13, 59, 79, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

nav.scrolled {
    background: rgba(13, 59, 79, 0.98);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
}

.nav-logo {
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav-logo span {
    color: white;
    font-weight: 400;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: var(--sand);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s;
}

.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 1.5rem;
    cursor: pointer;
}

/* Dropdown menus */
.nav-dropdown {
    position: relative;
    list-style: none;
}

.nav-dropdown-toggle {
    cursor: pointer;
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(13, 59, 79, 0.98);
    backdrop-filter: blur(10px);
    min-width: 220px;
    padding: 0.8rem 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    border-top: 2px solid var(--gold);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    z-index: 1001;
}

.nav-dropdown:hover .nav-dropdown-menu {
    display: flex;
}

.nav-dropdown-menu li {
    padding: 0;
    list-style: none;
    display: block;
}

.nav-dropdown-menu a {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 0.78rem !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.nav-dropdown-menu a:hover {
    background: rgba(200, 164, 92, 0.15);
    color: var(--gold) !important;
}

.nav-dropdown-menu a::after {
    display: none !important;
}

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

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.15); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(13, 59, 79, 0.6) 0%,
        rgba(13, 59, 79, 0.3) 40%,
        rgba(26, 26, 26, 0.7) 100%
    );
}

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

.hero-subtitle {
    font-family: 'Amiri', serif;
    color: var(--gold-light);
    font-size: 1.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 1s ease 0.3s forwards;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 1s ease 0.6s forwards;
}

.hero-title em {
    color: var(--gold);
    font-style: italic;
}

.hero-description {
    color: rgba(255,255,255,0.9);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-weight: 300;
    opacity: 0;
    animation: fadeUp 1s ease 0.9s forwards;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 1s ease 1.2s forwards;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn-gold {
    background: var(--gold);
    color: var(--dark);
    border: 2px solid var(--gold);
}

.btn-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(200, 164, 92, 0.4);
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.5);
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: var(--gold-light);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════
   SECTION STYLES (shared)
═══════════════════════════════════════ */
.section-label {
    font-family: 'Amiri', serif;
    color: var(--terracotta);
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--blue-deep);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-title em {
    color: var(--gold-dark);
    font-style: italic;
}

/* ═══════════════════════════════════════
   INTRO SECTION
═══════════════════════════════════════ */
.intro {
    padding: 6rem 2rem;
    background: var(--cream);
    text-align: center;
}

.intro-inner {
    max-width: 850px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;
    font-weight: 300;
}

.intro-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--sand-dark);
}

.stat { text-align: center; }

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--blue-tile);
}

.stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin-top: 0.5rem;
}

/* ═══════════════════════════════════════
   CITIES - DESTINATIONS
═══════════════════════════════════════ */
.cities {
    padding: 6rem 2rem;
    background: var(--blue-deep);
    position: relative;
}

.cities-header { text-align: center; margin-bottom: 4rem; }
.cities-header .section-label { color: var(--gold-light); }
.cities-header .section-title { color: white; }

.cities-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 1.5rem;
}

.city-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.city-card.large { grid-row: span 2; min-height: 600px; }
.city-card:not(.large) { min-height: 290px; }

.city-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.city-card:hover img { transform: scale(1.08); }

.city-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    transition: background 0.4s;
}

.city-card:hover .city-overlay {
    background: linear-gradient(0deg, rgba(13,59,79,0.9) 0%, rgba(13,59,79,0.2) 70%);
}

.city-info {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 2rem; color: white;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.city-card:hover .city-info { transform: translateY(0); }

.city-tag {
    display: inline-block;
    background: var(--gold); color: var(--dark);
    font-size: 0.65rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    padding: 0.3rem 0.8rem; margin-bottom: 0.8rem;
}

.city-name {
    font-family: 'Playfair Display', serif;
    font-size: 2rem; margin-bottom: 0.5rem;
}

.city-card.large .city-name { font-size: 2.5rem; }

.city-desc {
    font-size: 0.9rem; line-height: 1.6;
    opacity: 0; max-height: 0;
    transition: all 0.4s ease; font-weight: 300;
}

.city-card:hover .city-desc {
    opacity: 1; max-height: 100px; margin-top: 0.5rem;
}

/* ═══════════════════════════════════════
   FULL-WIDTH IMAGE BREAK
═══════════════════════════════════════ */
.image-break { position: relative; height: 500px; overflow: hidden; }
.image-break img { width: 100%; height: 100%; object-fit: cover; }

.image-break-overlay {
    position: absolute; inset: 0;
    background: var(--dark-overlay);
    display: flex; align-items: center; justify-content: center;
}

.image-break-quote { max-width: 700px; text-align: center; padding: 2rem; }

.image-break-quote blockquote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: white; font-style: italic;
    line-height: 1.5; margin-bottom: 1rem;
}

.image-break-quote cite {
    color: var(--gold-light);
    font-family: 'Raleway', sans-serif;
    font-size: 0.85rem; letter-spacing: 2px;
    text-transform: uppercase; font-style: normal;
}

/* ═══════════════════════════════════════
   EXPERIENCES
═══════════════════════════════════════ */
.experiences { padding: 6rem 2rem; background: var(--cream); }
.experiences-header { text-align: center; margin-bottom: 4rem; }

.exp-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}

.exp-card {
    background: white; overflow: hidden; border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.4s ease;
}

.exp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.exp-card-img { position: relative; height: 250px; overflow: hidden; }
.exp-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.exp-card:hover .exp-card-img img { transform: scale(1.06); }

.exp-card-body { padding: 1.8rem; }

.exp-card-icon {
    width: 50px; height: 50px;
    background: var(--sand);
    display: flex; align-items: center; justify-content: center;
    color: var(--blue-tile); font-size: 1.2rem; margin-bottom: 1rem;
}

.exp-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; color: var(--blue-deep); margin-bottom: 0.8rem;
}

.exp-card p { font-size: 0.9rem; line-height: 1.7; color: #666; font-weight: 300; }

/* ═══════════════════════════════════════
   GALLERY MOSAIC
═══════════════════════════════════════ */
.gallery { padding: 6rem 2rem; background: white; }
.gallery-header { text-align: center; margin-bottom: 3rem; }

.gallery-grid {
    max-width: 1300px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 250px 250px; gap: 0.8rem;
}

.gallery-item { position: relative; overflow: hidden; border-radius: 4px; }
.gallery-item:nth-child(1) { grid-column: span 2; }
.gallery-item:nth-child(4) { grid-column: span 2; }

.gallery-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }

.gallery-caption {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 1.2rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white; font-size: 0.85rem; font-weight: 500;
    opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover .gallery-caption { opacity: 1; }

/* ═══════════════════════════════════════
   PRACTICAL INFO
═══════════════════════════════════════ */
.practical { padding: 6rem 2rem; background: var(--sand); }
.practical-header { text-align: center; margin-bottom: 4rem; }

.practical-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem;
}

.info-card {
    background: white; padding: 2.5rem; border-radius: 4px;
    border-left: 4px solid var(--gold); transition: transform 0.3s ease;
}
.info-card:hover { transform: translateX(4px); }
.info-card-icon { color: var(--blue-tile); font-size: 1.8rem; margin-bottom: 1rem; }

.info-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; color: var(--blue-deep); margin-bottom: 0.8rem;
}
.info-card p { font-size: 0.9rem; line-height: 1.7; color: #666; font-weight: 300; }

/* ═══════════════════════════════════════
   ITINERARY SECTION
═══════════════════════════════════════ */
.itinerary { padding: 6rem 2rem; background: var(--cream); }
.itinerary-header { text-align: center; margin-bottom: 4rem; }

.timeline { max-width: 800px; margin: 0 auto; position: relative; }

.timeline::before {
    content: ''; position: absolute; left: 30px; top: 0; bottom: 0;
    width: 2px; background: var(--gold);
}

.timeline-item { display: flex; gap: 2rem; margin-bottom: 3rem; position: relative; }

.timeline-marker {
    width: 60px; min-width: 60px; height: 60px;
    background: var(--blue-deep); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; font-weight: 700;
    border-radius: 50%; position: relative; z-index: 1;
}

.timeline-content {
    background: white; padding: 2rem; border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05); flex: 1;
}

.timeline-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; color: var(--blue-deep); margin-bottom: 0.3rem;
}

.timeline-content .duration {
    font-size: 0.75rem; text-transform: uppercase;
    letter-spacing: 2px; color: var(--terracotta); margin-bottom: 0.8rem;
}

.timeline-content p { font-size: 0.9rem; line-height: 1.7; color: #666; font-weight: 300; }

/* ═══════════════════════════════════════
   CUISINE SECTION
═══════════════════════════════════════ */
.cuisine { padding: 6rem 2rem; background: var(--blue-deep); position: relative; }

.cuisine-header { text-align: center; margin-bottom: 4rem; }
.cuisine-header .section-label { color: var(--gold-light); }
.cuisine-header .section-title { color: white; }

.cuisine-flex {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}

.cuisine-image { border-radius: 4px; overflow: hidden; height: 500px; }
.cuisine-image img { width: 100%; height: 100%; object-fit: cover; }

.cuisine-list { color: white; }

.cuisine-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; align-items: flex-start; }

.cuisine-item-icon {
    width: 50px; min-width: 50px; height: 50px;
    background: rgba(200, 164, 92, 0.15);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 1.3rem; border-radius: 50%;
}

.cuisine-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; margin-bottom: 0.3rem; color: var(--gold-light);
}

.cuisine-item p {
    font-size: 0.85rem; line-height: 1.6;
    color: rgba(255,255,255,0.7); font-weight: 300;
}

/* ═══════════════════════════════════════
   CTA / NEWSLETTER
═══════════════════════════════════════ */
.cta-section { position: relative; padding: 8rem 2rem; overflow: hidden; }

.cta-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; background-repeat: no-repeat;
}

.cta-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(13,59,79,0.92) 0%, rgba(196,101,42,0.8) 100%);
}

.cta-content {
    position: relative; z-index: 2;
    max-width: 700px; margin: 0 auto; text-align: center;
}

.cta-content .section-title { color: white; margin-bottom: 1.5rem; }

.cta-content p {
    color: rgba(255,255,255,0.85); font-size: 1.05rem;
    line-height: 1.7; font-weight: 300; margin-bottom: 2.5rem;
}

.newsletter-form { display: flex; gap: 0; max-width: 500px; margin: 0 auto; }

.newsletter-form input {
    flex: 1; padding: 1rem 1.5rem;
    font-family: 'Raleway', sans-serif; font-size: 0.9rem;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1); color: white;
    outline: none; transition: border-color 0.3s;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form input:focus { border-color: var(--gold); }

.newsletter-form button {
    padding: 1rem 2rem; background: var(--gold); color: var(--dark);
    border: none; font-family: 'Raleway', sans-serif;
    font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; cursor: pointer; transition: background 0.3s;
}
.newsletter-form button:hover { background: var(--gold-dark); color: white; }

/* ═══════════════════════════════════════
   GUIDES / ARTICLES GRID
═══════════════════════════════════════ */
.guides { padding: 6rem 2rem; background: white; }
.guides-header { text-align: center; margin-bottom: 4rem; }

.guides-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}

.guide-card {
    background: var(--cream); border-radius: 4px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.4s ease;
    text-decoration: none; color: inherit; display: block;
}
.guide-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.guide-card-img { height: 200px; overflow: hidden; }
.guide-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.guide-card:hover .guide-card-img img { transform: scale(1.06); }

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

.guide-card-tag {
    display: inline-block; background: var(--gold); color: var(--dark);
    font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; padding: 0.25rem 0.6rem; margin-bottom: 0.6rem;
}

.guide-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem; color: var(--blue-deep); margin-bottom: 0.5rem;
}

.guide-card-body p { font-size: 0.85rem; color: #666; line-height: 1.6; font-weight: 300; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer {
    background: #0A1F2B;
    padding: 4rem 2rem 2rem;
    color: rgba(255,255,255,0.6);
}

.footer-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
}

.footer-brand h3 {
    font-family: 'Playfair Display', serif;
    color: var(--gold); font-size: 1.5rem; margin-bottom: 1rem;
}
.footer-brand p { font-size: 0.85rem; line-height: 1.7; }

.footer-col h4 {
    color: white; font-size: 0.8rem; text-transform: uppercase;
    letter-spacing: 2px; margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
    color: rgba(255,255,255,0.5); text-decoration: none;
    font-size: 0.85rem; transition: color 0.3s;
}
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
    max-width: 1200px; margin: 3rem auto 0;
    padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.8rem;
}

.footer-social { display: flex; gap: 1rem; }

.footer-social a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,255,255,0.2); border-radius: 50%;
    color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.3s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════
   ARTICLE PAGE STYLES
═══════════════════════════════════════ */
.article-hero {
    position: relative; height: 60vh; min-height: 450px;
    display: flex; align-items: flex-end; overflow: hidden;
}

.article-hero-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    background-repeat: no-repeat;
}

.article-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 60%);
}

.article-hero-content {
    position: relative; z-index: 2;
    max-width: 900px; padding: 3rem 2rem; margin: 0 auto; width: 100%;
}

.breadcrumb {
    font-size: 0.8rem; margin-bottom: 1rem;
    color: rgba(255,255,255,0.7);
}
.breadcrumb a { color: var(--gold-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

.article-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem); color: white;
    font-weight: 900; line-height: 1.15; margin-bottom: 0.5rem;
}

.article-hero-content h1 em { color: var(--gold); font-style: italic; }

.article-hero-meta {
    font-size: 0.85rem; color: rgba(255,255,255,0.7);
}

/* Article body */
.article-body {
    max-width: 800px; margin: 0 auto;
    padding: 4rem 2rem; font-size: 1.05rem; line-height: 1.85; color: #333;
}

.article-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem; color: var(--blue-deep);
    margin: 3rem 0 1.2rem; padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--gold-light);
}

.article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; color: var(--blue-tile);
    margin: 2rem 0 0.8rem;
}

.article-body p { margin-bottom: 1.2rem; font-weight: 300; }

.article-body a { color: var(--blue-tile); text-decoration: underline; }
.article-body a:hover { color: var(--gold-dark); }

.article-body img {
    width: 100%; height: auto; border-radius: 4px;
    margin: 2rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.article-body figure { margin: 2rem 0; }

.article-body figcaption {
    text-align: center; font-size: 0.85rem; color: #888;
    margin-top: 0.5rem; font-style: italic;
}

.article-body ul, .article-body ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.article-body li { margin-bottom: 0.5rem; font-weight: 300; }

.article-body blockquote {
    border-left: 4px solid var(--gold);
    padding: 1.5rem 2rem; margin: 2rem 0;
    background: var(--sand); font-style: italic;
    color: var(--blue-deep);
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem; line-height: 1.6;
}

.article-body table {
    width: 100%; border-collapse: collapse;
    margin: 2rem 0; font-size: 0.9rem;
}
.article-body th {
    background: var(--blue-deep); color: white;
    padding: 0.8rem 1rem; text-align: left;
    font-weight: 600; font-size: 0.8rem;
    text-transform: uppercase; letter-spacing: 1px;
}
.article-body td {
    padding: 0.7rem 1rem; border-bottom: 1px solid var(--sand-dark);
}
.article-body tr:hover td { background: var(--sand); }

/* FAQ section */
.faq-section { padding: 4rem 2rem; background: var(--sand); }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-section .section-title { text-align: center; }

.faq-item {
    background: white; margin-bottom: 0.8rem; border-radius: 4px;
    border-left: 4px solid var(--gold); overflow: hidden;
}

.faq-question {
    width: 100%; padding: 1.2rem 1.5rem;
    font-family: 'Playfair Display', serif; font-size: 1.05rem;
    color: var(--blue-deep); background: white; border: none;
    text-align: left; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    transition: background 0.3s;
}
.faq-question:hover { background: var(--cream); }

.faq-question i {
    color: var(--gold); transition: transform 0.3s; font-size: 0.9rem;
}
.faq-item.active .faq-question i { transform: rotate(180deg); }

.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.faq-answer-inner {
    padding: 0 1.5rem 1.5rem;
    font-size: 0.95rem; line-height: 1.7; color: #555; font-weight: 300;
}
.faq-item.active .faq-answer { max-height: 500px; }

/* Related articles section */
.related-articles { padding: 4rem 2rem; background: var(--cream); }
.related-articles .section-title { text-align: center; }

.related-grid {
    max-width: 1000px; margin: 2rem auto 0;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}

/* Blog listing */
.blog-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
    padding: 4rem 2rem;
}

.blog-card {
    background: white; border-radius: 4px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.4s ease;
    text-decoration: none; color: inherit; display: block;
}
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.blog-card-img { height: 220px; overflow: hidden; }
.blog-card-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.06); }

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

.blog-card-tag {
    display: inline-block; background: var(--terracotta); color: white;
    font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 2px; padding: 0.25rem 0.6rem; margin-bottom: 0.6rem;
}

.blog-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem; color: var(--blue-deep); margin-bottom: 0.5rem;
}

.blog-card-body p {
    font-size: 0.85rem; color: #666; line-height: 1.6; font-weight: 300;
}

/* ═══════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════ */
.fade-in {
    opacity: 0; transform: translateY(30px);
    transition: all 0.8s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
    .cities-grid { grid-template-columns: 1fr; }
    .city-card.large { grid-row: span 1; min-height: 400px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 1; }
    .cuisine-flex { grid-template-columns: 1fr; }
    .guides-grid { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .nav-dropdown-menu {
        position: static;
        transform: none;
        min-width: 100%;
        box-shadow: none;
        border-top: none;
        padding: 0 0 0 1rem;
        background: transparent;
        backdrop-filter: none;
    }
    .nav-dropdown-menu a {
        padding: 0.4rem 0;
    }
    .intro-stats { grid-template-columns: repeat(2, 1fr); }
    .exp-grid { grid-template-columns: 1fr; }
    .practical-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .gallery-item { height: 250px; }
    .newsletter-form { flex-direction: column; }
    .image-break { height: 400px; }
    .guides-grid { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .article-hero { min-height: 350px; }
}

@media (max-width: 480px) {
    .intro-stats { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}
