@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ASITP';
    src: url('../fonts/AShellinthePit-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

a:link, a:visited { color: #a9f0fd; text-decoration: underline; }
a:hover  { color: #d793ff; text-decoration: underline; }
a:active { color: #a8f0fd; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
    font-family: 'ASITP', sans-serif;
    background-color: #00c3af;
    margin: 0;
    min-height: 100vh;
}

.content {
    background: #00c3af;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}

/* ── Header (matches resources.css) ── */

.header {
    background-color: #a8f0fe;
    width: 100%;
    height: 250px;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.headerContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.press-page-title {
    font-size: 60px;
    color: black;
    font-family: 'ASITP', sans-serif;
    margin: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 40px;
}

@media only screen and (min-width: 760px) {
    .press-page-title {
        font-size: 120px;
        margin-top: 110px;
        margin-bottom: 20px;
        padding: 0 60px;
    }
}


.headerLineArt { top: 0; }

/* Adjust margin-top to nudge title image + nav up/down */
.HeaderTitleImage {
    margin-top: 25px;
}

@media only screen and (max-width: 759px) {
    .headerContent { margin-top: -30px; }
    .HeaderTitleImage {
        max-height: 65px;
        padding: 0px;
        margin: 0px;
        margin-top: 80px;
    }
    .header nav { margin-top: 20px; }
}

.header nav { margin-top: 0px; }

/* ── Wave ── */

.newWavesBlog {
    width: 100%;
    height: 100%;
    margin-top: -9%;
    margin-bottom: -120%;
    background-color: #a8f0fe;
    pointer-events: all;
}

@media only screen and (min-width: 760px) {
    .newWavesBlog {
        margin-top: -9%;
        margin-bottom: -72%;
    }
}

/* ── Press Section ── */

.press-section {
    width: 100%;
    padding: 3vw;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background-color: #00c3af;
    margin-top: 70vw;
    margin-bottom: 80px;
}

@media only screen and (min-width: 760px) {
    .press-section {
        padding: 0 8vw 0 26vw;
        font-size: 22px;
        margin-top: 18vw;
    }
}

.press-kit-heading {
    font-size: clamp(36px, 5vw, 70px);
    color: #a8f0fd;
    margin-bottom: 30px;
}

/* ── Press Blocks ── */

.press-block {
    margin-bottom: 40px;
}

.press-block-title {
    font-size: clamp(24px, 3vw, 40px);
    color: #1f5a51;
    margin-bottom: 16px;
    max-width: 800px;
}

.press-body-text {
    color: #1f5a51;
    line-height: 1.4;
    max-width: 750px;
}

.press-body-text p { margin-bottom: 1em; }

.press-history-link {
    margin-top: 12px;
    color: #1f5a51;
}

/* ── Factsheet ── */

.factsheet-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 750px;
}

.factsheet-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media only screen and (min-width: 600px) {
    .factsheet-row {
        flex-direction: row;
        gap: 10%;
    }
}

.factsheet-label {
    color: #1f5a51;
    font-weight: bold;
    min-width: 220px;
    flex-shrink: 0;
}

@media only screen and (max-width: 759px) {
    .factsheet-label {
        min-width: 130px;
        max-width: 130px;
    }
    .factsheet-value {
        flex: 1;
        word-break: break-word;
    }
}

.factsheet-value {
    color: #1f5a51;
    line-height: 1.6;
}

.press-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
}

.press-social-links a {
    color: #1f5a51;
    text-decoration: underline;
}

.press-social-links a:hover { color: #d793ff; }

/* ── Accolades ── */

.accolades {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
}

.accolade-year-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accolade-year {
    font-size: clamp(26px, 3vw, 38px);
    color: #1f5a51;
    margin-bottom: 4px;
}

.accolade-show {
    margin-left: 12px;
    margin-bottom: 8px;
}

.accolade-show-name {
    font-size: clamp(18px, 2vw, 26px);
    color: #1f5a51;
    font-weight: bold;
    margin-bottom: 6px;
}

.accolade-sub-heading {
    font-style: italic;
    color: #1f5a51;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 0.9em;
}

.accolade-show ul {
    list-style: none;
    padding-left: 1.4em;
    margin: 0;
}

.accolade-show ul li {
    color: #1f5a51;
    line-height: 1.7;
    position: relative;
}

.accolade-show ul li::before {
    content: '•';
    color: #ffffff;
    position: absolute;
    left: -1em;
}

.accolade-win {
    text-decoration: underline;
    text-decoration-color: #a9f0fd;
    text-underline-offset: 3px;
}

.accolade-audio {
    background-color: rgba(169, 240, 253, 0.4);
    border-radius: 3px;
    padding: 1px 4px;
}

/* ── Sub-sections ── */

.press-sub-section {
    margin-bottom: 20px;
}

.press-sub-heading {
    font-size: clamp(18px, 2vw, 28px);
    color: #a8f0fd;
    margin-bottom: 10px;
}

.article-list {
    list-style: none;
    padding-left: 1.4em;
    margin: 0;
    color: #1f5a51;
}

.article-list li {
    color: #1f5a51;
    line-height: 1.8;
    position: relative;
}

.article-list li::before {
    content: '•';
    color: #ffffff;
    position: absolute;
    left: -1em;
}

.article-source {
    font-weight: bold;
    color: #1f5a51;
}

/* ── Credits Table ── */

.credits-table-wrap {
    overflow-x: auto;
    margin-top: 16px;
}

.credits-table {
    border-collapse: collapse;
    width: 75%;
    font-size: 0.9em;
    color: #1f5a51;
}

.credits-table th {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 2px solid #1f5a51;
    color: #a8f0fd;
    font-size: 1em;
    white-space: nowrap;
}

.credits-table td {
    padding: 6px 12px;
    border-bottom: 1px solid rgba(31, 90, 81, 0.25);
    vertical-align: top;
}

.credits-table tbody tr:hover td {
    background-color: rgba(168, 240, 254, 0.08);
}

/* ── Press Kit Download ── */

.presskit-block {
    text-align: left;
    margin-bottom: 60px;
}

.presskit-download {
    display: inline-block;
    background-color: #1f5a51;
    color: #a8f0fe;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: clamp(24px, 3vw, 40px);
}

.presskit-download:link,
.presskit-download:visited { color: #a8f0fe; text-decoration: none; }

.presskit-download:hover { background-color: #a8f0fe; color: #1f5a51; text-decoration: none; }

/* ── Index / Legend ── */

.press-index {
    display: none;
}

@media only screen and (min-width: 760px) {
    .press-index {
        display: block;
        position: absolute;
        top: 0;
        left: 6vw;
        width: 15vw;
        z-index: 10;
    }

    .press-index.is-fixed {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }

    .press-index nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .press-index nav ul li a {
        color: #1f5a51;
        text-decoration: none;
        font-size: clamp(14px, 1.4vw, 22px);
        display: block;
        transition: color 0.2s;
    }

    .press-index nav ul li a:hover {
        color: #d793ff;
        text-decoration: underline;
    }

    .press-index nav ul li a.active {
        color: #a8f0fd;
        text-decoration: underline;
    }
}

/* ── Dividers ── */

.press-divider {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 30px;
}

.press-divider img {
    max-width: 35%;
    height: auto;
    opacity: 0.8;
}
