/* AAK CONVECTION - BIENNALE 2026 THEME */

:root {
    --burnt-orange: #C4622D;
    --terracotta: #A85D3C;
    --deep-brown: #3D2817;
    --warm-brown: #5C3D2E;
    --cream: #F5F1EB;
    --sand: #E8DED4;
    --charcoal: #1A1A1A;
    --white: #FFFFFF;
    --accent-gold: #D4A574;
    --pattern-orange: #D47535;
    --pattern-dark: #2C1810;
}

/* Base scoping for widgets */
.aak-biennale-widget {
    font-family: 'Inter', sans-serif;
    color: var(--deep-brown);
    line-height: 1.6;
}

.aak-biennale-widget * {
    box-sizing: border-box;
}

/* Hero Section */
.aak-hero {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--burnt-orange) 0%, var(--terracotta) 50%, var(--warm-brown) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.aak-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.aak-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.aak-hero-text h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.aak-hero-theme {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    margin-bottom: 2rem;
    font-weight: 500;
    opacity: 0.95;
    border-left: 4px solid var(--white);
    padding-left: 1.5rem;
}

.aak-hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    max-width: 600px;
}

.aak-hero-badge {
    background: var(--deep-brown);
    color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    border: 3px solid rgba(255,255,255,0.2);
    transform: rotate(-2deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.aak-hero-badge .date {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
}

.aak-hero-meta {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.aak-meta-item { display: flex; flex-direction: column; }
.aak-meta-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; opacity: 0.8; margin-bottom: 0.5rem; font-weight: 600; }
.aak-meta-value { font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; font-weight: 700; }

/* Prelude Banner */
.aak-prelude-banner {
    background: var(--deep-brown);
    color: var(--white);
    padding: 1.5rem 5%;
    text-align: center;
    font-weight: 600;
    border-bottom: 4px solid var(--burnt-orange);
}
.aak-prelude-banner strong { color: var(--accent-gold); text-transform: uppercase; }
.aak-prelude-banner a { color: var(--accent-gold); text-decoration: underline; margin-left: 0.5rem; }

/* Grid Sections & Shared */
.aak-biennale-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.aak-section-header { text-align: center; margin-bottom: 4rem; padding-top: 2rem; }
.aak-section-header h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; color: var(--deep-brown); margin-bottom: 1rem; text-transform: uppercase; }
.aak-section-header p { color: var(--warm-brown); max-width: 700px; margin: 0 auto; font-size: 1.1rem; }

/* Timeline */
.aak-timeline { background: var(--sand); padding: 5rem 5%; position: relative; }
.aak-timeline-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.aak-timeline-card { background: var(--cream); padding: 2rem; border-radius: 8px; border-top: 4px solid var(--burnt-orange); box-shadow: 0 4px 20px rgba(61,40,23,0.08); }
.aak-timeline-date { display: inline-block; background: var(--burnt-orange); color: var(--white); padding: 0.5rem 1rem; border-radius: 4px; font-size: 0.875rem; font-weight: 700; margin-bottom: 1rem; }
.aak-timeline-card h3 { font-family: 'Space Grotesk', sans-serif; color: var(--deep-brown); margin-bottom: 1rem; font-size: 1.25rem; text-transform: uppercase; }
.aak-timeline-card ul { list-style: none; font-size: 0.95rem; color: var(--warm-brown); }
.aak-timeline-card li { padding: 0.75rem 0; border-bottom: 1px solid var(--sand); display: flex; align-items: flex-start; gap: 0.75rem; }
.aak-timeline-card li::before { content: '▸'; color: var(--burnt-orange); font-weight: bold; }

/* Categories */
.aak-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
.aak-category-card { background: var(--white); border-radius: 8px; padding: 2.5rem; border: 2px solid var(--sand); transition: all 0.3s ease; cursor: pointer; position: relative; overflow: hidden; }
.aak-category-card:hover { border-color: var(--burnt-orange); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(196, 98, 45, 0.15); }
.aak-category-icon { width: 70px; height: 70px; background: var(--burnt-orange); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin-bottom: 1.5rem; color: var(--white); }
.aak-category-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.4rem; color: var(--deep-brown); margin-bottom: 0.75rem; text-transform: uppercase; }
.aak-deadline-tag { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 4px; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; }
.aak-deadline-tag.open { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.aak-deadline-tag.upcoming { background: #fff3cd; color: #856404; border: 1px solid #ffeaa7; }
.aak-pavilion-note { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--deep-brown); color: var(--white); padding: 0.5rem 1rem; border-radius: 4px; font-size: 0.875rem; font-weight: 600; margin-top: 0.5rem; }

/* Guidelines */
.aak-guidelines-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }
.aak-guideline-card { background: var(--white); padding: 2.5rem; border-radius: 4px; border-top: 4px solid var(--burnt-orange); box-shadow: 0 4px 20px rgba(61, 40, 23, 0.05); }
.aak-guideline-card h3 { font-family: 'Space Grotesk', sans-serif; color: var(--deep-brown); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; font-size: 1.25rem; text-transform: uppercase; }
.aak-guideline-card ul { list-style: none; }
.aak-guideline-card li { padding: 0.75rem 0; border-bottom: 1px solid var(--sand); display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; color: var(--warm-brown); }
.aak-guideline-card li::before { content: '→'; color: var(--burnt-orange); font-weight: bold; }

