/* ============================================================
   THE OLYMPIC HERALD — Front page zones
   A: Splash + The Latest   B: Secondary tier
   C: Investigations band   D: Topic bands
   E: Around the Counties   F: Support band
   ============================================================ */

/* ---------- Shared kicker ---------- */
.oh-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
    line-height: 1.2;
    color: var(--oh-red);
}

.oh-kicker::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 3px;
    margin-right: 8px;
    background-color: var(--oh-red);
    flex-shrink: 0;
}

.oh-kicker a {
    color: var(--oh-red);
}

.oh-kicker a:hover {
    color: var(--oh-red-dark);
}

/* ---------- Zone A: Splash ---------- */
.splash-section {
    margin-top: 30px;
}

.splash-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 44px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--text-color);
}

.splash-image-link {
    display: block;
    margin-bottom: 16px;
}

.splash-image-wrapper {
    width: 100%;
    height: 27vw;
    max-height: 480px;
    overflow: hidden;
}

.splash-image-link:hover img {
    transform: scale(1.03);
}

.splash-heading {
    font-family: var(--font2);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(30px, 3.6vw, 52px);
    line-height: 102%;
    letter-spacing: 0.005em;
    text-wrap: balance;
    margin: 10px 0 0;
}

.splash-dek {
    font-family: var(--font1);
    font-size: 17px;
    line-height: 1.5;
    color: var(--text-color);
    opacity: 0.75;
    margin: 12px 0 0;
    max-width: 640px;
}

.splash-byline {
    display: block;
    margin-top: 12px;
    font-family: var(--font1);
    font-size: 13px;
    opacity: 0.6;
}

/* ---------- Zone A: The Latest rail ---------- */
.the-latest-heading {
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.04em;
    border-bottom: 3px solid var(--oh-red);
    padding-bottom: 9px;
    margin: 0;
}

.latest-item {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--text-color-20, rgba(0,0,0,0.14));
}

.latest-item:last-child {
    border-bottom: none;
}

.latest-time {
    display: block;
    font-family: var(--font3);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--oh-red);
}

.latest-headline {
    display: block;
    margin-top: 4px;
    font-family: var(--font3);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.22;
    color: var(--text-color);
    transition: color 0.15s var(--ease-transition);
}

.latest-item:hover .latest-headline {
    color: var(--oh-red);
}

/* ---------- Zone B: Secondary tier ---------- */
.secondary-tier {
    margin-top: 34px;
}

.secondary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    padding-bottom: 12px;
}

.secondary-grid .small-card {
    border-top: none;
    padding-top: 0;
}

/* ---------- Zone C: Investigations band ---------- */
.investigation-band {
    margin-top: 34px;
    margin-bottom: 34px;
    background-color: var(--text-color);
    color: var(--background-color);
    border-top: 5px solid var(--oh-red);
    border-bottom: 5px solid var(--oh-red);
}

.investigation-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.investigation-label {
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: var(--oh-red);
    margin-bottom: 12px;
}

.investigation-label::before {
    content: "\25A0";
    margin-right: 8px;
    font-size: 10px;
    vertical-align: middle;
}

.investigation-heading {
    font-family: var(--font2);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 104%;
    text-wrap: balance;
    margin: 0;
}

.investigation-heading a {
    color: var(--background-color);
    transition: color 0.15s var(--ease-transition);
}

.investigation-heading a:hover {
    color: var(--oh-red);
}

.investigation-dek {
    font-family: var(--font1);
    font-size: 15px;
    line-height: 1.55;
    color: var(--background-color);
    margin: 14px 0 0;
    max-width: 640px;
}

.investigation-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
    margin-top: 18px;
}

.investigation-link {
    font-family: var(--font3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 13.5px;
    color: var(--background-color);
    transition: color 0.15s var(--ease-transition);
}

.investigation-link span {
    color: var(--oh-red);
    margin-right: 4px;
}

.investigation-link:hover {
    color: var(--oh-red);
}

.investigation-tip {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-self: stretch;
}

.investigation-tip-heading {
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.03em;
}

.investigation-tip-text {
    font-family: var(--font1);
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--background-color);
    margin: 0;
}

