/*
Theme Name: WNN Modern
Theme URI: https://worldnumismaticnews.com
Author: World Numismatic News
Description: Modern editorial and collector-reference theme for World Numismatic News.
 Version: 0.2.13
Text Domain: wnn-modern
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
*/

:root {
    --wnn-ink: #111827;
    --wnn-navy: #101820;
    --wnn-blue: #1d5f8f;
    --wnn-gold: #c99a2e;
    --wnn-paper: #eef2f6;
    --wnn-surface: #f8fafc;
    --wnn-subtle: #edf1f6;
    --wnn-border: #d7dee8;
    --wnn-muted: #64748b;
    --wnn-white: #ffffff;
    --wnn-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
    --wnn-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.055);
    --wnn-max: 1180px;
    --wnn-content: 760px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        linear-gradient(180deg, #f8fafc 0%, var(--wnn-paper) 340px, #e8edf3 100%);
    color: var(--wnn-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

a {
    color: var(--wnn-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

img {
    height: auto;
    max-width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.site-header,
.site-footer {
    background: var(--wnn-navy);
    color: var(--wnn-white);
}

.site-footer--heritage-banner {
    background: linear-gradient(180deg, var(--wnn-navy) 0%, var(--wnn-navy) 56%, #15222d 100%);
    border-top: 1px solid #263543;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.site-footer--heritage-banner::before,
.site-footer--heritage-banner::after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -1;
}

.site-footer--heritage-banner::before {
    background: url("footer-coin-banner.jpg") center bottom / cover no-repeat;
    filter: saturate(0.9) contrast(1.08);
    height: 92px;
    opacity: 0.48;
}

.site-footer--heritage-banner::after {
    background: linear-gradient(180deg, rgba(16, 24, 32, 1) 0%, rgba(16, 24, 32, 0.64) 48%, rgba(16, 24, 32, 0.24) 100%);
    height: 128px;
}

.site-header a,
.site-footer a {
    color: var(--wnn-white);
    text-decoration: none;
}

.site-header__inner,
.site-footer__inner,
.site-main {
    margin: 0 auto;
    max-width: var(--wnn-max);
    padding: 0 24px;
}

.site-header__inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 82px;
}

.site-branding {
    display: grid;
    gap: 2px;
    min-width: 260px;
}

.site-branding__link {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.site-branding__mark {
    display: block;
    flex: 0 0 auto;
    height: 40px;
    object-fit: contain;
    width: 56px;
}

.site-branding__text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.site-title {
    color: var(--wnn-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.site-description {
    color: #d8d4c8;
    font-size: 0.82rem;
}

.custom-logo-link {
    display: inline-flex;
}

.custom-logo {
    max-height: 54px;
    width: auto;
}

.site-navigation {
    min-width: 0;
}

.site-navigation-mobile {
    display: none;
}

.primary-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu a {
    display: inline-block;
}

.site-header__search {
    align-items: center;
    border-top: 1px solid #253240;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--wnn-max);
    padding: 10px 24px 14px;
}

.site-header__search .search-form {
    gap: 6px;
    margin-left: auto;
    max-width: 440px;
}

.site-header__search .search-field {
    background: #17212b;
    border-color: #354350;
    color: var(--wnn-white);
    font-size: 0.9rem;
    padding: 9px 10px;
}

.site-header__search .search-field::placeholder {
    color: #c7ced6;
}

.site-header__search .search-submit {
    padding: 9px 11px;
}

.social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-link {
    align-items: center;
    background: #17212b;
    border: 1px solid #354350;
    border-radius: 999px;
    color: var(--wnn-white);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    min-height: 34px;
    padding: 9px 11px;
    text-decoration: none;
}

.social-link:hover,
.social-link:focus {
    background: #21303d;
    border-color: #526474;
}

.social-link--youtube {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c !important;
}

.social-link--youtube:hover,
.social-link--youtube:focus {
    background: #f0bf43;
    border-color: #f0bf43;
    color: #07121c !important;
}

.social-link__short {
    display: none;
}

.site-main {
    padding-bottom: 56px;
    padding-top: 20px;
}

.hero-panel {
    align-items: center;
    border-bottom: 1px solid var(--wnn-border);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    padding-bottom: 18px;
}

.hero-panel__copy {
    max-width: 740px;
}

.hero-panel h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 3.65vw, 3.05rem);
    line-height: 1.05;
    margin: 0 0 10px;
}

.hero-panel__copy > p:not(.hero-panel__search-note) {
    line-height: 1.52;
    margin: 0;
    max-width: none;
    white-space: nowrap;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.hero-panel__search-note {
    color: var(--wnn-muted);
    font-size: 0.86rem;
    line-height: 1.38;
    margin: 9px 0 0;
    max-width: 680px;
}

.search-panel,
.newsletter-panel,
.database-entry-panel,
.collector-lookup-panel,
.home-story-carousel,
.reference-card,
.post-card,
.article-shell {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.search-panel,
.newsletter-panel {
    padding: 20px;
}

.search-panel--hero {
    padding: 14px 16px;
}

.search-panel--hero h2 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 10px;
}

.search-panel--hero .search-field {
    padding: 9px 10px;
}

.search-panel--hero .search-submit {
    padding: 9px 11px;
}

.search-panel--hero .search-examples {
    margin-top: 8px;
}

.search-form {
    display: flex;
    gap: 8px;
}

.search-field {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    flex: 1;
    font: inherit;
    min-width: 0;
    padding: 11px 12px;
}

.search-submit,
.button-link {
    background: var(--wnn-gold);
    border: 0;
    border-radius: 6px;
    color: var(--wnn-navy);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    padding: 11px 14px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.search-submit:hover,
.search-submit:focus,
.button-link:hover,
.button-link:focus {
    background: #d7a83a;
    box-shadow: 0 8px 18px rgba(201, 154, 46, 0.22);
}

.button-link--secondary {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    color: var(--wnn-blue);
}

.button-link--secondary:hover,
.button-link--secondary:focus {
    background: var(--wnn-surface);
    border-color: #b7c4d3;
    box-shadow: none;
}

.button-link--compact {
    font-size: 0.9rem;
    padding: 8px 11px;
}

.search-examples {
    color: var(--wnn-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.84rem;
    gap: 7px;
    margin-top: 14px;
}

.search-examples a {
    background: var(--wnn-subtle);
    border: 1px solid var(--wnn-border);
    border-radius: 999px;
    padding: 3px 8px;
    text-decoration: none;
}

.database-entry-panel {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    margin-top: 28px;
    padding: 24px;
}

.database-entry-panel--compact {
    margin-top: 18px;
    padding: 18px;
}

.database-entry-panel--compact h2 {
    font-size: 1.35rem;
}

.database-entry-panel--compact .quick-link-grid a {
    padding-bottom: 8px;
    padding-top: 8px;
}

.database-entry-panel h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    line-height: 1.2;
    margin: 0 0 8px;
}

.database-entry-panel p {
    margin: 0;
}

.collector-lookup-panel {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.16), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border-color: rgba(201, 154, 46, 0.42);
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.18);
    display: grid;
    gap: 18px;
    margin-top: 18px;
    padding: 20px;
}

.collector-lookup-panel__intro {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1fr);
}

.collector-lookup-panel__intro span {
    color: #d7b75a;
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.collector-lookup-panel__intro h2 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    line-height: 1.12;
    margin: 0;
}

.collector-lookup-panel__intro p {
    color: #d8e0e8;
    line-height: 1.48;
    margin: 0;
}

.collector-lookup-panel__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(280px, 1.12fr) minmax(190px, 0.72fr) minmax(190px, 0.72fr);
}

.collector-lookup-panel__segment {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(201, 154, 46, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.collector-lookup-panel__segment h3 {
    color: #f1c956;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.collector-lookup-search {
    gap: 7px;
}

.collector-lookup-search .search-field {
    background: #17212b;
    border-color: #354350;
    color: var(--wnn-white);
    padding: 9px 10px;
}

.collector-lookup-search .search-field::placeholder {
    color: #c7ced6;
}

.collector-lookup-search .search-submit {
    padding: 9px 11px;
}

.collector-lookup-links {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collector-lookup-links a {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 154, 46, 0.22);
    border-radius: 6px;
    color: #eef2f6;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
    padding: 8px 9px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.collector-lookup-links a:hover,
.collector-lookup-links a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
    box-shadow: 0 10px 22px rgba(201, 154, 46, 0.2);
}

.quick-link-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-link-grid a {
    background: var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
}

.quick-link-grid a,
.collector-lookup-links a,
.taxonomy-chip,
.glossary-alphabet__item,
.glossary-list-item__terms a,
.article-term-list a,
.glossary-chip-list a,
.article-resource-links a {
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.quick-link-grid a:hover,
.quick-link-grid a:focus,
.reference-card:hover,
.reference-card:focus,
.taxonomy-chip:hover,
.taxonomy-chip:focus,
.glossary-list-item:hover,
.error-guide-link-card:hover,
.post-card:hover {
    border-color: #b7c4d3;
    box-shadow: var(--wnn-shadow);
}

.home-story-carousel {
    background:
        radial-gradient(circle at 14% 0%, rgba(201, 154, 46, 0.18), transparent 34%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border-color: rgba(201, 154, 46, 0.42);
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.2);
    margin-top: 20px;
    overflow: hidden;
}

.home-story-carousel__header {
    align-items: center;
    border-bottom: 1px solid rgba(201, 154, 46, 0.3);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 14px 18px;
}

.home-story-carousel__header span {
    color: #d7b75a;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.home-story-carousel__header h2 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.1;
    margin: 0;
}

.home-story-carousel__header a,
.home-story-slide__link {
    color: #f1c956;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.home-story-carousel__viewport {
    height: clamp(250px, 22vw, 300px);
    min-height: 0;
    position: relative;
}

.home-story-slide {
    display: grid;
    gap: 0;
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
    height: 100%;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 560ms ease;
}

.home-story-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.home-story-slide__media {
    background: #07111a;
    display: block;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateX(-10px);
    transition: opacity 680ms ease, transform 680ms ease;
}

.home-story-slide.is-active .home-story-slide__media {
    opacity: 1;
    transform: translateX(0);
}

.home-story-slide__media::after {
    background: linear-gradient(90deg, transparent 55%, rgba(11, 20, 29, 0.62));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-story-slide__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 4200ms ease-out, filter 420ms ease;
    width: 100%;
}

.home-story-slide.is-active .home-story-slide__media img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.075);
}

.home-story-slide__media--placeholder {
    background:
        linear-gradient(135deg, rgba(201, 154, 46, 0.18), transparent 55%),
        var(--wnn-subtle);
}

.home-story-slide__body {
    align-content: center;
    border-left: 3px solid rgba(201, 154, 46, 0.76);
    display: grid;
    gap: 8px;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 22px;
    transform: translateY(10px);
    transition: opacity 560ms ease 120ms, transform 560ms ease 120ms;
}

.home-story-slide.is-active .home-story-slide__body {
    opacity: 1;
    transform: translateY(0);
}

.home-story-slide__body h3 {
    color: #f4d16d;
    display: -webkit-box;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.12;
    margin: 0;
    overflow: hidden;
}

.home-story-slide__body h3 a {
    color: inherit;
}

.home-story-slide .publication-meta,
.home-story-slide .publication-meta a {
    color: #c7d2df;
}

.home-story-slide .publication-meta a:hover,
.home-story-slide .publication-meta a:focus {
    color: #f4d16d;
}

.home-story-slide__body p {
    color: #eef2f6;
    display: -webkit-box;
    font-size: 0.98rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.55;
    margin: 2px 0 0;
    max-width: 62ch;
    overflow: hidden;
}

.home-story-carousel__controls {
    align-items: center;
    background: rgba(7, 17, 26, 0.86);
    border-top: 1px solid rgba(201, 154, 46, 0.28);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 10px 14px;
}

.home-story-carousel__control {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 154, 46, 0.36);
    border-radius: 999px;
    color: #f1c956;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
    width: 34px;
}

.home-story-carousel__control svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 18px;
}

.home-story-carousel__control:hover,
.home-story-carousel__control:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.home-story-carousel__dots {
    display: flex;
    gap: 9px;
}

.home-story-carousel__dots button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    padding: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
    width: 58px;
    opacity: 0.72;
}

.home-story-carousel__dots button.is-active {
    border-color: var(--wnn-gold);
    box-shadow: 0 0 0 2px rgba(201, 154, 46, 0.18);
    opacity: 1;
    transform: translateY(-1px);
}

.home-story-carousel__thumb,
.home-story-carousel__thumb img {
    display: block;
    height: 100%;
    width: 100%;
}

.home-story-carousel__thumb img {
    object-fit: cover;
}

.home-story-carousel__thumb--empty {
    background:
        linear-gradient(135deg, rgba(201, 154, 46, 0.24), transparent 64%),
        #132231;
}

.home-story-carousel__progress {
    background: rgba(255, 255, 255, 0.14);
    height: 3px;
    overflow: hidden;
}

.home-story-carousel__progress span {
    background: var(--wnn-gold);
    display: block;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.home-story-carousel.is-playing .home-story-carousel__progress span {
    animation: wnn-carousel-progress 4000ms linear infinite;
}

@keyframes wnn-carousel-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-story-slide,
    .home-story-slide__media,
    .home-story-slide__media img,
    .home-story-slide__body,
    .home-story-carousel__progress span {
        animation: none;
        transition: none;
    }
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 40px 0 16px;
}

.section-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
    line-height: 1.15;
    margin: 0;
}

.section-heading__action {
    align-items: center;
    background: var(--wnn-gold);
    border: 1px solid var(--wnn-gold);
    border-radius: 999px;
    color: #07121c;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    padding: 9px 12px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.section-heading__action:hover,
.section-heading__action:focus {
    background: #f0bf43;
    border-color: #f0bf43;
    box-shadow: 0 8px 18px rgba(201, 154, 46, 0.22);
}

.section-heading--compact {
    margin-bottom: 10px;
    margin-top: 24px;
}

.section-heading--compact h2 {
    font-size: 1.2rem;
}

.section-kicker {
    color: var(--wnn-gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.section-eyebrow {
    color: var(--wnn-gold);
    display: block;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.archive-index-header {
    align-items: center;
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    margin: 0 0 24px;
    padding: 22px;
}

.archive-index-header h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    margin: 0 0 8px;
}

.archive-index-header p {
    margin-bottom: 0;
}

.archive-index-header__search .search-form {
    display: flex;
}

.archive-hub {
    align-items: end;
    border-bottom: 1px solid var(--wnn-border);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
    margin-bottom: 24px;
    padding-bottom: 28px;
}

.archive-hub--error-guide {
    margin-bottom: 18px;
}

.archive-hub--error-guide,
.archive-hub--glossary,
.archive-hub--news,
.archive-hub--resource,
.archive-hub--variety,
.archive-hub--taxonomy {
    background:
        radial-gradient(circle at 15% 0%, rgba(201, 154, 46, 0.18), transparent 34%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.38);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.18);
    color: #eef2f6;
    margin-bottom: 22px;
    padding: 24px;
}

.archive-hub--error-guide .post-meta,
.archive-hub--glossary .post-meta,
.archive-hub--news .post-meta,
.archive-hub--resource .post-meta,
.archive-hub--variety .post-meta,
.archive-hub--taxonomy .post-meta {
    color: #d7b75a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.archive-hub--error-guide h1,
.archive-hub--glossary h1,
.archive-hub--news h1,
.archive-hub--resource h1,
.archive-hub--variety h1,
.archive-hub--taxonomy h1 {
    color: #f4e0a4;
}

.archive-hub--error-guide p,
.archive-hub--glossary p,
.archive-hub--news p,
.archive-hub--resource p,
.archive-hub--variety p,
.archive-hub--taxonomy p {
    color: #d8e0e8;
}

.archive-hub--error-guide .archive-hub__search,
.archive-hub--glossary .archive-hub__search,
.archive-hub--news .archive-hub__search,
.archive-hub--resource .archive-hub__search,
.archive-hub--variety .archive-hub__search,
.archive-hub--taxonomy .archive-hub__search {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(201, 154, 46, 0.3);
    box-shadow: none;
}

.archive-hub--error-guide .search-field,
.archive-hub--glossary .search-field,
.archive-hub--news .search-field,
.archive-hub--resource .search-field,
.archive-hub--variety .search-field,
.archive-hub--taxonomy .search-field {
    background: #17212b;
    border-color: #354350;
    color: var(--wnn-white);
}

.archive-hub--error-guide .search-field::placeholder,
.archive-hub--glossary .search-field::placeholder,
.archive-hub--news .search-field::placeholder,
.archive-hub--resource .search-field::placeholder,
.archive-hub--variety .search-field::placeholder,
.archive-hub--taxonomy .search-field::placeholder {
    color: #c7ced6;
}

.archive-hub h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
    margin: 0 0 12px;
}

.archive-hub p {
    margin-bottom: 0;
    max-width: 720px;
}

.archive-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.archive-hub--taxonomy .button-link--secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 154, 46, 0.36);
    color: #f1c956;
}

.archive-hub--taxonomy .button-link--secondary:hover,
.archive-hub--taxonomy .button-link--secondary:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.archive-hub__search {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    padding: 14px;
}

.taxonomy-chip-section {
    margin-bottom: 8px;
}

.taxonomy-chip-section--wnn_glossary_category {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: grid;
    gap: 14px;
    margin: 22px 0 28px;
    padding: 16px;
}

.taxonomy-chip-section--wnn_glossary_category .section-heading {
    border-bottom: 1px solid var(--wnn-border);
    margin: 0;
    padding-bottom: 12px;
}

.taxonomy-chip-section--wnn_glossary_category .section-heading p {
    color: var(--wnn-muted);
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 6px 0 0;
}

.taxonomy-select-form {
    align-items: end;
    display: grid;
    gap: 8px;
}

.taxonomy-select-form label {
    color: #14202c;
    font-size: 0.86rem;
    font-weight: 900;
}

.taxonomy-select-form__controls {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.taxonomy-select-form select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--wnn-muted) 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, var(--wnn-muted) 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
        var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    color: #14202c;
    font: inherit;
    min-width: 0;
    padding: 10px 38px 10px 12px;
}