/* Form Styles */
.aak-form-container { max-width: 1000px; margin: 0 auto; background: var(--cream); border-radius: 8px; padding: 3rem; border: 2px solid var(--sand); box-shadow: 0 10px 40px rgba(61,40,23,0.08); }
.aak-form-header { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 2px solid var(--sand); }
.aak-form-header h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; color: var(--deep-brown); margin-bottom: 0.5rem; text-transform: uppercase; }
.aak-form-tabs { display: flex; gap: 1rem; margin-bottom: 2rem; border-bottom: 2px solid var(--sand); padding-bottom: 1rem; flex-wrap: wrap; }
.aak-form-tab { padding: 0.875rem 1.5rem; background: transparent; border: 2px solid var(--sand); border-radius: 4px; cursor: pointer; font-weight: 600; text-transform: uppercase; font-size: 0.875rem; color: var(--warm-brown); }
.aak-form-tab.active { background: var(--burnt-orange); color: var(--white); border-color: var(--burnt-orange); }
.aak-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.aak-form-group { margin-bottom: 1.75rem; }
.aak-form-group label { display: block; font-weight: 700; margin-bottom: 0.5rem; color: var(--deep-brown); font-size: 0.9rem; text-transform: uppercase; }
.aak-form-group input, .aak-form-group select, .aak-form-group textarea { width: 100%; padding: 1rem; border: 2px solid var(--sand); border-radius: 4px; font-size: 1rem; background: var(--white); }
.aak-checkbox-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: var(--white); border-radius: 4px; border: 2px solid var(--sand); margin-bottom: 1rem; cursor: pointer; }
.aak-checkbox-content strong { display: block; color: var(--deep-brown); font-size: 1.1rem; font-family: 'Space Grotesk', sans-serif; }
.aak-file-upload { border: 2px dashed var(--sand); border-radius: 4px; padding: 2.5rem; text-align: center; background: var(--white); cursor: pointer; }
.aak-info-box { background: var(--deep-brown); color: var(--white); padding: 1.5rem; border-radius: 4px; margin: 2rem 0; border-left: 4px solid var(--burnt-orange); }
.aak-info-box h4 { color: var(--accent-gold); margin-bottom: 0.75rem; font-family: 'Space Grotesk', sans-serif; text-transform: uppercase; }
.aak-submit-section { margin-top: 3rem; padding-top: 2rem; border-top: 2px solid var(--sand); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.aak-btn { padding: 1rem 2.5rem; border-radius: 4px; font-weight: 700; cursor: pointer; border: none; text-transform: uppercase; transition: 0.3s; }
.aak-btn-primary { background: var(--burnt-orange); color: var(--white); }
.aak-btn-primary:hover { background: var(--terracotta); transform: translateY(-2px); }

/* Sponsors */
.aak-sponsors { padding: 4rem 5%; background: var(--deep-brown); color: var(--white); text-align: center; }
.aak-sponsors h3 { font-family: 'Space Grotesk', sans-serif; margin-bottom: 2rem; font-size: 1.5rem; text-transform: uppercase; color: var(--accent-gold); }
.aak-sponsor-grid { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.aak-sponsor-tier { padding: 1rem 2rem; border: 2px solid rgba(255,255,255,0.2); border-radius: 4px; }
.aak-sponsor-tier strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; }

/* FAQ */
.aak-faq { background: var(--deep-brown); color: var(--white); padding: 5rem 5%; }
.aak-faq-container { max-width: 900px; margin: 0 auto; }
.aak-faq h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; text-align: center; margin-bottom: 3rem; text-transform: uppercase; color: var(--accent-gold); }
.aak-faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 1.5rem 0; }
.aak-faq-question { font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; text-transform: uppercase; }
.aak-faq-answer { margin-top: 1rem; opacity: 0.85; line-height: 1.8; display: none; }
.aak-faq-answer.active { display: block; }