.investigation-tip-button {
    display: block;
    background-color: var(--oh-red);
    color: #FFFFFF;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    text-align: center;
    padding: 11px 16px;
    transition: background-color 0.18s var(--ease-transition);
}

.investigation-tip-button:hover {
    background-color: var(--oh-red-dark);
    color: #FFFFFF;
}

/* ---------- Zone D: Topic bands ---------- */
.topic-band {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
}

.topic-band-image-link {
    display: block;
    margin-bottom: 14px;
}

.topic-band-image-wrapper {
    width: 100%;
    height: 20vw;
    max-height: 360px;
    overflow: hidden;
}

.topic-band-image-link:hover img {
    transform: scale(1.03);
}

.topic-band-heading {
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 112%;
    letter-spacing: -0.01em;
    text-wrap: balance;
    margin: 8px 0 0;
}

.topic-band-meta {
    display: block;
    margin-top: 10px;
    font-family: var(--font1);
    font-size: 13px;
    opacity: 0.6;
}

.topic-band-item {
    padding: 13px 0;
    border-bottom: 1px solid var(--text-color-20, rgba(0,0,0,0.14));
}

.topic-band-item:first-child {
    padding-top: 0;
}

.topic-band-item:last-child {
    border-bottom: none;
}

.topic-band-item-heading {
    display: block;
    margin-top: 5px;
    font-family: var(--font3);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15.5px;
    line-height: 1.22;
    color: var(--text-color);
    transition: color 0.15s var(--ease-transition);
}

.topic-band-item-heading:hover {
    color: var(--oh-red);
}

/* ---------- Zone E: Around the Counties ---------- */
.oh-counties-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.county-card-image-link {
    display: block;
    margin-bottom: 12px;
}

.county-card-image-wrapper {
    width: 100%;
    height: 10.5vw;
    max-height: 190px;
    overflow: hidden;
}

.county-card-image-link:hover img {
    transform: scale(1.045);
}

.county-kicker-link {
    margin-right: 10px;
}

.county-card-heading {
    display: block;
    margin-top: 6px;
    font-family: var(--font3);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.22;
    color: var(--text-color);
    transition: color 0.15s var(--ease-transition);
}

.county-card-heading:hover {
    color: var(--oh-red);
}

/* ---------- Zone F: Support band ---------- */
.support-band {
    margin-top: 40px;
    margin-bottom: 44px;
    background-color: var(--oh-red);
    border-top: 5px solid var(--oh-red-dark);
    border-bottom: 5px solid var(--oh-red-dark);
    padding: 20px 0 24px;
}

