/* ===============================
   EXPRESSION COFFEE - EVENTS PAGE STYLES
   =============================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ===============================
   SECTION 1: HERO
   =============================== */
.exp-events-hero {
    background: #0f2d2e;
    padding: 120px 20px;
    text-align: center;
}

.exp-events-hero__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-events-hero__title {
    font-family: 'Inter', sans-serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.exp-events-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 700px;
}

/* ===============================
   SECTION 2: EVENTS LIST
   =============================== */
.exp-events-list {
    background: #1b4948;
    padding: 100px 20px;
}

.exp-events-list__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-events-list__header {
    text-align: center;
    margin-bottom: 60px;
}

.exp-events-list__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 20px 0;
}

.exp-events-list__title {
    font-family: 'Inter', sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.exp-events-list__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Items grid */
.exp-events-list__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
}

/* Card Coming Soon */
.exp-events-item--coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.exp-events-coming-badge {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Botón único por sección */
.exp-events-section-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* ===============================
   SECTION 3: PHILOSOPHY
   =============================== */
.exp-events-philosophy {
    background: #ffffff;
    padding: 100px 20px;
}

.exp-events-philosophy__container {
    max-width: 1200px;
    margin: 0 auto;
}

.exp-events-philosophy__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
}

.exp-events-philosophy__image {
    width: 100%;
    aspect-ratio: 1;
    background: #d1d5db;
    border-radius: 16px;
    overflow: hidden;
}

.exp-events-philosophy__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.exp-events-philosophy__content {
    padding-left: 20px;
}

.exp-events-philosophy__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    margin: 0 0 20px 0;
}

.exp-events-philosophy__title {
    font-family: 'Inter', sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    color: #111111;
    margin: 0 0 24px 0;
}

.exp-events-philosophy__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.exp-events-philosophy__feature {
    margin-bottom: 100px;
}

.exp-events-philosophy__feature-content {
    max-width: 600px;
}

.exp-events-philosophy__feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #111111;
    margin: 0 0 12px 0;
}

.exp-events-philosophy__feature-description {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* ===============================
   SECTION 4: CTA
   =============================== */
.exp-events-cta {
    background: #e8e8e8;
    padding: 100px 20px;
    text-align: center;
}

.exp-events-cta__container {
    max-width: 800px;
    margin: 0 auto;
}

.exp-events-cta__title {
    font-family: 'Inter', sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 1.1;
    color: #111111;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.exp-events-cta__description {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #555555;
    margin: 0 0 0 0;
}

/* ===============================
   BUTTONS
   =============================== */
.exp-events-button {
    font-family: 'Inter', sans-serif;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
}

.exp-events-button--primary {
    background: linear-gradient(90deg, #0f766e, #a16207);
    color: #ffffff;
}

.exp-events-button--primary:hover {
    opacity: 0.9;
}

/* Para secciones con fondo oscuro */
.exp-events-button--outline-light {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.exp-events-button--outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Para secciones con fondo claro */
.exp-events-button--outline-dark {
    background: transparent;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.exp-events-button--outline-dark:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.3);
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 1024px) {
    .exp-events-hero__title     { font-size: 72px; }
    .exp-events-list__title     { font-size: 58px; }
    .exp-events-philosophy__grid { grid-template-columns: 1fr; gap: 48px; }
    .exp-events-philosophy__content { padding-left: 0; }
    .exp-events-philosophy__title { font-size: 48px; }
    .exp-events-cta__title      { font-size: 68px; }
}

@media (max-width: 768px) {
    .exp-events-hero            { padding: 90px 24px; }
    .exp-events-hero__title     { font-size: 58px; }
    .exp-events-list            { padding: 80px 24px; }
    .exp-events-list__title     { font-size: 48px; }
    .exp-events-philosophy      { padding: 80px 24px; }
    .exp-events-philosophy__title { font-size: 42px; }
    .exp-events-philosophy__feature { margin-bottom: 60px; }
    .exp-events-cta             { padding: 80px 24px; }
    .exp-events-cta__title      { font-size: 58px; }
    .exp-events-button          { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
    .exp-events-hero__title     { font-size: 48px; }
    .exp-events-list__title     { font-size: 40px; }
    .exp-events-philosophy__title { font-size: 38px; }
    .exp-events-cta__title      { font-size: 48px; }
}

@media (max-width: 480px) {
    .exp-events-hero__title     { font-size: 40px; }
    .exp-events-cta__title      { font-size: 40px; }
}
