/**
 * Press Page Styles
 * Modern minimalistic design for press/media inquiries
 * Mobile-first responsive approach
 * Opanije brand colors and typography
 */

/* ===== HERO SECTION ===== */
.press-page .hero-pages {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 80px 20px;
}

.press-page .hero-pages h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* ===== MAIN CONTENT SECTION ===== */
.press-intro-section {
    padding: 80px 0;
    background: #F4F3F0;
}

.press-intro-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2B2823;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.press-intro-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #B7780D 0%, #d8a81b 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

.press-intro-content {
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    color: #2B2823;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.press-intro-content p {
    margin-bottom: 1.5rem;
}

.press-intro-content strong {
    font-weight: 600;
    color: #2B2823;
}

.press-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #B7780D 0%, #d8a81b 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(183, 120, 13, 0.3);
    margin-top: 20px;
}

.press-cta-button:hover {
    background: linear-gradient(135deg, #d8a81b 0%, #B7780D 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(183, 120, 13, 0.4);
    color: #fff;
    text-decoration: none;
}

.press-cta-button:active {
    transform: translateY(0);
}

.press-cta-button:focus {
    outline: 3px solid rgba(183, 120, 13, 0.5);
    outline-offset: 2px;
}

/* ===== VIDEO SECTION ===== */
.press-video-section {
    padding: 80px 0;
    background: #fff;
}

.press-video-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.press-video-content {
    flex: 1;
    min-width: 300px;
}

.press-video-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #2B2823;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.press-video-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #B7780D 0%, #d8a81b 100%);
    margin-top: 12px;
    border-radius: 2px;
}

.press-video-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    color: #2B2823;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.press-video-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    color: #2B2823;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.press-video-text ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 1.5rem;
}

.press-video-text li {
    margin-bottom: 0.75rem;
    color: #2B2823;
}

.press-video-wrapper {
    flex: 1;
    min-width: 300px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

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

/* ===== MISSION STATEMENT SECTION ===== */
.press-mission-section {
    padding: 80px 0;
    background: #F4F3F0;
}

.press-mission-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    color: #2B2823;
    line-height: 1.5;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.press-mission-title p {
    margin-bottom: 1rem;
}

.press-mission-title strong {
    color: #B7780D;
    font-weight: 700;
}

/* ===== PRESS CONTACT SECTION ===== */
.press-contact-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.press-contact-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #2B2823;
    margin-bottom: 20px;
}

.press-contact-description {
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.press-contact-primary {
    display: inline-block;
    background: linear-gradient(135deg, #B7780D 0%, #d8a81b 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(183, 120, 13, 0.3);
    margin: 10px;
}

.press-contact-primary:hover {
    background: linear-gradient(135deg, #d8a81b 0%, #B7780D 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(183, 120, 13, 0.4);
    color: #fff;
    text-decoration: none;
}

.press-contact-email {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #6c757d;
    margin-top: 25px;
}

.press-contact-email a {
    color: #B7780D;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.press-contact-email a:hover {
    color: #d8a81b;
    text-decoration: underline;
}

/* ===== ACCESSIBILITY ===== */

/* Improve focus visibility for keyboard navigation */
.press-cta-button:focus-visible,
.press-contact-primary:focus-visible {
    outline: 3px solid rgba(183, 120, 13, 0.6);
    outline-offset: 3px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .press-cta-button,
    .press-contact-primary {
        transition: none;
    }

    .press-cta-button:hover,
    .press-contact-primary:hover {
        transform: none;
    }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .press-page .hero-pages h1 {
        font-size: 2.5rem;
    }

    .press-intro-title {
        font-size: 2rem;
    }

    .press-video-title {
        font-size: 1.75rem;
    }

    .press-mission-title {
        font-size: 2rem;
    }

    .press-contact-title {
        font-size: 2rem;
    }

    .press-video-row {
        gap: 30px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .press-page .hero-pages {
        min-height: 300px;
        padding: 60px 20px;
    }

    .press-page .hero-pages h1 {
        font-size: 2rem;
    }

    .press-intro-section,
    .press-video-section,
    .press-mission-section,
    .press-contact-section {
        padding: 60px 0;
    }

    .press-intro-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .press-intro-content {
        font-size: 1rem;
        padding: 0 15px;
    }

    .press-video-title {
        font-size: 1.5rem;
    }

    .press-video-text {
        font-size: 1rem;
    }

    .press-video-text h3 {
        font-size: 1.25rem;
    }

    .press-video-row {
        flex-direction: column;
        gap: 30px;
    }

    .press-video-content,
    .press-video-wrapper {
        width: 100%;
        min-width: 100%;
    }

    .press-mission-title {
        font-size: 1.5rem;
        padding: 0 15px;
    }

    .press-contact-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .press-contact-description {
        font-size: 1rem;
        padding: 0 15px;
    }

    .press-contact-primary {
        padding: 14px 32px;
        font-size: 1rem;
    }
}

/* Small mobile (up to 575px) */
@media (max-width: 575px) {
    .press-page .hero-pages h1 {
        font-size: 1.75rem;
    }

    .press-intro-title {
        font-size: 1.5rem;
    }

    .press-video-title {
        font-size: 1.375rem;
    }

    .press-mission-title {
        font-size: 1.25rem;
    }

    .press-contact-title {
        font-size: 1.5rem;
    }

    .press-contact-primary {
        padding: 12px 28px;
        font-size: 0.938rem;
    }

    .press-intro-title::after,
    .press-video-title::after {
        width: 60px;
    }
}

/* ===== HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
    .press-cta-button,
    .press-contact-primary {
        border: 2px solid #2B2823;
    }
}

/* ===== DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    .press-intro-section,
    .press-mission-section {
        background: #1a1816;
    }

    .press-video-section,
    .press-contact-section {
        background: #2B2823;
    }

    .press-intro-title,
    .press-video-title,
    .press-mission-title,
    .press-contact-title {
        color: #f8f9fa;
    }

    .press-intro-content,
    .press-video-text,
    .press-video-text li {
        color: #e9ecef;
    }

    .press-intro-content strong {
        color: #f8f9fa;
    }

    .press-contact-description,
    .press-contact-email {
        color: #adb5bd;
    }

    .press-video-wrapper {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }
}