.taxonomy-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.taxonomy-chip {
    align-items: center;
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    padding: 7px 11px;
    text-decoration: none;
}

.taxonomy-chip-section--wnn_glossary_category .taxonomy-chip {
    align-items: start;
    background: var(--wnn-surface);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    min-width: 185px;
    padding: 11px 12px;
}

.taxonomy-chip-section--wnn_glossary_category .taxonomy-chip span {
    color: #14202c;
    font-weight: 900;
    line-height: 1.2;
}

.taxonomy-chip small {
    color: var(--wnn-muted);
    font-size: 0.78rem;
}

.taxonomy-chip-section--wnn_glossary_category .taxonomy-chip small {
    color: var(--wnn-muted);
    font-weight: 800;
}

.taxonomy-chip-section--wnn_glossary_category .taxonomy-chip:hover,
.taxonomy-chip-section--wnn_glossary_category .taxonomy-chip:focus {
    background: #fff7dc;
    border-color: rgba(201, 154, 46, 0.58);
}

.variety-database-hero,
.variety-path-panel,
.variety-quick-routes,
.variety-discovery-section {
    border-radius: 8px;
    margin-bottom: 22px;
}

.variety-database-hero {
    align-items: end;
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.18), transparent 34%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.38);
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.18);
    color: #eef2f6;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
    padding: 24px;
}

.variety-database-hero h1 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.02;
    margin: 0 0 12px;
}

.variety-database-hero p {
    color: #d8e0e8;
    margin: 0;
    max-width: 760px;
}

.variety-database-hero .section-eyebrow,
.variety-path-panel .section-eyebrow,
.variety-quick-routes .section-eyebrow,
.variety-discovery-section .section-eyebrow,
.variety-records-section .section-eyebrow {
    color: #d7b75a;
}

.variety-database-hero__tools {
    display: grid;
    gap: 12px;
}

.variety-database-search {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 154, 46, 0.3);
    border-radius: 8px;
    box-shadow: none;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px;
}

.variety-database-search .search-field {
    background: #17212b;
    border-color: #354350;
    color: var(--wnn-white);
}

.variety-database-search .search-field::placeholder {
    color: #c7ced6;
}

.variety-database-stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.variety-database-stats span {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 154, 46, 0.28);
    border-radius: 8px;
    color: #d8e0e8;
    display: grid;
    font-size: 0.84rem;
    gap: 2px;
    padding: 11px 12px;
}

.variety-database-stats strong {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    line-height: 1;
}

.variety-path-panel {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    box-shadow: var(--wnn-shadow-soft);
    padding: 18px;
}