/* Contact */
.aak-contact { padding: 5rem 5%; text-align: center; background: var(--sand); }
.aak-contact-grid { display: flex; justify-content: center; gap: 4rem; margin-top: 2rem; flex-wrap: wrap; }
.aak-contact-item { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.aak-contact-icon { width: 70px; height: 70px; background: var(--burnt-orange); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; color: var(--white); }

/* QR Section */
.aak-qr-section { background: var(--white); padding: 3rem; text-align: center; border-top: 4px solid var(--burnt-orange); }
.aak-qr-placeholder { width: 150px; height: 150px; background: var(--deep-brown); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; color: var(--white); border-radius: 8px; }

/* Navigation Header */
.aak-biennale-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(245, 241, 235, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 5%;
    border-bottom: 2px solid var(--burnt-orange);
}

.aak-biennale-nav-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aak-biennale-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--deep-brown);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.aak-biennale-logo-icon {
    width: 50px;
    height: 50px;
    background: var(--burnt-orange);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    position: relative;
}

.aak-biennale-logo-icon::before {
    content: '';
    position: absolute;
    top: 8px; left: 8px; right: 8px; bottom: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 2px;
}

.aak-biennale-nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.aak-biennale-nav-links a {
    text-decoration: none;
    color: var(--deep-brown);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s;
    position: relative;
}

.aak-biennale-nav-links a:hover { color: var(--burnt-orange); }

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

.aak-biennale-nav-links a:hover::after { width: 100%; }

/* Prelude Banner */
.aak-prelude-banner {
    background: var(--deep-brown);
    color: var(--white);
    padding: 1.5rem 5%;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 4px solid var(--burnt-orange);
}

.aak-prelude-banner strong {
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aak-prelude-banner a {
    color: var(--accent-gold);
    text-decoration: underline;
    margin-left: 0.5rem;
}

/* QR Code Section */
.aak-qr-section {
    background: var(--white);
    padding: 3rem;
    text-align: center;
    border-top: 4px solid var(--burnt-orange);
}

.aak-qr-wrapper {
    max-width: 300px;
    margin: 0 auto;
}

.aak-qr-image {
    width: 150px;
    height: 150px;
    background: var(--deep-brown);
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.8rem;
    border-radius: 8px;
    overflow: hidden;
}

.aak-qr-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Footer Architecture */
.aak-biennale-footer {
    background: var(--charcoal);
    color: var(--cream);
    padding: 4rem 5%;
    text-align: center;
    border-top: 4px solid var(--burnt-orange);
}

.aak-footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.aak-footer-logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--accent-gold);
    text-transform: uppercase;
}

.aak-footer-tagline {
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-style: italic;
}

.aak-social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.aak-social-links a {
    color: var(--cream);
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s;
    font-weight: 600;
}

.aak-social-links a:hover {
    opacity: 1;
    color: var(--burnt-orange);
}

.aak-footer-info-box {
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    border: 1px solid rgba(255,255,255,0.1);
}

