/* ============================================================
   OTHER ARTICLES PAGE
   ============================================================ */

.oa-breadcrumb {
    background: var(--forest-authority);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px 0;
}

.oa-hero {
    background: var(--forest-authority);
    color: #fff;
    overflow: hidden;
    padding: 76px 0 88px;
    position: relative;
}

.oa-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, rgba(212, 168, 67, 0.13), transparent 44%),
        radial-gradient(circle at 82% 18%, rgba(143, 186, 159, 0.19), transparent 31%);
    pointer-events: none;
}

.oa-hero-inner,
.oa-category,
.oa-cta-inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.oa-hero-inner {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    position: relative;
    z-index: 1;
}

.oa-eyebrow,
.oa-section-kicker {
    align-items: center;
    background: rgba(212, 168, 67, 0.1);
    border: 1px solid rgba(212, 168, 67, 0.25);
    border-radius: 100px;
    color: var(--insight-highlight);
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.1em;
    padding: 5px 16px;
    text-transform: uppercase;
}

.oa-hero h1 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -0.02em;
    line-height: 1.04;
    margin: 22px 0 20px;
}

.oa-hero p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.75;
    max-width: 760px;
}

.oa-hero-actions,
.oa-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.oa-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none;
    transition: all var(--transition);
}

.oa-btn-primary {
    background: var(--insight-highlight);
    border-color: var(--insight-highlight);
    color: var(--forest-authority);
}

.oa-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.88);
}

.oa-btn:hover {
    transform: translateY(-1px);
}

.oa-focus-panel {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    display: grid;
    gap: 1px;
    overflow: hidden;
}

.oa-focus-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.035);
    display: flex;
    gap: 14px;
    padding: 22px;
}

.oa-focus-item i {
    align-items: center;
    background: rgba(212, 168, 67, 0.12);
    border-radius: 8px;
    color: var(--insight-highlight);
    display: inline-flex;
    font-size: 24px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.oa-focus-item span {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}

.oa-section {
    background: #fff;
    padding: var(--section-pad);
}

.oa-section-alt {
    background: var(--soft-cream);
}

.oa-category {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
}

.oa-category-header h2,
.oa-cta-inner h2 {
    color: var(--readable-ink);
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.02em;
}

.oa-category-header h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.16;
    margin-top: 16px;
}

.oa-article-list {
    display: grid;
    gap: 16px;
}

.oa-article-card {
    background: #fff;
    border: 1px solid rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(11, 59, 47, 0.08);
    padding: 24px;
}

.oa-section-alt .oa-article-card {
    background: rgba(255, 255, 255, 0.86);
}

.oa-article-card span {
    color: var(--insight-highlight);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.oa-article-card h3 {
    color: var(--readable-ink);
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.oa-article-card p,
.oa-cta-inner p {
    color: var(--subtle-ui);
    line-height: 1.72;
}

.policy-status-table-wrap {
    border: 1px solid rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    margin-top: 16px;
    overflow-x: auto;
}

.policy-status-table {
    border-collapse: collapse;
    min-width: 620px;
    width: 100%;
}

.policy-status-table thead {
    background: var(--forest-authority);
}

.policy-status-table th {
    color: rgba(255, 255, 255, 0.78);
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 14px 16px;
    text-align: left;
    text-transform: uppercase;
}

.policy-status-table td {
    border-bottom: 1px solid rgba(11, 59, 47, 0.08);
    color: var(--subtle-ui);
    font-size: 14px;
    line-height: 1.55;
    padding: 14px 16px;
    vertical-align: top;
}

.policy-status-table tbody tr:nth-child(even) {
    background: rgba(249, 249, 246, 0.72);
}

.policy-status-table tbody tr:last-child td {
    border-bottom: 0;
}

.policy-status-table td strong {
    color: var(--readable-ink);
}

.contact-form {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.contact-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field span {
    color: var(--readable-ink);
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    background: var(--soft-cream);
    border: 1px solid rgba(11, 59, 47, 0.14);
    border-radius: 8px;
    color: var(--readable-ink);
    font: inherit;
    min-height: 48px;
    padding: 12px 14px;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    width: 100%;
}

.contact-field textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    background: #fff;
    border-color: var(--botanical-calm);
    box-shadow: 0 0 0 4px rgba(107, 142, 123, 0.12);
    outline: 0;
}

.contact-submit {
    justify-self: start;
}

.contact-link-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.contact-link-list a {
    align-items: center;
    background: var(--soft-cream);
    border: 1px solid rgba(11, 59, 47, 0.08);
    border-radius: 8px;
    color: var(--readable-ink);
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.contact-link-list a:hover {
    background: #fff;
    border-color: rgba(107, 142, 123, 0.28);
    transform: translateX(3px);
}

.contact-link-list i {
    color: var(--botanical-calm);
    font-size: 22px;
    flex-shrink: 0;
}

.page-news-feed {
    background: linear-gradient(180deg, rgba(11, 59, 47, 0.04), rgba(247, 242, 232, 0));
}

.page-news-feed .oa-category {
    display: block;
}

.page-news-feed .oa-category-header {
    max-width: 760px;
    margin-bottom: 28px;
}

.page-news-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-news-card {
    background: #fff;
    border: 1px solid rgba(11, 59, 47, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(11, 59, 47, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
}

.page-news-card:hover {
    box-shadow: 0 18px 42px rgba(11, 59, 47, 0.13);
    transform: translateY(-4px);
}

.page-news-image {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, var(--deep-forest), var(--botanical-calm));
    color: #fff;
    display: grid;
    justify-items: center;
    overflow: hidden;
    text-decoration: none;
}

.page-news-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.page-news-image span {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    display: grid;
    font-size: 28px;
    height: 58px;
    justify-items: center;
    width: 58px;
}

.page-news-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.page-news-kicker {
    background: rgba(212, 168, 67, 0.16);
    border-radius: 999px;
    color: var(--deep-forest);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
    width: fit-content;
}

.page-news-body h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 10px;
}

.page-news-body h3 a {
    color: var(--readable-ink);
    text-decoration: none;
}

.page-news-body h3 a:hover {
    color: var(--deep-forest);
}

.page-news-body p {
    color: var(--soft-text);
    line-height: 1.65;
}

.page-news-body time {
    border-top: 1px solid rgba(11, 59, 47, 0.1);
    color: var(--deep-forest);
    font-size: 13px;
    font-weight: 800;
    margin-top: auto;
    padding-top: 14px;
}

.oa-cta-inner {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.oa-cta-inner h2 {
    color: #fff;
    font-size: clamp(26px, 4vw, 40px);
    margin-bottom: 10px;
}

.oa-cta-inner p {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 960px) {
    .oa-hero-inner,
    .oa-category {
        grid-template-columns: 1fr;
    }

    .page-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oa-cta-inner {
        display: block;
    }
}

@media (max-width: 640px) {
    .oa-hero {
        padding: 54px 0 62px;
    }

    .oa-focus-item,
    .oa-article-card {
        padding: 20px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-submit {
        justify-self: stretch;
    }

    .page-news-grid {
        grid-template-columns: 1fr;
    }
}