.variety-path-panel__header {
    border-bottom: 1px solid var(--wnn-border);
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.variety-path-panel__header h2 {
    margin: 0;
}

.variety-path-panel__header p {
    color: var(--wnn-muted);
    margin: 0;
    max-width: 780px;
}

.variety-path-steps {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: 16px;
}

.variety-path-steps span {
    background:
        linear-gradient(135deg, rgba(201, 154, 46, 0.18), rgba(255, 255, 255, 0)),
        var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    color: #14202c;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 10px;
    text-align: center;
}

.variety-path-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.variety-path-card {
    background: #f7f9fb;
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 13px;
}

.variety-path-card h3 {
    color: #14202c;
    font-size: 1rem;
    margin: 0;
}

.variety-path-card__links {
    display: grid;
    gap: 7px;
}

.variety-path-card__links a {
    align-items: center;
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 7px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 9px;
    text-decoration: none;
}

.variety-path-card__links a:hover,
.variety-path-card__links a:focus {
    background: #fff7dc;
    border-color: rgba(201, 154, 46, 0.6);
}

.variety-path-card__links span {
    font-weight: 900;
    line-height: 1.2;
}

.variety-path-card__links small {
    background: #eaf1f8;
    border-radius: 999px;
    color: var(--wnn-blue);
    font-weight: 900;
    min-width: 24px;
    padding: 2px 7px;
    text-align: center;
}

.variety-quick-routes {
    align-items: center;
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 154, 46, 0.14), transparent 38%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    box-shadow: 0 16px 40px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    padding: 18px;
}

.variety-quick-routes h2 {
    color: #f4e0a4;
    margin: 0;
}

.variety-quick-routes__links {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.variety-quick-routes__links a {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(201, 154, 46, 0.28);
    border-radius: 8px;
    color: #f1c956;
    font-weight: 900;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.variety-quick-routes__links a:hover,
.variety-quick-routes__links a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.variety-discovery-section,
.variety-records-section {
    margin-top: 26px;
}

.variety-discovery-section .section-heading,
.variety-records-section .section-heading {
    border-bottom: 1px solid var(--wnn-border);
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.error-guide-master-list {
    background:
        radial-gradient(circle at 10% 0%, rgba(201, 154, 46, 0.14), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(10, 18, 28, 0.16);
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
    padding: 18px;
}

.error-guide-master-list__header {
    border-bottom: 1px solid rgba(201, 154, 46, 0.24);
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
}

.error-guide-master-list__header h2 {
    color: #f4e0a4;
    margin: 0;
}

.error-guide-master-list__header p {
    color: #d8e0e8;
    margin: 0;
    max-width: 760px;
}

.error-guide-link-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.error-guide-link-card {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(201, 154, 46, 0.22);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    padding: 14px;
    text-decoration: none;
}

.error-guide-link-card strong {
    color: #f1c956;
}

.error-guide-link-card span {
    color: #d8e0e8;
    font-size: 0.9rem;
    line-height: 1.45;
}

.error-guide-link-card:hover,
.error-guide-link-card:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 154, 46, 0.58);
}

.error-guide-hub-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.12), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.32);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px;
}

.error-guide-hub-section .section-heading {
    margin: 0;
}

.error-guide-hub-section .section-heading span {
    color: #d7b75a;
}

.error-guide-hub-section .section-heading h2 {
    color: #f4e0a4;
}

.error-guide-hub-section .section-heading p {
    color: #d8e0e8;
}

.error-guide-family-grid .taxonomy-chip,
.error-guide-starting-card {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(201, 154, 46, 0.24);
}

.error-guide-family-grid .taxonomy-chip span,
.error-guide-starting-card strong {
    color: #f1c956;
}

.error-guide-family-grid .taxonomy-chip small,
.error-guide-starting-card span {
    color: #d8e0e8;
}

.error-guide-starting-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.error-guide-starting-card {
    border: 1px solid rgba(201, 154, 46, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 7px;
    padding: 14px;
    text-decoration: none;
}

.error-guide-starting-card:hover,
.error-guide-starting-card:focus {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 154, 46, 0.58);
}

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

.card-grid > .wnn-ad-slot--archive-inline {
    grid-column: 1 / -1;
    margin: 4px 0;
}

.card-grid--compact {
    margin-top: 18px;
}

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

.home-news-section__footer {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.home-news-section .section-heading {
    align-items: center;
}

.home-news-section .section-heading h2 {
    color: #14202c;
    position: relative;
}

.home-news-section .section-heading h2::after {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 54px;
}

.post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.post-card--archive::before {
    background: linear-gradient(90deg, var(--wnn-gold), rgba(201, 154, 46, 0.2));
    content: "";
    height: 3px;
    inset: 0 0 auto;
    opacity: 0;
    position: absolute;
    transition: opacity 180ms ease;
    z-index: 2;
}

.post-card--archive:hover::before,
.post-card--archive:focus-within::before {
    opacity: 1;
}

.post-card--archive .post-card__body {
    gap: 8px;
    padding: 15px;
}

.post-card--archive .post-card__media {
    aspect-ratio: 16 / 9;
}

.post-card--archive p {
    font-size: 0.94rem;
    line-height: 1.55;
}

.post-card__body > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-card--home-lead {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(13, 23, 33, 0.78) 56%, rgba(9, 17, 27, 0.96) 100%),
        linear-gradient(145deg, #cdd6df 0%, #8793a1 48%, #182433 100%);
    color: var(--wnn-white);
    grid-column: span 2;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.post-card--home-lead__visual {
    inset: 0;
    position: absolute;
    z-index: 0;
}

.post-card--home-lead__visual img {
    display: block;
    filter: saturate(0.86) contrast(1.04);
    height: 100%;
    object-fit: cover;
    opacity: 0.42;
    width: 100%;
}

.post-card--home-lead::before {
    background:
        linear-gradient(180deg, rgba(238, 242, 246, 0.06), transparent 38%),
        radial-gradient(circle at 16% 12%, rgba(201, 154, 46, 0.16), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.post-card--home-lead__body {
    align-content: end;
    display: grid;
    gap: 12px;
    min-height: 390px;
    padding: clamp(22px, 4vw, 42px);
    position: relative;
    z-index: 2;
}

.post-card--home-lead__badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.top-story-badge {
    background: #07121c;
    border: 1px solid rgba(201, 154, 46, 0.5);
    border-radius: 4px;
    color: #f1c956;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 7px 8px;
    text-transform: uppercase;
}

.post-card--home-lead .result-type-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #eef2f6;
    margin-bottom: 0;
}

.post-card--home-lead h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.14;
    max-width: 720px;
}

.post-card--home-lead h2 a {
    color: var(--wnn-white);
    text-decoration: none;
}

.post-card--home-lead p {
    color: #edf2f7;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    max-width: 700px;
}

.post-card--home-lead__footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 2px;
}

.post-card--home-lead__footer .button-link {
    border-radius: 999px;
    padding-inline: 18px;
}

.post-card--home-lead .publication-meta,
.post-card--home-lead .publication-meta a {
    color: #d8e0e8;
}

.post-card__media {
    aspect-ratio: 12 / 7;
    background: var(--wnn-subtle);
    display: block;
    overflow: hidden;
}

.post-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
    width: 100%;
}

.post-card:hover .post-card__media img,
.post-card:focus-within .post-card__media img {
    filter: saturate(1.05) contrast(1.03);
    transform: scale(1.035);
}

.post-card__placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 18% 0%, rgba(201, 154, 46, 0.22), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    color: #f4e0a4;
    display: grid;
    gap: 5px;
    height: 100%;
    justify-items: center;
    min-height: 100%;
    padding: 22px;
    text-align: center;
}

.post-card__placeholder span {
    border: 1px solid rgba(201, 154, 46, 0.42);
    border-radius: 999px;
    color: #f1c956;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 7px 10px;
}

.post-card__placeholder strong {
    color: #edf2f7;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
}

.empty-state {
    color: var(--wnn-muted);
    margin: 0;
}