.support-band .newsletter-outer {
    display: flex;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.support-band .newsletter {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 44px;
    row-gap: 5px;
    align-items: center;
    align-content: center;
}

.support-band .newsletter-small-top-text {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    font-size: 12px;
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.support-band .newsletter-small-top-text::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 3px;
    margin-right: 8px;
    background-color: #FFFFFF;
    vertical-align: middle;
}

.support-band .newsletter-heading {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    color: #FFFFFF;
    font-family: var(--font2);
    font-weight: 400;
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 108%;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    text-wrap: balance;
    margin: 0;
    max-width: 30ch;
}

/* Keyboard focus must be visible on the red band — the global red outline isn't */
.support-band input:focus-visible,
.support-band button:focus-visible {
    outline: 3px solid #111111;
    outline-offset: 2px;
}

.support-band .subscribe-form {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
}

.support-band .subscribe-wrapper {
    width: 400px;
    max-width: 100%;
}

.support-band .newsletter-small-top-text,
.support-band .newsletter-small-bottom-text,
.support-band .form-alert {
    color: #FFFFFF !important;
    opacity: 0.9;
}

.support-band .newsletter-small-bottom-text {
    margin-top: 6px;
}

.support-band .subscribe-input {
    background-color: #FFFFFF;
    color: var(--text-color);
    border: none;
}

.support-band .submit-button {
    background-color: var(--text-color);
    color: #FFFFFF;
}

.support-band .submit-button:hover {
    background-color: #000000;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .splash-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .splash-image-wrapper {
        height: 52vw;
        max-height: none;
    }

    .secondary-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .secondary-grid .small-card {
        border-top: 1px solid var(--text-color-20, rgba(0,0,0,0.14));
        padding-top: 24px;
    }

    .secondary-grid .small-card:first-child {
        border-top: none;
        padding-top: 0;
    }

    .investigation-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .topic-band {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .topic-band-image-wrapper {
        height: 48vw;
        max-height: none;
    }

    .oh-counties-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-band .newsletter {
        display: block;
    }

    .support-band .newsletter-heading {
        margin-bottom: 14px;
    }

    .support-band .subscribe-wrapper {
        width: 100%;
    }

    .county-card-image-wrapper {
        height: 26vw;
        max-height: none;
    }
}

@media (max-width: 479px) {
    .splash-heading {
        font-size: 30px;
    }

    .oh-counties-grid {
        grid-template-columns: 1fr;
    }

    .county-card-image-wrapper {
        height: 52vw;
    }
}

.grid-empty-note {
    grid-column: 1 / -1;
    font-family: var(--font1);
    font-size: 14px;
    opacity: 0.6;
    margin: 0;
}

/* When a topic-band lead has no image, don't reserve the image column */
.topic-band--noimage {
    grid-template-columns: 1fr;
}

/* County cards with no image: keep the kicker+headline tidy (no empty box) */
.county-card .county-card-image-link { display: block; }

/* ============================================================
   Zone D variants: band rhythm, flip, trio, pair, opinion
   ============================================================ */

/* Breathing room + stronger section entries */
.topic-section {
    margin-top: 64px;
}

.topic-section .section-heading {
    border-top: 3px solid var(--text-color);
    border-bottom: none;
    padding: 14px 0 20px;
}

/* --- Flip: mirror the lead/list columns --- */
.topic-band--flip {
    grid-template-columns: 1fr 1.4fr;
}

.topic-band--flip .topic-band-lead {
    order: 2;
}

/* --- Trio: three equal image cards --- */
.topic-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.topic-trio-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.topic-trio-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s var(--ease-transition);
}

.topic-trio-heading {
    font-family: var(--font3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(16px, 1.35vw, 21px);
    line-height: 1.14;
    letter-spacing: -0.01em;
    text-wrap: balance;
    margin: 8px 0 0;
}

/* --- Pair: two half-width headline stacks --- */
.topic-pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 72px;
}

.section-heading--mini .section-heading-label {
    font-size: 24px;
}

/* --- Opinion: tinted, text-only, serif commentary --- */
.topic-section--opinion {
    background: #f6f5f1;
    border-top: 3px solid var(--text-color);
    padding: 42px 0 52px;
}

.topic-section--opinion .section-heading {
    border-top: none;
    border-bottom: 1px solid var(--text-color);
    padding: 0 0 12px;
    margin-bottom: 34px;
}

.opinion-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px 52px;
}

.opinion-card {
    border-top: 3px solid var(--oh-red);
    padding-top: 14px;
}

.opinion-card-author {
    display: block;
    font-family: var(--font3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: var(--text-color);
}

.opinion-card-heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.22;
    text-transform: none;
    margin: 8px 0 0;
    text-wrap: balance;
}

.opinion-card-byline {
    display: block;
    margin-top: 10px;
    font-family: var(--font1);
    font-size: 13px;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .topic-section {
        margin-top: 46px;
    }

    .topic-trio {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .topic-band--flip {
        grid-template-columns: 1fr;
    }

    .topic-band--flip .topic-band-lead {
        order: 0;
    }

    .topic-pair {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
