/**
 * OG Hemp Press & Media Hub Stylesheet
 * Scoped strictly to .oghemp-media-kit-page
 */

.oghemp-media-kit-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #1e293b;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 80px;
}

/* Hero Section */
.oghemp-media-hero {
    text-align: center;
    padding: 50px 24px;
    background: linear-gradient(135deg, #14532d 0%, #1c4323 100%);
    border-radius: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(20, 83, 45, 0.15);
}

.oghemp-media-hero .oghemp-hero-pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    color: #86efac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.oghemp-media-hero h1 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.oghemp-media-hero p {
    font-size: 16px;
    color: #e2e8f0;
    max-width: 760px;
    margin: 0 auto 24px;
    line-height: 1.5;
}

.oghemp-media-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.oghemp-media-btn-primary {
    background: #22c55e;
    color: #064e3b;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oghemp-media-btn-primary:hover {
    background: #4ade80;
    color: #022c22;
    transform: translateY(-1px);
}

.oghemp-media-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oghemp-media-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* Fast Facts Stats Grid */
.oghemp-media-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 50px;
}

.oghemp-media-stat-card {
    background: #ffffff;
    padding: 24px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.oghemp-media-stat-card strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #15803d;
    margin-bottom: 6px;
    line-height: 1;
}

.oghemp-media-stat-card span {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

/* Section Containers */
.oghemp-media-section {
    margin-bottom: 54px;
}

.oghemp-media-section-header {
    margin-bottom: 24px;
}

.oghemp-media-section-header h2 {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.oghemp-media-section-header p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Verified Press Coverage Grid */
.oghemp-media-press-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.oghemp-media-press-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.22s ease-in-out;
}

.oghemp-media-press-card:hover {
    border-color: #15803d;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.oghemp-press-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    height: 48px;
}

.oghemp-press-logo-img {
    max-height: 32px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

.oghemp-press-date {
    font-size: 11.5px;
    font-weight: 600;
    color: #94a3b8;
}

.oghemp-media-press-card h3 {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.oghemp-media-press-card p {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.oghemp-media-press-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #15803d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.oghemp-media-press-link:hover {
    color: #0f5132;
    text-decoration: underline;
}

/* =========================================================================
   INFINITE AUTO-SCROLLING LOGO MARQUEE
   ========================================================================= */

@keyframes oghemp-marquee-slide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.oghemp-media-kit-page .oghemp-media-marquee-container,
.oghemp-media-marquee-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.oghemp-media-kit-page .oghemp-media-marquee-track,
.oghemp-media-marquee-track {
    display: flex;
    width: max-content;
    animation: oghemp-marquee-slide 45s linear infinite;
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
}

.oghemp-media-kit-page .oghemp-media-marquee-container:hover .oghemp-media-marquee-track,
.oghemp-media-marquee-container:hover .oghemp-media-marquee-track {
    animation-play-state: paused;
}

.oghemp-media-kit-page .oghemp-media-marquee-group,
.oghemp-media-marquee-group {
    display: flex;
    align-items: center;
    gap: 48px;
    padding-right: 48px;
    flex-shrink: 0;
}

.oghemp-media-kit-page .oghemp-media-logo-item,
.oghemp-media-logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.oghemp-media-kit-page .oghemp-media-logo-item:hover,
.oghemp-media-logo-item:hover {
    transform: scale(1.06);
}

.oghemp-media-kit-page .oghemp-media-logo-img,
.oghemp-media-logo-img {
    height: 36px !important;
    max-height: 36px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    opacity: 0.9 !important;
    transition: opacity 0.2s ease;
}

.oghemp-media-kit-page .oghemp-media-logo-img:hover,
.oghemp-media-logo-img:hover {
    opacity: 1 !important;
}

/* Brand Assets Download Box */
.oghemp-media-assets-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.oghemp-media-asset-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.oghemp-media-asset-preview {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.oghemp-media-asset-preview img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.oghemp-media-asset-box h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px 0;
}

.oghemp-media-asset-box p {
    font-size: 13px;
    color: #475569;
    margin: 0 0 16px 0;
    line-height: 1.45;
}

.oghemp-media-asset-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.oghemp-asset-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oghemp-asset-download-btn:hover {
    border-color: #15803d;
    color: #15803d;
    background: #f0fdf4;
}

/* Media Inquiries Box */
.oghemp-media-inquiry-box {
    background: #f0fdf4;
    border: 1.5px solid #86efac;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
}

.oghemp-media-inquiry-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: #14532d;
    margin: 0 0 8px 0;
}

.oghemp-media-inquiry-box p {
    font-size: 14px;
    color: #374151;
    max-width: 600px;
    margin: 0 auto 18px;
    line-height: 1.5;
}

.oghemp-media-inquiry-email {
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    color: #15803d;
    background: #ffffff;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1.5px solid #86efac;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oghemp-media-inquiry-email:hover {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
}

@media (max-width: 900px) {
    .oghemp-media-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .oghemp-media-press-grid {
        grid-template-columns: 1fr;
    }
    .oghemp-media-assets-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .oghemp-media-hero h1 {
        font-size: 28px;
    }
    .oghemp-media-stats-grid {
        grid-template-columns: 1fr;
    }
}