.post-card__body {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.post-card__read-link {
    align-self: end;
    color: var(--wnn-blue);
    font-size: 0.86rem;
    font-weight: 900;
    margin-top: 4px;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.post-card__read-link::after {
    content: " ->";
}

.post-card__read-link:hover,
.post-card__read-link:focus {
    color: #9a731a;
}

.post-card--featured .post-card__body {
    padding: 20px;
}

.post-card--featured h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.12;
}

.result-type-badge {
    background: var(--wnn-subtle);
    border: 1px solid var(--wnn-border);
    border-radius: 999px;
    color: var(--wnn-navy);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
    padding: 6px 8px;
    text-transform: uppercase;
    width: fit-content;
}

.result-type-badge--wnn_variety,
.result-type-badge--wnn_error_guide {
    background: #fff7dc;
    border-color: #e8c96f;
}

.result-type-badge--wnn_glossary {
    background: #eef6fb;
    border-color: #bcd7e8;
}

.result-type-badge--wnn_resource {
    background: #eef7ef;
    border-color: #b8d9bd;
}

.glossary-alphabet {
    align-items: center;
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 26px 0;
    padding: 12px;
}

.glossary-alphabet__item {
    align-items: center;
    background: var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    color: #14202c;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 34px;
    min-width: 36px;
    padding: 7px 10px;
    text-decoration: none;
}

.glossary-alphabet__item:hover,
.glossary-alphabet__item:focus,
.glossary-alphabet__item.is-active {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.glossary-landing {
    margin-top: 28px;
}

.glossary-landing--samples {
    margin-top: 18px;
}

.glossary-landing__intro {
    background:
        radial-gradient(circle at 15% 0%, rgba(201, 154, 46, 0.16), transparent 40%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    margin-bottom: 28px;
    padding: 22px;
}

.glossary-landing__intro span {
    color: #d7b75a;
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.glossary-landing__intro h2,
.glossary-list-item h2 {
    margin-top: 0;
}

.glossary-landing__intro h2 {
    color: #f4e0a4;
}

.glossary-landing__intro p {
    color: #d8e0e8;
}

.glossary-term-list {
    display: grid;
    gap: 12px;
}

.glossary-term-list--preview {
    margin-top: 14px;
}

.glossary-list-item {
    align-items: start;
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(260px, 1fr) minmax(220px, 40%);
    padding: 18px;
    position: relative;
}

.glossary-list-item::before {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    height: 4px;
    left: 18px;
    opacity: 0.86;
    position: absolute;
    top: 0;
    width: 44px;
}

.glossary-list-item h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    line-height: 1.2;
    margin-bottom: 8px;
}

.glossary-list-item h2 a {
    color: #14202c;
    text-decoration-thickness: 1px;
}

.glossary-list-item p {
    color: var(--wnn-muted);
    margin: 0;
}

.glossary-list-item__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.glossary-list-item__terms a {
    background: var(--wnn-subtle);
    border: 1px solid var(--wnn-border);
    border-radius: 999px;
    color: var(--wnn-blue);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.glossary-landing--samples .glossary-list-item {
    background:
        radial-gradient(circle at 14% 0%, rgba(201, 154, 46, 0.16), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border-color: rgba(201, 154, 46, 0.34);
    box-shadow: 0 16px 40px rgba(10, 18, 28, 0.16);
}

.glossary-landing--samples .glossary-list-item h2 a {
    color: #f4e0a4;
}

.glossary-landing--samples .glossary-list-item p {
    color: #d8e0e8;
}

.glossary-landing--samples .glossary-list-item__terms a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 154, 46, 0.25);
    color: #f1c956;
}

.glossary-landing--samples .glossary-list-item__terms a:hover,
.glossary-landing--samples .glossary-list-item__terms a:focus {
    background: rgba(201, 154, 46, 0.18);
    border-color: rgba(201, 154, 46, 0.58);
}

.publication-meta {
    align-items: center;
    color: var(--wnn-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.84rem;
    gap: 5px 8px;
    line-height: 1.35;
}

.publication-meta a {
    font-weight: 700;
    text-decoration: none;
}

.publication-meta > span[aria-hidden="true"] {
    color: var(--wnn-border);
}

.publication-meta--article {
    font-size: 0.92rem;
}

.publication-meta--compact {
    font-size: 0.78rem;
}

.post-card h2,
.post-card h3 {
    font-size: 1.08rem;
    line-height: 1.3;
    margin: 0;
}

.post-meta {
    color: var(--wnn-muted);
    font-size: 0.88rem;
}

.breadcrumb-trail {
    color: var(--wnn-muted);
    font-size: 0.86rem;
    margin: 0 auto 14px;
    max-width: var(--wnn-content);
}

.breadcrumb-trail ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-trail li:not(:last-child)::after {
    color: var(--wnn-border);
    content: "/";
    margin-left: 6px;
}

.search-results-panel {
    color: var(--wnn-muted);
    margin: 6px 0 0;
}

.search-results-summary {
    color: var(--wnn-ink);
    font-weight: 700;
    margin: 8px 0 0;
}

.search-result-groups {
    display: grid;
    gap: 28px;
}

.search-result-group {
    display: grid;
    gap: 12px;
}

.search-result-group .section-heading {
    align-items: center;
    border-bottom: 1px solid var(--wnn-border);
    margin: 0;
    padding-bottom: 10px;
}

.search-result-group .section-heading h2 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.05rem;
    line-height: 1.25;
}

.search-result-group .section-heading .post-meta {
    margin: 0 0 2px;
}

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

.search-empty-state {
    background: var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 24px;
}

.search-empty-state h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    line-height: 1.15;
    margin: 0;
}

.search-empty-state p {
    margin: 0;
}

.article-shell {
    margin: 0 auto;
    max-width: var(--wnn-content);
    padding: 32px;
}

.single-post .breadcrumb-trail {
    max-width: 900px;
}

.article-page-layout {
    margin: 0 auto;
    max-width: 900px;
}

.article-page-layout--with-rail {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 900px) minmax(260px, 300px);
    max-width: 1224px;
}

.article-page-layout .article-shell--news,
.article-page-layout .article-shell--glossary,
.article-page-layout .article-shell--error-guide,
.article-page-layout .article-shell--variety,
.article-page-layout .article-shell--resource {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.article-shell--news {
    max-width: 900px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 42px;
}

.article-shell--news > *:not(.article-header) {
    margin-left: 34px;
    margin-right: 34px;
}

.article-shell--glossary,
.article-shell--error-guide,
.article-shell--variety,
.article-shell--resource {
    max-width: 840px;
    overflow: hidden;
    padding: 0;
}

.article-shell--glossary > *:not(.glossary-term-hero),
.article-shell--error-guide > *:not(.error-guide-hero),
.article-shell--variety > *:not(.variety-hero),
.article-shell--resource > *:not(.resource-hero) {
    margin-left: 32px;
    margin-right: 32px;
}

.article-shell--glossary > .entry-content,
.article-shell--error-guide > .entry-content,
.article-shell--variety > .entry-content,
.article-shell--resource > .entry-content {
    margin-top: 26px;
}

.article-header {
    border-bottom: 1px solid var(--wnn-border);
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.article-shell--news .article-header {
    background:
        radial-gradient(circle at 14% 0%, rgba(201, 154, 46, 0.18), transparent 38%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border-bottom: 1px solid rgba(201, 154, 46, 0.35);
    color: #eef2f6;
    margin: 0 0 28px;
    padding: 32px 34px;
}

.article-shell--news .article-header .result-type-badge {
    background: rgba(201, 154, 46, 0.14);
    border-color: rgba(201, 154, 46, 0.45);
    color: #f4e0a4;
}

.article-shell--news .article-title {
    color: #f4e0a4;
    font-size: clamp(1.65rem, 2.2vw, 2.35rem);
    letter-spacing: 0;
    margin-bottom: 14px;
}

.article-shell--news .publication-meta,
.article-shell--news .publication-meta a,
.article-shell--news .article-term-list a {
    color: #d8e0e8;
}

.article-shell--news .publication-meta > span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.22);
}

.article-shell--news .article-term-list a {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 154, 46, 0.26);
}

.article-shell--news .article-term-list a:hover,
.article-shell--news .article-term-list a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.glossary-term-hero,
.error-guide-hero,
.variety-hero,
.resource-hero {
    background:
        radial-gradient(circle at 15% 0%, rgba(201, 154, 46, 0.18), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border-bottom: 1px solid rgba(201, 154, 46, 0.35);
    color: #eef2f6;
    margin: 0 0 24px;
    padding: 32px;
}

.glossary-term-hero .post-meta,
.error-guide-hero .post-meta,
.variety-hero .post-meta,
.resource-hero .post-meta {
    color: #d7b75a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.glossary-term-hero .article-title,
.error-guide-hero .article-title,
.variety-hero h1,
.resource-hero .article-title {
    color: #f4e0a4;
    margin-bottom: 10px;
}

.glossary-term-hero__definition,
.error-guide-hero__summary,
.variety-hero > p,
.resource-hero__summary {
    color: #d8e0e8;
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 0;
    max-width: 66ch;
}

.glossary-term-hero .button-link--secondary,
.variety-hero .button-link--secondary,
.resource-hero .button-link--secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 154, 46, 0.36);
    color: #f1c956;
}

.glossary-term-hero .button-link--secondary:hover,
.glossary-term-hero .button-link--secondary:focus,
.variety-hero .button-link--secondary:hover,
.variety-hero .button-link--secondary:focus,
.resource-hero .button-link--secondary:hover,
.resource-hero .button-link--secondary:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.variety-hero__chips {
    margin: 16px 0;
}

.variety-hero__chips span {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 154, 46, 0.24);
    border-radius: 999px;
    color: #e8edf4;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    padding: 6px 10px;
}

.page-shell {
    max-width: 980px;
}

.newsletter-page-shell {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 1040px;
    padding: 0;
}

.page-shell__header {
    border-bottom: 1px solid var(--wnn-border);
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.page-shell--branded {
    overflow: hidden;
    padding: 0;
}

.page-shell__hero {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.14), transparent 42%),
        linear-gradient(145deg, #111c27 0%, #07121c 100%);
    border-bottom: 1px solid rgba(201, 154, 46, 0.34);
    color: #eef2f6;
    margin-bottom: 0;
    padding: 34px 38px;
}

.page-shell__eyebrow {
    color: #f1c956;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.page-shell__hero .article-title {
    color: #f4e0a4;
    font-size: clamp(2rem, 3.6vw, 3rem);
    max-width: 780px;
}

.page-shell__summary {
    color: #d8e0e8;
    font-size: 1.04rem;
    line-height: 1.55;
    margin: 0;
    max-width: 72ch;
}

.page-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.page-shell__hero .button-link--secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(201, 154, 46, 0.36);
    color: #f1c956;
}

.page-shell__hero .button-link--secondary:hover,
.page-shell__hero .button-link--secondary:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.page-shell__content {
    padding: 34px 38px 40px;
}

.page-shell--legal {
    max-width: 920px;
}

.page-shell--legal .page-shell__hero {
    padding-bottom: 30px;
    padding-top: 30px;
}

.page-shell--legal .page-shell__hero .article-title {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.page-shell--legal .page-shell__content {
    color: #172231;
    font-size: 1rem;
    line-height: 1.74;
}

.page-shell--legal .page-shell__content h2 {
    border-top: 1px solid var(--wnn-border);
    padding-top: 22px;
}

.page-shell--legal .page-shell__content h2:first-child {
    border-top: 0;
    padding-top: 0;
}

.page-shell--contact .page-shell__content,
.page-shell--submission .page-shell__content,
.page-shell--company .page-shell__content,
.page-shell--coverage .page-shell__content {
    font-size: 1.02rem;
    line-height: 1.72;
}

.article-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    margin: 0 0 12px;
}

.article-meta-row {
    color: var(--wnn-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.88rem;
    gap: 8px 12px;
}

.article-meta-row > * + *::before {
    color: var(--wnn-border);
    content: "|";
    margin-right: 12px;
}

.article-term-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.article-term-list a {
    background: var(--wnn-subtle);
    border: 1px solid var(--wnn-border);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 9px;
    text-decoration: none;
}

.article-navigation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.article-featured-image {
    background: var(--wnn-subtle);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin: 0 0 28px;
    overflow: hidden;
}

.article-shell--news .article-featured-image {
    margin-bottom: 32px;
}

.article-shell--glossary .article-featured-image,
.article-shell--error-guide .article-featured-image {
    background: #2c2928;
    border-color: rgba(201, 154, 46, 0.28);
}

.article-featured-image img {
    display: block;
    width: 100%;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.entry-content h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.2;
    margin: 28px 0 10px;
}

.article-shell--news .entry-content {
    color: #172231;
    font-size: 1.04rem;
    line-height: 1.72;
}

.article-shell--news .entry-content h2 {
    border-top: 1px solid var(--wnn-border);
    font-size: 1.58rem;
    margin-top: 34px;
    padding-top: 22px;
}

.article-shell--news .entry-content h2::after {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 54px;
}

.entry-content h3 {
    font-size: 1.12rem;
    line-height: 1.25;
    margin: 24px 0 8px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 1.15em;
    margin-top: 0;
}

.entry-content li + li {
    margin-top: 0.35em;
}

.entry-content p:empty,
.entry-content br:first-child,
.entry-content br:last-child {
    display: none;
}

.entry-content .panel-layout,
.entry-content .panel-grid,
.entry-content .panel-grid-cell,
.entry-content .so-panel,
.entry-content .siteorigin-widget-tinymce,
.entry-content .textwidget {
    display: flow-root;
}

.entry-content .panel-grid:empty,
.entry-content .panel-grid-cell:empty,
.entry-content .so-panel:empty {
    display: none;
}

.entry-content .wp-block-embed-youtube,
.entry-content .wp-block-embed.is-type-video,
.entry-content .wp-block-video,
.entry-content figure:has(iframe[src*="youtube.com"]),
.entry-content figure:has(iframe[src*="youtube-nocookie.com"]) {
    margin: 30px auto;
    max-width: 720px;
    width: 100%;
}

.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

.entry-content .wp-block-embed-youtube iframe,
.entry-content .wp-block-embed.is-type-video iframe,
.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtube-nocookie.com"] {
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: block;
    height: auto;
    margin: 30px auto;
    max-width: 720px;
    width: 100%;
}

