/* ============================================
   ShoreTimer - Press Page Styles
   ============================================ */

/* Hero */
.press-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 8rem 2rem 4rem;
    text-align: center;
    position: relative;
}

.press-hero h1 {
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 1rem;
}

.press-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Content */
.press-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
}

/* Section */
.press-section {
    margin-bottom: 4rem;
}

.press-section h2 {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid var(--coral);
    display: inline-block;
}

/* Press Release */
.press-release {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.press-release-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gray-200);
}

.press-release-label {
    display: inline-block;
    background: var(--coral);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.press-release-header h3 {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.press-release-date {
    color: var(--gray-600);
    font-size: 0.95rem;
}

.press-release-body {
    color: var(--gray-600);
}

.press-release-body p {
    margin-bottom: 1.25rem;
}

.press-release-body p:first-of-type {
    font-size: 1.1rem;
    color: var(--navy);
    font-weight: 500;
}

.press-release-body strong {
    color: var(--navy);
}

.press-release-body ul {
    margin: 0.5rem 0 1.25rem 1.5rem;
}

.press-release-body li {
    margin-bottom: 0.5rem;
}

/* Quote */
.quote-block {
    background: linear-gradient(135deg, rgba(38, 166, 154, 0.08) 0%, rgba(38, 166, 154, 0.03) 100%);
    border-left: 4px solid var(--teal);
    border-radius: 0 12px 12px 0;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
}

.quote-block p {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--navy);
    margin-bottom: 0.75rem !important;
}

.quote-block cite {
    font-style: normal;
    font-weight: 700;
    color: var(--teal);
    font-size: 0.95rem;
}

/* Founder */
.founder-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.founder-image {
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-image svg {
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.5);
}

.founder-info h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.founder-info .title {
    color: var(--teal);
    font-weight: 700;
    margin-bottom: 1rem;
}

.founder-info p {
    color: var(--gray-600);
    margin-bottom: 1rem;
}

.founder-info p:last-child {
    margin-bottom: 0;
}

/* Previous Work */
.previous-work {
    background: var(--gray-100);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.previous-work h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.previous-work p {
    color: var(--gray-600);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.previous-work .highlight {
    color: var(--teal);
    font-weight: 700;
}

/* Fact Sheet */
.fact-sheet {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.fact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.fact-item {
    padding: 1.25rem;
    background: var(--gray-100);
    border-radius: 12px;
}

.fact-item h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gray-400);
    margin-bottom: 0.5rem;
}

.fact-item p {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
}

/* Media Kit */
.media-kit {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.media-kit-intro {
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.download-card {
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.2s ease;
}

.download-card:hover {
    border-color: var(--teal);
    box-shadow: 0 4px 12px rgba(38, 166, 154, 0.15);
}

.download-preview {
    height: 100px;
    background: var(--gray-100);
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.download-preview img {
    max-height: 80px;
    max-width: 90%;
    object-fit: contain;
}

.download-preview.dark {
    background: var(--navy);
}

.download-preview svg {
    width: 48px;
    height: 48px;
    color: var(--gray-400);
}

.download-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.download-card p {
    font-size: 0.85rem;
    color: var(--gray-400);
    margin-bottom: 1rem;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--teal);
    color: var(--white);
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.download-btn:hover {
    background: #1e8e82;
    transform: translateY(-2px);
    color: var(--white);
}

.download-btn svg {
    width: 16px;
    height: 16px;
}

/* Story Section */
.story-content {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.story-content p {
    color: var(--gray-600);
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.story-content em {
    color: var(--navy);
    font-weight: 600;
}

.highlight-box {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 107, 107, 0.05) 100%);
    border-left: 4px solid var(--coral);
    border-radius: 0 12px 12px 0;
    padding: 1.5rem 2rem;
    margin-top: 1.5rem;
}

.highlight-box h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--coral);
    margin-bottom: 0.5rem;
}

.highlight-box p {
    color: var(--navy);
    margin-bottom: 0;
    font-size: 1rem;
}

/* Section Intro */
.section-intro {
    color: var(--gray-600);
    margin-bottom: 1.5rem;
}

/* Story Angles */
.angles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.angle-card {
    background: var(--white);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--teal);
}

.angle-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.angle-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* Quotes List */
.quotes-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.quotes-list .quote-block {
    margin: 0;
}

/* Screenshot Cards */
.screenshot-card .download-preview.screenshot {
    height: 180px;
    background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%);
    padding: 0.75rem;
}

.screenshot-card .download-preview.screenshot img {
    max-height: 160px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Press Contact */
.press-contact {
    background: var(--navy);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    color: var(--white);
}

.press-contact h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.press-contact p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .press-hero {
        padding: 6rem 1.5rem 3rem;
    }

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

    .press-content {
        padding: 2rem 1.5rem 3rem;
    }

    .press-release,
    .founder-card,
    .fact-sheet,
    .media-kit {
        padding: 1.5rem;
    }

    .founder-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .quote-block {
        padding: 1.25rem 1.5rem;
    }

    .story-content {
        padding: 1.5rem;
    }

    .highlight-box {
        padding: 1.25rem 1.5rem;
    }

    .angles-grid {
        grid-template-columns: 1fr;
    }
}