.aak-footer-info-box strong {
    color: var(--accent-gold);
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.aak-copyright {
    opacity: 0.6;
    font-size: 0.875rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* Responsive Overrides & Mobile Optimizations */

@media (max-width: 1024px) {
    .aak-hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    .aak-hero-theme { border-left: none; border-top: 4px solid var(--white); padding: 1.5rem 0 0; }
    .aak-hero-description { margin: 0 auto 2rem; }
    .aak-hero-meta { justify-content: center; }
    .aak-hero-visual { order: -1; } /* Visual on top for tablet/mobile */
}

@media (max-width: 768px) {
    /* Adjust Section Paddings */
    .aak-biennale-widget { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    
    /* Navigation - Mobile Menu Support */
    .aak-biennale-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--cream);
        flex-direction: column;
        gap: 0;
        border-bottom: 4px solid var(--burnt-orange);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .aak-biennale-nav-links.active { display: flex; }
    .aak-biennale-nav-links li { border-bottom: 1px solid var(--sand); }
    .aak-biennale-nav-links a { padding: 1.25rem 2rem; display: block; }
    
    .aak-mobile-toggle {
        display: flex !important;
        background: var(--burnt-orange);
        color: white;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Forms */
    .aak-form-row { grid-template-columns: 1fr; gap: 0; }
    .aak-form-container { padding: 1.5rem; }
    .aak-form-tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; padding-bottom: 0.5rem; }
    .aak-form-tab { white-space: nowrap; flex-shrink: 0; }
    .aak-submit-section { flex-direction: column; text-align: center; }
    .aak-btn { width: 100%; }

    /* Grids */
    .aak-section-header h2 { font-size: 1.75rem; }
    .aak-timeline-grid, .aak-category-grid, .aak-guidelines-grid { grid-template-columns: 1fr; }
    
    /* Footer */
    .aak-footer-info-box { padding: 1rem; }
}

@media (max-width: 480px) {
    .aak-hero-text h1 { font-size: 2rem; }
    .aak-hero-badge { transform: none; }
}

/* Activities Widget (Carousel) */
.aak-activities-widget {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 64px;
}

.aak-activities-widget .section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.aak-activities-widget .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--deep-brown);
  white-space: nowrap;
}

.aak-activities-widget .section-line {
  flex: 1;
  height: 1px;
  background: var(--deep-brown);
  opacity: 0.25;
}

.aak-activities-widget .carousel-outer {
  position: relative;
  overflow: hidden;
}

.aak-activities-widget .carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.aak-activities-widget .card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--sand);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.aak-activities-widget .card:hover {
  box-shadow: 0 8px 32px rgba(61,40,23,0.10); /* Using --deep-brown with opacity */
  transform: translateY(-3px);
  border-color: var(--burnt-orange);
}

.aak-activities-widget .card-image {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: var(--sand);
}

.aak-activities-widget .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.aak-activities-widget .card:hover .card-image img {
  transform: scale(1.04);
}

.aak-activities-widget .card-arrow {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
}

.aak-activities-widget .card-arrow svg {
  width: 18px;
  height: 18px;
  stroke: var(--deep-brown);
  fill: none;
  stroke-width: 2;
}

.aak-activities-widget .placeholder-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.aak-activities-widget .ph-1 { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%); }
.aak-activities-widget .ph-2 { background: linear-gradient(135deg, #2d5016 0%, #4a7c1f 60%, #6aad28 100%); }
.aak-activities-widget .ph-3 { background: linear-gradient(135deg, #7b1fa2 0%, #9c27b0 60%, #ba68c8 100%); }
.aak-activities-widget .ph-4 { background: linear-gradient(135deg, #b5451b 0%, #d4622f 60%, #e88256 100%); }
.aak-activities-widget .ph-5 { background: linear-gradient(135deg, #01579b 0%, #0277bd 60%, #03a9f4 100%); }

.aak-activities-widget .card-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.aak-activities-widget .card-category {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--burnt-orange);
}

.aak-activities-widget .card-date {
  font-size: 12px;
  color: var(--warm-brown);
  font-weight: 400;
  margin-bottom: 2px;
}

.aak-activities-widget .card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--deep-brown);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.aak-activities-widget .carousel-nav {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  justify-content: flex-start;
}

.aak-activities-widget .nav-btn {
  width: 44px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--sand);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}

.aak-activities-widget .nav-btn:hover { background: var(--deep-brown); }
.aak-activities-widget .nav-btn:hover svg { stroke: var(--white); }

.aak-activities-widget .nav-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--deep-brown);
  fill: none;
  stroke-width: 2;
  transition: stroke 0.15s;
}

.aak-activities-widget .nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 900px) {
  .aak-activities-widget .card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 580px) {
  .aak-activities-widget .card { flex: 0 0 90%; }
  .aak-activities-widget.section-wrap { padding: 32px 16px 48px; }
}