.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%;
    inset: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    width: 100%;
}

.entry-content .wp-caption {
    background: var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    margin: 24px auto;
    max-width: 100%;
    padding: 10px;
}

.article-shell--news .entry-content .wp-caption {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: #d4dce7;
    border-top: 4px solid var(--wnn-gold);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    padding: 10px;
}

.entry-content .wp-caption img {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

.entry-content .wp-caption img.aligncenter {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.entry-content .wp-caption-text {
    color: var(--wnn-muted);
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 8px 0 0;
    text-align: center;
}

.article-shell--news .entry-content .wp-caption-text {
    border-top: 1px solid var(--wnn-border);
    color: #56677a;
    font-size: 0.8rem;
    margin: 10px -2px 0;
    padding-top: 8px;
}

.entry-content img.aligncenter {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: block;
    margin: 24px auto;
    padding: 8px;
}

.article-shell--news .entry-content .wnn-article-image-preview {
    border-radius: 8px;
    cursor: zoom-in;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.article-shell--news .entry-content .wnn-article-image-preview:focus-visible {
    outline: 2px solid var(--wnn-gold);
    outline-offset: 4px;
}

.article-shell--news .entry-content .wnn-article-image-preview img {
    transition: filter 160ms ease, transform 160ms ease;
}

.article-shell--news .entry-content .wnn-article-image-preview:hover img,
.article-shell--news .entry-content .wnn-article-image-preview:focus-visible img {
    filter: contrast(1.04) saturate(1.04);
    transform: translateY(-1px);
}

.article-shell--news .entry-content .wp-block-gallery .wnn-article-image-preview,
.article-shell--news .entry-content .gallery .wnn-article-image-preview {
    display: block;
    height: 100%;
}

.single-wnn_glossary .entry-content img {
    border-radius: 8px;
    height: auto;
    max-height: 620px;
    object-fit: contain;
    width: auto;
}

.single-wnn_glossary .entry-content .glossary-image-preview {
    background: #2c2928;
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    cursor: zoom-in;
    display: block;
    margin: 28px auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.single-wnn_glossary .entry-content .glossary-image-preview:hover,
.single-wnn_glossary .entry-content .glossary-image-preview:focus-visible {
    border-color: rgba(201, 154, 46, 0.7);
    box-shadow: 0 18px 42px rgba(10, 18, 28, 0.2);
    outline: none;
    transform: translateY(-1px);
}

.single-wnn_glossary .entry-content .glossary-image-preview img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

body.has-wnn-lightbox-open {
    overflow: hidden;
}

.wnn-image-lightbox[hidden] {
    display: none;
}

.wnn-image-lightbox {
    align-items: center;
    background: rgba(6, 13, 20, 0.86);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: clamp(18px, 4vw, 48px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.wnn-image-lightbox__dialog {
    background:
        radial-gradient(circle at 8% 0%, rgba(201, 154, 46, 0.12), transparent 34%),
        linear-gradient(135deg, #111c27 0%, #07111a 100%);
    border: 1px solid rgba(201, 154, 46, 0.45);
    border-radius: 10px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
    max-height: 92vh;
    max-width: min(1120px, 94vw);
    overflow: hidden;
    padding: clamp(12px, 2vw, 18px);
    position: relative;
}

.wnn-image-lightbox__image {
    background: #2c2928;
    border-radius: 8px;
    display: block;
    max-height: calc(92vh - 92px);
    max-width: 100%;
    object-fit: contain;
}

.wnn-image-lightbox__close,
.wnn-image-lightbox__nav {
    align-items: center;
    background: var(--wnn-gold);
    border: 0;
    border-radius: 999px;
    color: #07111a;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
}

.wnn-image-lightbox__close:hover,
.wnn-image-lightbox__close:focus-visible,
.wnn-image-lightbox__nav:hover,
.wnn-image-lightbox__nav:focus-visible {
    background: #f0bf3d;
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

.wnn-image-lightbox__nav {
    font-size: 2rem;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}

.wnn-image-lightbox__nav[hidden] {
    display: none;
}

.wnn-image-lightbox__nav--prev {
    left: 12px;
    right: auto;
}

.wnn-image-lightbox__nav--next {
    left: auto;
    right: 12px;
}

.wnn-image-lightbox__counter {
    background: rgba(7, 17, 26, 0.82);
    border: 1px solid rgba(201, 154, 46, 0.32);
    border-radius: 999px;
    bottom: 16px;
    color: #f4e0a4;
    font-size: 0.78rem;
    font-weight: 800;
    left: 50%;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    transform: translateX(-50%);
}

.wnn-image-lightbox__counter[hidden] {
    display: none;
}

.wnn-image-lightbox__caption {
    color: #d9e2ee;
    font-size: 0.86rem;
    margin: 10px 48px 0 2px;
}

@media (max-width: 640px) {
    .wnn-image-lightbox {
        padding: 12px;
    }

    .wnn-image-lightbox__dialog {
        max-width: 96vw;
        padding: 10px;
    }

    .wnn-image-lightbox__image {
        max-height: calc(92vh - 86px);
    }

    .wnn-image-lightbox__nav {
        height: 38px;
        width: 38px;
    }
}

.entry-content iframe,
.entry-content embed,
.entry-content object {
    max-width: 100%;
}

.article-resource-block {
    align-items: center;
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.16), transparent 36%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.42);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.16);
    color: #eef2f6;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
    margin-top: 38px;
    padding: 20px;
}

.article-resource-block .post-meta {
    color: #d7b75a;
    display: block;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.article-resource-block h2 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    line-height: 1.12;
    margin: 0 0 8px;
}

.article-resource-block p {
    color: #d8e0e8;
    line-height: 1.48;
    margin-bottom: 0;
}

.article-resource-links {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-resource-links a {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 154, 46, 0.22);
    border-radius: 6px;
    color: #eef2f6;
    font-weight: 700;
    padding: 9px 10px;
    text-decoration: none;
}

.article-resource-links a:hover,
.article-resource-links a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    box-shadow: 0 10px 22px rgba(201, 154, 46, 0.2);
    color: #07121c;
}

.article-share-block {
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #edf3f8 100%);
    border: 1px solid var(--wnn-border);
    border-left: 4px solid var(--wnn-gold);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 34px;
    padding: 18px 20px;
}

.article-share-block .post-meta {
    color: #5d6d82;
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.article-share-block h2 {
    color: var(--wnn-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    line-height: 1.15;
    margin: 0;
}

.article-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.article-share-link {
    align-items: center;
    background: #0c1721;
    border: 1px solid rgba(201, 154, 46, 0.28);
    border-radius: 999px;
    color: #f4e0a4;
    display: inline-flex;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 14px;
    text-decoration: none;
}

.article-share-link:hover,
.article-share-link:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.article-ad-rail {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}

.wnn-ad-slot {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    overflow: hidden;
    padding: 12px;
}

.wnn-ad-slot__label {
    color: #718096;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.wnn-ad-slot__creative {
    max-width: 100%;
    overflow: hidden;
}

.wnn-ad-slot__creative iframe,
.wnn-ad-slot__creative img,
.wnn-ad-slot__creative ins {
    max-width: 100%;
}

.wnn-ad-slot__affiliate-disclosure {
    border-top: 1px solid rgba(113, 128, 150, 0.24);
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.45;
    margin: 10px 0 0;
    padding-top: 8px;
}

.wnn-ad-slot--lazy {
    display: none;
}

.wnn-ad-slot--lazy.is-loaded {
    display: block;
}

.wnn-ad-slot--article-inline,
.wnn-ad-slot--article-bottom,
.wnn-ad-slot--archive-bottom,
.wnn-ad-slot--archive-inline {
    margin: 30px auto;
}

.wnn-ad-slot--article-inline,
.wnn-ad-slot--archive-inline {
    border-top: 3px solid var(--wnn-gold);
}

.wnn-ad-slot--article-bottom {
    margin-top: 34px;
}

.wnn-ad-slot--archive-bottom {
    max-width: 1160px;
}

.archive-pagination {
    align-items: center;
    display: grid;
    gap: 14px;
    justify-items: center;
    margin: 26px auto 34px;
}

.archive-pagination__more {
    min-width: 150px;
    text-align: center;
}

.archive-pagination__pages {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.archive-pagination .page-numbers {
    align-items: center;
    background: #ffffff;
    border: 1px solid #c9d3de;
    border-radius: 999px;
    color: #0d5a94;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    justify-content: center;
    min-height: 38px;
    min-width: 38px;
    padding: 8px 13px;
    text-decoration: none;
}

.archive-pagination a.page-numbers:hover,
.archive-pagination a.page-numbers:focus {
    background: #fff7dc;
    border-color: var(--wnn-gold);
    color: #07121c;
}

.archive-pagination .page-numbers.current {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.archive-pagination .page-numbers.dots {
    background: transparent;
    border-color: transparent;
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
}

@media (min-width: 1021px) {
    .wnn-ad-slot--article-inline {
        display: none !important;
    }
}

.related-content {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin-bottom: 10px;
    margin-top: 36px;
    padding: 20px;
}

.related-content__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-content .post-card__body {
    padding: 14px;
}

.article-return-actions {
    align-items: center;
    border-top: 1px solid var(--wnn-border);
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 28px;
    padding-top: 22px;
}

.article-return-actions .button-link {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.article-return-actions .button-link:hover,
.article-return-actions .button-link:focus {
    background: #f0bf3d;
    color: #07121c;
}

.article-return-actions--variety {
    margin: 38px auto 72px;
    max-width: 760px;
    padding-top: 30px;
}

.article-return-actions--variety .button-link {
    justify-content: center;
    min-width: 150px;
}

.article-shell--news .related-content .section-heading--compact {
    border-bottom: 1px solid var(--wnn-border);
    margin: 0 0 16px;
    padding-bottom: 10px;
}

.article-shell--news .related-content .section-heading--compact h2 {
    font-size: 1.28rem;
}

.article-shell--news .related-content .post-card {
    border-color: #d4dce7;
    overflow: hidden;
}

.article-shell--news .related-content .post-card__media {
    background: #111c27;
    display: block;
    overflow: hidden;
}

.article-shell--news .related-content .post-card__image {
    transition: transform 220ms ease, opacity 220ms ease;
}

.article-shell--news .related-content .post-card:hover .post-card__image,
.article-shell--news .related-content .post-card:focus-within .post-card__image {
    opacity: 0.92;
    transform: scale(1.035);
}

.structured-facts {
    background: var(--wnn-surface);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    margin: 24px 0;
    padding: 20px;
}

.structured-facts--wnn_glossary,
.structured-facts--wnn_error_guide {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
    box-shadow: var(--wnn-shadow-soft);
}

.structured-facts h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    margin: 0 0 14px;
}

.structured-facts--wnn_glossary h2::after,
.structured-facts--wnn_error_guide h2::after {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 54px;
}

.structured-facts dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.structured-facts div {
    border-top: 1px solid var(--wnn-border);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr);
    padding-top: 12px;
}

.structured-facts div:first-child {
    border-top: 0;
    padding-top: 0;
}

.structured-facts dt {
    color: var(--wnn-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.structured-facts dd {
    margin: 0;
}

.structured-facts dd p {
    margin: 0 0 8px;
}

.variety-featured-image {
    background: #07121c;
    border-radius: 8px;
    margin-top: 24px;
    overflow: hidden;
}

.variety-featured-image img {
    display: block;
    height: auto;
    width: 100%;
}

.variety-featured-image figcaption {
    color: #cbd5e1;
    font-size: 0.82rem;
    padding: 10px 14px;
}

.variety-fact-panel {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin: 24px 0;
    padding: 20px;
}

.variety-fact-panel--dark,
.variety-related-context {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.14), transparent 42%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border-color: rgba(201, 154, 46, 0.34);
    color: #eef2f6;
}

.variety-fact-panel__header span,
.variety-related-context__header span {
    color: #d7b75a;
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.variety-fact-panel h2,
.variety-related-context h2 {
    color: #14202c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    margin: 0 0 14px;
}

.variety-fact-panel--dark h2,
.variety-related-context h2 {
    color: #f4e0a4;
}

.variety-fact-panel h2::after {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 54px;
}

.variety-fact-panel dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.variety-fact-panel dl > div {
    border-top: 1px solid var(--wnn-border);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr);
    padding-top: 12px;
}

.variety-fact-panel--dark dl > div {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.variety-fact-panel dl > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.variety-fact-panel dt {
    color: var(--wnn-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.variety-fact-panel--dark dt {
    color: #d7b75a;
}

.variety-fact-panel dd {
    margin: 0;
}

.variety-fact-panel dd p {
    margin: 0 0 8px;
}

.variety-related-context {
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    display: grid;
    gap: 16px;
    margin: 24px 0;
    padding: 20px;
}

.variety-related-context__group {
    display: grid;
    gap: 8px;
}

.variety-related-context__group h3 {
    color: #d7b75a;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.variety-gallery {
    margin-bottom: 28px;
}

.variety-gallery__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.variety-gallery__item {
    background: #07121c;
    border: 1px solid rgba(201, 154, 46, 0.32);
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.variety-gallery__item img {
    aspect-ratio: 16 / 10;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: opacity 180ms ease, transform 180ms ease;
    width: 100%;
}

.variety-gallery__item:hover img,
.variety-gallery__item:focus-visible img {
    opacity: 0.88;
    transform: scale(1.025);
}

.glossary-related-context,
.error-guide-related-context {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.14), transparent 42%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    display: grid;
    gap: 16px;
    margin: 24px 0;
    padding: 20px;
}

.glossary-related-context__header span {
    color: #d7b75a;
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.glossary-related-context h2,
.error-guide-related-context h2 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    margin: 0;
}

.glossary-related-context__group {
    display: grid;
    gap: 8px;
}

.glossary-related-context__group h3 {
    color: #d7b75a;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.glossary-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.glossary-chip-list a {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(201, 154, 46, 0.22);
    border-radius: 999px;
    color: #eef2f6;
    font-size: 0.86rem;
    font-weight: 800;
    padding: 7px 10px;
    text-decoration: none;
}

.glossary-chip-list a:hover,
.glossary-chip-list a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.glossary-chip-list a.is-search-link {
    border-style: dashed;
}

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

.reference-section .section-heading h2 {
    color: #14202c;
}

.resource-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.resource-pillars,
.resource-listing-section {
    margin-top: 26px;
}

.resource-pillar-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.resource-pillar-card {
    background:
        radial-gradient(circle at 18% 0%, rgba(201, 154, 46, 0.16), transparent 44%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    display: grid;
    gap: 10px;
    min-height: 230px;
    padding: 18px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.resource-pillar-card:hover,
.resource-pillar-card:focus {
    border-color: rgba(241, 201, 86, 0.76);
    box-shadow: 0 18px 42px rgba(10, 18, 28, 0.2);
    transform: translateY(-2px);
}

.resource-pillar-card span {
    color: #d7b75a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.resource-pillar-card h3 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    line-height: 1.18;
    margin: 0;
}

.resource-pillar-card p {
    color: #d8e0e8;
    font-size: 0.94rem;
    line-height: 1.5;
    margin: 0;
}

.resource-featured-image {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.resource-featured-image img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-height: 720px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.resource-cta-stack {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    max-width: 100%;
}

.resource-cta-stack p {
    color: rgba(216, 224, 232, 0.82);
    font-size: 0.72rem;
    line-height: 1.35;
    margin: 0;
    max-width: 280px;
}

.resource-cta-stack--snapshot p {
    color: var(--wnn-muted);
    max-width: 520px;
}

.resource-cta-stack--bottom {
    align-items: flex-end;
    flex: 0 0 auto;
}

.resource-cta-stack--bottom p {
    text-align: right;
}

.resource-snapshot-panel {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin: 24px 0;
    padding: 20px;
}

.resource-snapshot-panel__header span {
    color: var(--wnn-blue);
    display: block;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.resource-snapshot-panel h2 {
    color: #14202c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    margin: 0 0 14px;
}

.resource-snapshot-panel h2::after {
    background: var(--wnn-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 8px;
    width: 54px;
}

.resource-snapshot-panel dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.resource-snapshot-panel dl > div {
    border-top: 1px solid var(--wnn-border);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr);
    padding-top: 12px;
}

.resource-snapshot-panel dl > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.resource-snapshot-panel dt {
    color: var(--wnn-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.resource-snapshot-panel dd {
    margin: 0;
}

.resource-snapshot-panel dd p {
    margin: 0 0 8px;
}

.resource-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.resource-chip-list a {
    background: #edf4fb;
    border: 1px solid #cfdbe9;
    border-radius: 999px;
    color: var(--wnn-blue);
    font-size: 0.84rem;
    font-weight: 800;
    padding: 5px 9px;
    text-decoration: none;
}

.resource-chip-list a:hover,
.resource-chip-list a:focus {
    background: var(--wnn-gold);
    border-color: var(--wnn-gold);
    color: #07121c;
}

.resource-content {
    line-height: 1.72;
}

.resource-disclosure-panel {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.14), transparent 42%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    color: #d8e0e8;
    margin-top: 30px;
    padding: 20px;
}

.resource-disclosure-panel .section-kicker {
    color: #d7b75a;
    margin-bottom: 8px;
}

.resource-disclosure-panel p:last-child {
    margin-bottom: 0;
}

.resource-bottom-cta {
    align-items: center;
    background:
        radial-gradient(circle at 14% 0%, rgba(201, 154, 46, 0.12), transparent 42%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.34);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    color: #eef2f6;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 26px;
    padding: 18px;
}

.resource-bottom-cta h2 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.18;
    margin: 0;
}

.resource-bottom-cta .section-kicker {
    color: #d7b75a;
    margin-bottom: 5px;
}

.resource-bottom-cta .button-link {
    flex: 0 0 auto;
}

.article-return-actions--resource {
    margin: 38px auto 72px;
    max-width: 760px;
    padding-top: 30px;
}

.article-return-actions--resource .button-link {
    justify-content: center;
    min-width: 150px;
}

.resource-editorial-standard {
    align-items: start;
    background:
        radial-gradient(circle at 10% 0%, rgba(201, 154, 46, 0.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(201, 154, 46, 0.28);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
    margin-top: 22px;
    padding: 20px;
}

.resource-editorial-standard h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1.18;
    margin: 0;
}

.resource-editorial-standard p {
    margin: 0;
}

.reference-card {
    background:
        radial-gradient(circle at 18% 0%, rgba(201, 154, 46, 0.14), transparent 46%),
        linear-gradient(145deg, #111c27 0%, #0b141d 100%);
    border-color: rgba(201, 154, 46, 0.34);
    box-shadow: 0 14px 34px rgba(10, 18, 28, 0.14);
    color: #eef2f6;
    display: block;
    padding: 18px;
    text-decoration: none;
}

.reference-card span {
    color: #d7b75a;
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reference-card h3 {
    color: #f4e0a4;
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 0 0 8px;
}

.reference-card p {
    color: #d8e0e8;
}

.reference-card:hover,
.reference-card:focus {
    border-color: rgba(241, 201, 86, 0.72);
    box-shadow: 0 18px 44px rgba(10, 18, 28, 0.24);
}

.featured-varieties-section {
    margin-top: 34px;
}

.featured-varieties-section .section-heading {
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.featured-varieties-section .section-heading h2 {
    color: #14202c;
}

.featured-varieties-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.featured-variety-card {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.featured-variety-card:hover,
.featured-variety-card:focus-within {
    border-color: rgba(201, 154, 46, 0.65);
    box-shadow: var(--wnn-shadow);
    transform: translateY(-1px);
}

.featured-variety-card__link {
    color: inherit;
    display: grid;
    height: 100%;
    text-decoration: none;
}

.featured-variety-card__media {
    align-items: center;
    aspect-ratio: 1.45 / 1;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.24), transparent 25%),
        linear-gradient(145deg, #c7825e 0%, #8f4f38 100%);
    border-bottom: 1px solid rgba(201, 154, 46, 0.28);
    color: rgba(255, 255, 255, 0.86);
    display: grid;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.featured-variety-card:nth-child(even) .featured-variety-card__media {
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.3), transparent 25%),
        linear-gradient(145deg, #d9e1e8 0%, #7d8790 100%);
}

.featured-variety-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-variety-card__media > span {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    color: #fff7dc;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    padding: 6px 9px;
    position: relative;
    z-index: 1;
}

.featured-variety-card__body {
    display: grid;
    gap: 5px;
    padding: 12px 13px 14px;
}

.featured-variety-card__reference {
    color: var(--wnn-blue);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.featured-variety-card__title {
    color: #14202c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.featured-variety-card__summary {
    color: var(--wnn-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.newsletter-panel {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
    margin-top: 24px;
}

.article-shell--glossary .newsletter-panel--reference,
.article-shell--error-guide .newsletter-panel--reference,
.article-shell--variety .newsletter-panel--reference,
.article-shell--resource .newsletter-panel--reference {
    border-top: 1px solid var(--wnn-border);
    margin-bottom: 42px;
    margin-top: 68px;
    padding-top: 38px;
}

.article-shell--glossary .newsletter-panel--reference.newsletter-panel--beehiiv,
.article-shell--error-guide .newsletter-panel--reference.newsletter-panel--beehiiv,
.article-shell--variety .newsletter-panel--reference.newsletter-panel--beehiiv,
.article-shell--resource .newsletter-panel--reference.newsletter-panel--beehiiv {
    padding-top: 38px;
}

.newsletter-panel h2 {
    margin-top: 0;
}

.newsletter-panel__note {
    color: var(--wnn-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

.newsletter-panel--article {
    margin-bottom: 34px;
    margin-top: 38px;
}

.newsletter-panel--full-width {
    grid-template-columns: 1fr;
}

.newsletter-panel--beehiiv {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
}

.newsletter-panel--beehiiv.newsletter-panel--page {
    margin-top: 24px;
}

.newsletter-landing-hero {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 154, 46, 0.2), transparent 38%),
        linear-gradient(135deg, #111c27 0%, #0b141d 100%);
    border: 1px solid rgba(201, 154, 46, 0.38);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(10, 18, 28, 0.18);
    color: #eef2f6;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    padding: 28px;
}

.newsletter-landing-hero h1 {
    color: #f4e0a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4.8vw, 4rem);
    line-height: 1;
    margin: 0 0 14px;
    max-width: 720px;
}

.newsletter-landing-hero p {
    color: #d8e0e8;
    margin-bottom: 0;
    max-width: 720px;
}

.newsletter-landing-hero .post-meta,
.newsletter-landing-signup .post-meta,
.newsletter-value-card span {
    color: #d7b75a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.newsletter-landing-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.newsletter-landing-hero__actions span {
    color: #c8d2dc;
    font-size: 0.92rem;
}

.newsletter-value-grid {
    display: grid;
    gap: 12px;
}

.newsletter-value-card {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(201, 154, 46, 0.26);
    border-radius: 8px;
    padding: 16px;
}

.newsletter-value-card strong {
    color: var(--wnn-white);
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.25;
    margin-top: 6px;
}

.newsletter-landing-signup {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin-top: 26px;
    padding: 26px;
}

.newsletter-landing-signup h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.08;
    margin: 0 0 10px;
}

.newsletter-landing-signup__intro {
    border-bottom: 1px solid var(--wnn-border);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.newsletter-landing-signup__intro p:last-child {
    color: var(--wnn-muted);
    margin-bottom: 0;
    max-width: 820px;
}

.newsletter-panel__embed {
    min-width: 0;
    width: 100%;
}

.newsletter-panel__embed noscript p {
    color: var(--wnn-muted);
    font-size: 0.9rem;
    margin: 0;
}

.wnn-affiliate-marketplace {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-top: 4px solid var(--wnn-gold);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin: 30px 0;
    overflow: hidden;
    padding: 16px;
}

.wnn-affiliate-marketplace__header {
    align-items: baseline;
    border-bottom: 1px solid var(--wnn-border);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.wnn-affiliate-marketplace__header span {
    color: var(--wnn-gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wnn-affiliate-marketplace__header strong {
    color: #13202c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.15;
}

.wnn-affiliate-marketplace__placement {
    min-height: 80px;
    min-width: 0;
    overflow-x: auto;
}

.wnn-affiliate-marketplace__placement .epn-placement {
    display: block;
    max-width: 100%;
}

.wnn-affiliate-marketplace__disclosure {
    color: var(--wnn-muted);
    font-size: 0.78rem;
    line-height: 1.45;
    margin: 12px 0 0;
}

.wnn-affiliate-marketplace.is-collapsed,
.wnn-affiliate-marketplace[hidden] {
    display: none;
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-form__input {
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    flex: 1;
    font: inherit;
    min-width: 0;
    padding: 11px 12px;
}

.wnn-submission-form {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 8px;
    box-shadow: var(--wnn-shadow-soft);
    margin: 32px 0;
    padding: 24px;
}

.wnn-submission-disclosure {
    border-top: 1px solid var(--wnn-border);
    margin: 32px 0 0;
    padding-top: 18px;
}

.wnn-submission-disclosure summary {
    align-items: center;
    color: var(--wnn-blue);
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    list-style: none;
}

.wnn-submission-disclosure summary::-webkit-details-marker {
    display: none;
}

.wnn-submission-disclosure summary::after {
    content: "+";
    color: var(--wnn-gold);
    font-size: 1.1rem;
    line-height: 1;
}

.wnn-submission-disclosure[open] summary::after {
    content: "-";
}

.wnn-submission-disclosure .wnn-submission-form {
    margin-top: 18px;
}

.wnn-submission-form h2 {
    margin-top: 0;
}

.wnn-submission-form__field {
    margin: 0 0 18px;
}

.wnn-submission-form label {
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
}

.wnn-submission-form input,
.wnn-submission-form textarea {
    background: var(--wnn-white);
    border: 1px solid var(--wnn-border);
    border-radius: 6px;
    font: inherit;
    padding: 11px 12px;
    width: 100%;
}

.wnn-submission-form__field--website {
    left: -9999px;
    position: absolute;
}

.wnn-submission-form__notice {
    background: #f7f9fc;
    border-left: 4px solid var(--wnn-gold);
    padding: 12px 16px;
}

.wnn-submission-form__notice--error {
    border-left-color: #9f2f2f;
}

.site-footer__inner {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
    padding-bottom: 104px;
    padding-top: 42px;
    position: relative;
    z-index: 1;
}

.site-footer__brand-heading {
    align-items: center;
    display: flex;
    gap: 10px;
}

.site-footer__mark {
    display: block;
    flex: 0 0 auto;
    height: 30px;
    object-fit: contain;
    width: 42px;
}

.site-footer__brand p,
.site-footer__legal p {
    color: #d8d4c8;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.site-footer__actions {
    display: grid;
    gap: 6px;
    margin-top: 14px;
}

.site-footer__actions a {
    color: #f5d27a;
    font-weight: 700;
    text-decoration: none;
}

.social-links--footer {
    margin-top: 18px;
}

.social-links--footer .social-link {
    background: rgba(255, 255, 255, 0.06);
}

.social-links--footer .social-link--youtube {
    background: var(--wnn-gold);
}

.site-footer__link-groups {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer__link-group {
    display: grid;
    gap: 10px;
    align-content: start;
}

.site-footer__link-group strong {
    color: #f5d27a;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.site-footer__link-group a {
    color: #dbe6ef;
    font-size: 0.92rem;
    line-height: 1.25;
    text-decoration: none;
}

.site-footer__link-group a:hover,
.site-footer__link-group a:focus {
    color: #f5d27a;
}

.site-footer__legal strong {
    display: block;
    margin-bottom: 8px;
}

.site-footer__legal {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    grid-column: 1 / -1;
    padding-top: 20px;
}

.site-footer__legal p {
    max-width: 920px;
}

@media (max-width: 1020px) {
    .error-guide-starting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-page-layout,
    .article-page-layout--with-rail {
        display: block;
        max-width: 900px;
    }

    .article-ad-rail {
        display: none;
    }

    .hero-panel {
        display: block;
    }

    .hero-panel .search-panel--hero {
        display: none;
    }

    .collector-lookup-panel__intro,
    .collector-lookup-panel__grid {
        grid-template-columns: 1fr;
    }

    .collector-lookup-panel__intro {
        gap: 8px;
    }

    .site-footer__link-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-panel__copy > p:not(.hero-panel__search-note) {
        white-space: normal;
    }

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

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

    .featured-varieties-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .variety-database-hero,
    .variety-quick-routes {
        grid-template-columns: 1fr;
    }

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

    .variety-path-steps {
        grid-template-columns: repeat(5, minmax(96px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .post-card--home-lead {
        grid-column: span 2;
    }
}

@media (max-width: 860px) {
    .site-header__inner,
    .archive-hub,
    .database-entry-panel,
    .newsletter-landing-hero,
    .newsletter-panel {
        display: block;
    }

    .newsletter-value-grid {
        margin-top: 22px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .site-footer__link-groups {
        margin-top: 22px;
    }

    .resource-editorial-standard,
    .resource-pillar-grid {
        grid-template-columns: 1fr;
    }

    .site-branding {
        min-width: 0;
    }

    .site-branding__mark {
        height: 34px;
        width: 48px;
    }

    .site-title {
        font-size: 1.16rem;
        line-height: 1.1;
    }

    .primary-menu {
        flex-wrap: nowrap;
        gap: 12px;
        justify-content: flex-start;
        margin-top: 16px;
    }

    .primary-menu a {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .hero-panel h1 {
        font-size: clamp(1.9rem, 6.6vw, 2.28rem);
        line-height: 1.06;
    }

    .card-grid,
    .error-guide-link-list,
    .reference-grid,
    .featured-varieties-grid,
    .home-news-grid,
    .archive-index-header {
        grid-template-columns: 1fr;
    }

    .variety-database-stats,
    .variety-path-grid,
    .variety-quick-routes__links {
        grid-template-columns: 1fr;
    }

    .variety-database-hero,
    .variety-path-panel,
    .variety-quick-routes {
        padding: 18px;
    }

    .variety-database-search {
        grid-template-columns: 1fr;
    }

    .post-card--home-lead {
        grid-column: auto;
        min-height: 330px;
    }

    .post-card--home-lead__body {
        min-height: 330px;
    }

    .post-card--home-lead h2 {
        font-size: clamp(1.55rem, 8vw, 2.1rem);
    }

    .home-story-carousel__viewport {
        height: clamp(390px, 68vw, 560px);
        min-height: 0;
    }

    .home-story-slide,
    .home-story-slide.is-active {
        grid-template-columns: 1fr;
    }

    .home-story-slide {
        position: absolute;
    }

    .home-story-slide.is-active {
        position: absolute;
    }

    .home-story-slide:not(.is-active) {
        visibility: hidden;
    }

    .home-story-slide__media {
        aspect-ratio: 16 / 7;
        height: auto;
        min-height: 0;
    }

    .home-story-slide__body {
        border-left: 0;
        border-top: 3px solid rgba(201, 154, 46, 0.76);
        align-content: start;
        padding: 18px;
    }

    .home-story-carousel__controls {
        align-items: center;
        justify-content: space-between;
    }

    .home-story-carousel__dots {
        overflow-x: auto;
        padding: 2px;
    }

    .home-story-carousel__dots button {
        flex: 0 0 48px;
        height: 36px;
    }

    .structured-facts div,
    .resource-snapshot-panel dl > div,
    .variety-fact-panel dl > div {
        grid-template-columns: 1fr;
    }

    .article-shell--glossary > *:not(.glossary-term-hero),
    .article-shell--error-guide > *:not(.error-guide-hero),
    .article-shell--variety > *:not(.variety-hero),
    .article-shell--resource > *:not(.resource-hero) {
        margin-left: 24px;
        margin-right: 24px;
    }

    .article-shell--news > *:not(.article-header) {
        margin-left: 24px;
        margin-right: 24px;
    }

    .article-shell--news .article-header {
        padding: 28px 24px;
    }

    .article-shell--news .article-title {
        font-size: clamp(1.75rem, 4vw, 2.05rem);
    }

    .glossary-term-hero,
    .error-guide-hero,
    .variety-hero,
    .resource-hero {
        padding: 26px 24px;
    }

    .variety-gallery__grid {
        grid-template-columns: 1fr;
    }

    .article-resource-block,
    .related-content__grid {
        grid-template-columns: 1fr;
    }

    .article-share-block {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-share-links {
        justify-content: flex-start;
        width: 100%;
    }

    .search-form {
        display: grid;
    }

    .site-header__search {
        align-items: stretch;
        display: grid;
        gap: 12px;
        padding-top: 16px;
    }

    .site-header__search .search-form {
        display: flex;
        margin-left: 0;
        max-width: none;
    }

    .site-header__search .search-submit {
        flex: 0 0 auto;
    }

    .hero-panel {
        border-bottom: 0;
        padding-bottom: 6px;
    }

    .archive-hub__search {
        margin-top: 18px;
    }

    .taxonomy-select-form__controls {
        grid-template-columns: 1fr;
    }

    .taxonomy-select-form__controls .button-link {
        justify-content: center;
    }

    .archive-index-header__search .search-form {
        display: grid;
    }

    .glossary-list-item {
        grid-template-columns: 1fr;
    }

    .glossary-list-item__terms {
        justify-content: flex-start;
    }

    .quick-link-grid,
    .newsletter-form {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .collector-lookup-panel {
        padding: 16px;
    }

    .collector-lookup-links {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        display: grid;
    }
}

@media (min-width: 1180px) {
    .hero-panel h1 {
        font-size: 3.15rem;
    }
}

@media (max-width: 520px) {
    .article-return-actions--variety {
        align-items: stretch;
        display: grid;
        gap: 10px;
        margin-bottom: 54px;
        margin-top: 32px;
        padding-top: 24px;
    }

    .article-return-actions--variety .button-link {
        width: 100%;
    }

    .site-header__inner,
    .site-header__search,
    .site-main,
    .site-footer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-footer__link-groups {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .site-branding__mark {
        height: 30px;
        width: 42px;
    }

    .site-title {
        font-size: 1.02rem;
    }

    .site-description {
        font-size: 0.76rem;
    }

    .primary-menu {
        gap: 10px;
    }

    .site-navigation > .primary-menu a {
        font-size: 0;
    }

    .site-navigation > .primary-menu a::after {
        font-size: 0.78rem;
    }

    .site-navigation > .primary-menu li:nth-child(1) a::after {
        content: "Home";
    }

    .site-navigation > .primary-menu li:nth-child(2) a::after {
        content: "News";
    }

    .site-navigation > .primary-menu li:nth-child(3) a::after {
        content: "Vars";
    }

    .site-navigation > .primary-menu li:nth-child(4) a::after {
        content: "Errors";
    }

    .site-navigation > .primary-menu li:nth-child(5) a::after {
        content: "Terms";
    }

    .site-navigation > .primary-menu li:nth-child(6) a::after {
        content: "Tools";
    }

    .site-navigation > .primary-menu li:nth-child(7) a::after {
        content: "Email";
    }

    .hero-panel h1 {
        font-size: clamp(1.7rem, 7.2vw, 1.95rem);
        line-height: 1.08;
    }

    .home-story-carousel__header {
        align-items: flex-start;
        padding: 13px 14px;
    }

    .home-story-carousel__header h2 {
        font-size: 1.25rem;
    }

    .home-story-slide__body h3 {
        font-size: 1.24rem;
        -webkit-line-clamp: 3;
    }

    .home-story-slide__body p {
        font-size: 0.94rem;
        -webkit-line-clamp: 3;
    }

    .home-story-slide__media {
        aspect-ratio: 16 / 8;
    }

    .variety-database-hero h1 {
        font-size: clamp(1.8rem, 9vw, 2.25rem);
    }

    .variety-path-steps {
        gap: 6px;
    }

    .variety-path-steps span {
        font-size: 0.76rem;
        padding: 8px;
    }

    .article-shell--news > *:not(.article-header),
    .article-shell--error-guide > *:not(.error-guide-hero),
    .article-shell--glossary > *:not(.glossary-term-hero),
    .article-shell--variety > *:not(.variety-hero),
    .article-shell--resource > *:not(.resource-hero) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .article-shell--news .article-header {
        padding: 24px 20px;
    }

    .article-shell--news .article-title {
        font-size: clamp(1.28rem, 6.3vw, 1.58rem);
    }

    .error-guide-starting-grid,
    .newsletter-landing-hero,
    .newsletter-landing-signup {
        grid-template-columns: 1fr;
    }

    .newsletter-landing-hero,
    .newsletter-landing-signup {
        padding: 20px;
    }

    .newsletter-landing-hero h1 {
        font-size: clamp(2rem, 10vw, 2.55rem);
    }
}

@media (max-width: 360px) {
    .site-title {
        font-size: 0.9rem;
    }

    .primary-menu {
        gap: 8px;
    }

    .site-navigation > .primary-menu a::after {
        font-size: 0.72rem;
    }

    .hero-panel h1 {
        font-size: 1.64rem;
    }
}

@media (max-width: 520px) {
    .site-header__inner {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        min-height: 62px;
    }

    .site-branding {
        flex: 1 1 auto;
    }

    .site-branding__link {
        gap: 8px;
    }

    .site-branding__mark {
        height: 28px;
        width: 40px;
    }

    .site-title {
        font-size: clamp(0.86rem, 4vw, 1rem);
    }

    .site-description {
        font-size: 0.72rem;
    }

    .site-navigation {
        display: none;
    }

    .site-navigation-mobile {
        display: block;
        flex: 0 0 auto;
        position: relative;
    }

    .site-navigation-mobile summary {
        align-items: center;
        border: 1px solid #354350;
        border-radius: 6px;
        cursor: pointer;
        display: inline-grid;
        gap: 4px;
        height: 38px;
        justify-items: center;
        list-style: none;
        padding: 9px 10px;
        width: 42px;
    }

    .site-navigation-mobile summary::-webkit-details-marker {
        display: none;
    }

    .site-navigation-mobile__bar {
        background: var(--wnn-white);
        border-radius: 999px;
        display: block;
        height: 2px;
        width: 18px;
    }

    .site-navigation-mobile nav {
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: min(220px, calc(100vw - 40px));
        z-index: 5;
    }

    .site-navigation-mobile .primary-menu {
        background: #17212b;
        border: 1px solid #354350;
        border-radius: 8px;
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
        display: grid;
        gap: 0;
        overflow: hidden;
    }

    .site-navigation-mobile .primary-menu a {
        border-bottom: 1px solid #253240;
        display: block;
        font-size: 0.92rem;
        padding: 10px 12px;
        white-space: normal;
    }

    .site-navigation-mobile .primary-menu a::after {
        content: none;
    }

    .site-navigation-mobile .primary-menu li:last-child a {
        border-bottom: 0;
    }

    .site-header__search {
        padding-bottom: 10px;
        padding-top: 8px;
    }

    .social-links--header {
        gap: 7px;
    }

    .social-link {
        font-size: 0.78rem;
        min-height: 32px;
        padding: 8px 10px;
    }

    .social-link--youtube .social-link__label {
        display: none;
    }

    .social-link--youtube .social-link__short {
        display: inline;
    }

    .site-main {
        padding-top: 18px;
    }

    .hero-panel h1 {
        font-size: clamp(1.3rem, 5vw, 1.66rem);
        line-height: 1.05;
        white-space: nowrap;
    }

    .featured-varieties-section .section-heading {
        align-items: flex-start;
        gap: 12px;
    }

    .featured-varieties-grid {
        gap: 12px;
    }

    .featured-variety-card__link {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .featured-variety-card__media {
        aspect-ratio: auto;
        min-height: 122px;
    }

    .article-shell--glossary > *:not(.glossary-term-hero),
    .article-shell--error-guide > *:not(.error-guide-hero),
    .article-shell--resource > *:not(.resource-hero) {
        margin-left: 18px;
        margin-right: 18px;
    }

    .glossary-term-hero,
    .error-guide-hero,
    .resource-hero,
    .page-shell__hero {
        padding: 24px 18px;
    }

    .glossary-term-hero__definition,
    .error-guide-hero__summary,
    .resource-hero__summary {
        font-size: 0.98rem;
    }

    .structured-facts,
    .resource-snapshot-panel,
    .resource-disclosure-panel,
    .resource-bottom-cta,
    .glossary-related-context,
    .error-guide-related-context,
    .error-guide-hub-section {
        padding: 16px;
    }

    .page-shell__content {
        padding: 24px 18px 30px;
    }

    .page-shell__hero .article-title {
        font-size: clamp(1.7rem, 8vw, 2.1rem);
    }

    .page-shell__summary {
        font-size: 0.98rem;
    }

    .resource-featured-image img {
        max-height: 520px;
    }

    .resource-bottom-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .resource-cta-stack--bottom {
        align-items: flex-start;
    }

    .resource-cta-stack--bottom p {
        text-align: left;
    }
}
