:root {
    --natgeo-black: #101820;
    --natgeo-gold: #88A828;
    --natgeo-sand: #f5f1e6;
    --natgeo-cloud: #faf8f2;
    --natgeo-ink: #1f2326;
    --natgeo-muted: #6f7376;
    --natgeo-border: rgba(16, 24, 32, 0.18);
    --natgeo-border-strong: rgba(16, 24, 32, 0.35);
    --natgeo-radius: 1.25rem;
    --natgeo-sans: "Source Sans 3", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    --natgeo-serif: "Bodoni Moda", "Playfair Display", "Georgia", serif;
}

.natgeo-page {
    background: var(--natgeo-cloud);
    color: var(--natgeo-ink);
    font-family: var(--natgeo-sans);
}

.natgeo-hero {
    position: relative;
    overflow: hidden;
    background: var(--natgeo-black);
    color: var(--natgeo-cloud);
    padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
    padding-top: calc(var(--navbar-height, 96px) + clamp(4rem, 8vw, 6.5rem));
}

.natgeo-hero__media {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(16, 24, 32, 0.92), rgba(16, 24, 32, 0.3));
    opacity: 1;
    transition: transform 1.2s ease, opacity 0.6s ease;
    transform: scale(1.02);
}

.natgeo-hero--with-image .natgeo-hero__media {
    background-image: linear-gradient(115deg, rgba(16, 24, 32, 0.88), rgba(16, 24, 32, 0.25)), var(--hero-image, none);
    background-size: cover;
    background-position: center;
}

.natgeo-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 20%, rgba(136, 168, 40, 0.18), transparent 55%),
                radial-gradient(circle at 80% 80%, rgba(15, 20, 25, 0.75), transparent 60%);
    pointer-events: none;
}

.natgeo-hero__inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: stretch;
    z-index: 1;
}

.natgeo-hero__layout {
    display: grid;
    gap: clamp(2rem, 5vw, 3.25rem);
}

.natgeo-hero__content {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.natgeo-hero__visual {
    display: none;
}

.natgeo-hero__map {
    position: relative;
    width: min(100%, clamp(260px, 32vw, 520px));
    display: flex;
    align-items: center;
    justify-content: center;
}

.natgeo-hero__map svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: clamp(280px, 38vw, 620px);
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.35));
    opacity: 0;
    transition: opacity 220ms ease-in;
}

.natgeo-hero__map svg.natgeo-hero__map-canvas--ready {
    opacity: 1;
}

.natgeo-hero__map [data-map-fallback]:not([hidden]) {
    display: block;
    width: 100%;
    height: auto;
    max-height: clamp(280px, 38vw, 620px);
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.35));
    opacity: 1;
}

.natgeo-hero__map--fallback svg {
    display: none;
}

.natgeo-hero__favorites {
    align-self: stretch;
}

@media (min-width: 62rem) {
    .natgeo-hero__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(260px, 360px);
        align-items: start;
    }

    .natgeo-hero__favorites {
        align-self: end;
        display: flex;
        margin-block-start: 0;
    }

    .natgeo-hero--country .natgeo-hero__layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 1fr);
    }

    .natgeo-hero--country .natgeo-hero__visual {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: clamp(0.5rem, 2vw, 1.5rem) clamp(0.25rem, 1vw, 1.75rem);
    }
}

@media (max-width: 48rem) {
    .natgeo-hero__favorites {
        margin-top: 0.5rem;
    }
}

.natgeo-hero__tagline {
    font-family: var(--natgeo-sans);
    font-size: 0.75rem;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
}

.natgeo-hero__title {
    font-family: var(--natgeo-serif);
    font-weight: 600;
    margin: 0;
    font-size: clamp(2.8rem, 6vw, 4.25rem);
    line-height: 1.08;
}

.natgeo-hero__dek {
    max-width: 720px;
    font-size: clamp(1.05rem, 2.2vw, 1.3rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.natgeo-hero__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
}

.natgeo-hero__meta-count {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--natgeo-gold);
}

.natgeo-hero__quick-facts {
    margin-top: clamp(1.25rem, 3vw, 2.75rem);
    padding-top: clamp(1rem, 2.5vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.88);
}

.natgeo-quick-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(1rem, 2.5vw, 2.5rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.natgeo-quick-facts__item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.natgeo-quick-facts__label {
    font-family: var(--natgeo-sans);
    font-size: 0.7rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.natgeo-quick-facts__value {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0;
    min-height: 3.5rem;
}

.natgeo-quick-facts__primary {
    font-family: var(--natgeo-serif);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.natgeo-quick-facts__secondary {
    font-family: var(--natgeo-sans);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.natgeo-quick-facts__eyebrow {
    font-family: var(--natgeo-sans);
    font-size: 0.7rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-gold);
}

.natgeo-quick-facts__chart {
    width: 100%;
    max-width: 240px;
    height: 64px;
    display: flex;
    align-items: center;
    position: relative;
}

.natgeo-quick-facts__chart::after {
    content: none;
}

.natgeo-quick-facts__chart svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.natgeo-quick-facts__spark-area {
    fill: rgba(255, 255, 255, 0.16);
}

.natgeo-quick-facts__spark-line {
    fill: none;
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    filter: drop-shadow(0 6px 16px rgba(255, 255, 255, 0.22));
}

.natgeo-quick-facts__spark-dot {
    fill: #ffffff;
    stroke: rgba(10, 18, 24, 0.85);
    stroke-width: 1.5;
}

.natgeo-quick-facts__item--currency .natgeo-quick-facts__primary {
    white-space: nowrap;
}

.natgeo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.natgeo-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.9rem;
    border: 1px solid var(--natgeo-gold);
    border-radius: 999px;
    background: rgba(136, 168, 40, 0.12);
    color: var(--natgeo-gold);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-size: 0.72rem;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.natgeo-button__accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: rgba(136, 168, 40, 0.2);
}

.natgeo-button__accent svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: currentColor;
    fill: none;
}

.natgeo-button:hover {
    transform: translateY(-2px);
    background: rgba(136, 168, 40, 0.2);
    color: #111;
    box-shadow: 0 18px 40px -24px rgba(136, 168, 40, 0.6);
}

.natgeo-button:hover .natgeo-button__accent {
    background: rgba(17, 24, 32, 0.15);
}

.natgeo-button--light {
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    border-color: var(--natgeo-black);
}

.natgeo-button--light:hover {
    background: var(--natgeo-gold);
    color: var(--natgeo-black);
}

/* Country landing page enhancements */

.natgeo-page--country .natgeo-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 7vw, 5.5rem);
    display: grid;
    gap: clamp(3rem, 6vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
}

.natgeo-hero--country {
    min-height: clamp(22rem, 55vh, 32rem);
}

.natgeo-section {
    display: grid;
    gap: clamp(1.75rem, 3vw, 2.5rem);
}

.natgeo-section__header {
    display: grid;
    gap: 0.85rem;
    max-width: 720px;
}

.natgeo-section__title {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    line-height: 1.18;
}

.natgeo-section__intro {
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.75;
    color: var(--natgeo-muted);
}

.natgeo-section__actions {
    display: flex;
    justify-content: center;
}

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

.natgeo-fact-card {
    position: relative;
    padding: 1.75rem 1.65rem;
    border-radius: var(--natgeo-radius);
    background: var(--natgeo-cloud);
    border: 1px solid rgba(16, 24, 32, 0.08);
    box-shadow: 0 24px 45px -32px rgba(16, 24, 32, 0.35);
    display: grid;
    gap: 0.75rem;
}

.natgeo-fact-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 105, 77, 0.12);
    color: #ff694d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.natgeo-fact-card__icon i {
    font-size: 1.35rem;
}

.natgeo-fact-card__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--natgeo-muted);
    font-weight: 700;
}

.natgeo-fact-card__value {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
}

.natgeo-fact-card__description {
    margin: 0;
    color: var(--natgeo-muted);
    line-height: 1.7;
}

.natgeo-tip-grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.natgeo-tip-card {
    position: relative;
    border-radius: var(--natgeo-radius);
    background: linear-gradient(135deg, rgba(16, 24, 32, 0.96), rgba(16, 24, 32, 0.78));
    color: #fff;
    padding: 2.1rem 1.85rem 2rem;
    display: grid;
    gap: 1rem;
    box-shadow: 0 28px 48px -30px rgba(16, 24, 32, 0.75);
    overflow: hidden;
}

.natgeo-tip-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffdd99;
}

.natgeo-tip-card__icon i {
    font-size: 1.3rem;
}

.natgeo-tip-card__title {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: 1.6rem;
    line-height: 1.25;
}

.natgeo-tip-card__body {
    color: rgba(255, 255, 255, 0.78);
}

.natgeo-tip-card__body ul,
.natgeo-tip-card__body ol {
    margin-left: 1.2rem;
}

.natgeo-map-block--country .natgeo-map-block__body {
    display: grid;
    gap: 1.5rem;
}

.natgeo-map-block__legend {
    background: rgba(16, 24, 32, 0.04);
    border-radius: var(--natgeo-radius);
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(16, 24, 32, 0.08);
    display: grid;
    gap: 1rem;
}

.natgeo-map-block__legend-title {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--natgeo-muted);
    font-weight: 700;
}

.natgeo-map-block__legend-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.natgeo-map-block__legend-item {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 0.75rem;
}

.natgeo-map-block__legend-swatch {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: var(--legend-color, #ff694d);
    border: 1px solid rgba(16, 24, 32, 0.12);
    margin-top: 0.35rem;
}

.natgeo-map-block__legend-name {
    font-weight: 600;
}

.natgeo-map-block__legend-description {
    margin: 0;
    color: var(--natgeo-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (min-width: 62rem) {
    .natgeo-map-block--country .natgeo-map-block__body {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    }
}

@media (max-width: 48rem) {
    .natgeo-section__title {
        font-size: 1.8rem;
    }

    .natgeo-tip-card {
        padding: 1.75rem 1.5rem;
    }
}

.natgeo-hero__active-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(15, 20, 25, 0.35);
    backdrop-filter: blur(8px);
}

.natgeo-label {
    font-size: 0.65rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}

.natgeo-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: var(--natgeo-gold);
    color: #111;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.natgeo-reset {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.natgeo-reset:hover {
    color: var(--natgeo-gold);
}

.natgeo-hero__feature {
    display: grid;
    gap: 0.9rem;
    padding: clamp(1.5rem, 4vw, 2.6rem);
    border-radius: var(--natgeo-radius);
    background: rgba(15, 20, 25, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 28px 60px -30px rgba(4, 6, 8, 0.9);
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    max-width: min(100%, 720px);
}

.natgeo-hero__feature:hover {
    transform: translateY(-4px);
    border-color: rgba(136, 168, 40, 0.6);
    box-shadow: 0 38px 90px -32px rgba(0, 0, 0, 0.85);
}

.natgeo-hero__feature-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-gold);
}

.natgeo-hero__feature h2 {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.25;
    color: #fff;
}

.natgeo-hero__feature p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.natgeo-hero__feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.natgeo-hero__feature-meta > * + *::before {
    content: "•";
    margin: 0 0.6rem;
    color: rgba(255, 255, 255, 0.4);
}

.natgeo-hero__feature-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.78rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-gold);
}

.natgeo-hero__filters {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
}

.natgeo-chip-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.natgeo-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.natgeo-chip:hover {
    border-color: rgba(136, 168, 40, 0.7);
    color: #fff;
    transform: translateY(-2px);
}

.natgeo-chip--active {
    background: var(--natgeo-gold);
    color: var(--natgeo-black);
    border-color: transparent;
}

.natgeo-main {
    position: relative;
    max-width: 1180px;
    margin: clamp(3rem, 6vw, 5rem) auto clamp(4rem, 7vw, 6rem);
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: grid;
    gap: clamp(2.5rem, 5vw, 3.5rem);
    grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr);
    align-items: start;
}

.natgeo-section-heading {
    border-left: 4px solid var(--natgeo-gold);
    padding-left: 1rem;
}

.natgeo-section-heading__label {
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-muted);
}

.natgeo-card-grid {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
    gap: clamp(1.75rem, 3.5vw, 2.5rem);
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.natgeo-card {
    background: #fff;
    border-radius: var(--natgeo-radius);
    overflow: hidden;
    border: 1px solid var(--natgeo-border);
    box-shadow: 0 30px 60px -40px rgba(16, 24, 32, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.natgeo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 80px -40px rgba(16, 24, 32, 0.45);
}

.natgeo-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.natgeo-card__media {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(16, 24, 32, 0.18);
}

.natgeo-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.natgeo-card:hover .natgeo-card__media img {
    transform: scale(1.05);
}

.natgeo-card__body {
    display: grid;
    gap: 0.85rem;
    padding: clamp(1.35rem, 3vw, 1.8rem);
    flex: 1;
}

.natgeo-card__kicker {
    font-size: 0.68rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-muted);
}

.natgeo-card__title {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: 1.35rem;
    line-height: 1.35;
    color: var(--natgeo-ink);
}

.natgeo-card__excerpt {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--natgeo-muted);
}

.natgeo-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.8rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--natgeo-muted);
}

.natgeo-card__meta > * + *::before {
    content: "•";
    margin: 0 0.5rem;
    color: rgba(31, 35, 38, 0.25);
}

.natgeo-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.natgeo-card__tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(16, 24, 32, 0.08);
    color: var(--natgeo-ink);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.natgeo-card-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.natgeo-empty {
    background: #fff;
    border-radius: var(--natgeo-radius);
    border: 1px dashed var(--natgeo-border-strong);
    padding: clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
    display: grid;
    gap: 1rem;
    color: var(--natgeo-ink);
}

.natgeo-empty__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(136, 168, 40, 0.22);
    margin: 0 auto;
    font-size: 1.6rem;
}

.natgeo-pagination {
    margin-top: clamp(2.5rem, 4vw, 3.2rem);
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.78rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
}

.natgeo-pagination a,
.natgeo-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--natgeo-border);
    background: #fff;
    color: var(--natgeo-ink);
    text-decoration: none;
    transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.natgeo-pagination a:hover {
    border-color: var(--natgeo-gold);
    color: var(--natgeo-black);
    background: rgba(136, 168, 40, 0.25);
}

.natgeo-pagination .current {
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    border-color: var(--natgeo-black);
}

.natgeo-sidebar {
    background: #fff;
    border-radius: var(--natgeo-radius);
    border: 1px solid var(--natgeo-border);
    box-shadow: 0 24px 60px -42px rgba(16, 24, 32, 0.35);
    padding: clamp(1.75rem, 3.5vw, 2.5rem);
    display: grid;
    gap: 2rem;
    position: sticky;
    top: calc(var(--navbar-height, 96px) + 2rem);
}

.natgeo-sidebar__label {
    font-size: 0.68rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-muted);
}

.natgeo-sidebar__intro {
    margin: 0.65rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--natgeo-muted);
}

.natgeo-sidebar__block h2 {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: 1.2rem;
    line-height: 1.3;
}

.natgeo-sidebar__chips {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.natgeo-sidebar .natgeo-chip {
    background: rgba(16, 24, 32, 0.06);
    border: 1px solid rgba(16, 24, 32, 0.12);
    color: var(--natgeo-ink);
}

.natgeo-sidebar .natgeo-chip:hover {
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    border-color: var(--natgeo-black);
}

.natgeo-sidebar .natgeo-chip--active {
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    border-color: var(--natgeo-black);
}

.natgeo-favorites {
    position: relative;
    display: grid;
    gap: clamp(1.4rem, 3vw, 2.05rem);
    color: rgba(239, 244, 248, 0.94);
}

.natgeo-hero__feature.natgeo-favorites {
    padding: clamp(1.6rem, 4vw, 2.8rem);
}

.natgeo-favorites__headline {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(1.65rem, 3.4vw, 2.3rem);
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
}

.natgeo-favorites__intro {
    margin: 0;
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.natgeo-favorites__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: clamp(0.85rem, 2vw, 1.2rem);
}

.natgeo-favorites__item {
    position: relative;
}

.natgeo-favorites__link {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(0.85rem, 1.8vw, 1.3rem);
    align-items: center;
    padding: clamp(0.85rem, 2.2vw, 1.2rem);
    border-radius: calc(var(--natgeo-radius) * 0.9);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.natgeo-favorites__link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(125deg, rgba(136, 168, 40, 0.22), rgba(136, 168, 40, 0));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.natgeo-favorites__link:focus-visible {
    outline: 2px solid var(--natgeo-gold);
    outline-offset: 6px;
}

.natgeo-favorites__media {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(3rem, 6.5vw, 3.6rem);
    aspect-ratio: 1;
    border-radius: 18px;
    background: rgba(8, 16, 24, 0.55);
    overflow: hidden;
}

.natgeo-favorites__number {
    font-family: var(--natgeo-sans);
    font-size: 0.7rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
    z-index: 1;
}

.natgeo-favorites__thumb {
    position: absolute;
    inset: 0;
    opacity: 0.88;
    mix-blend-mode: screen;
}

.natgeo-favorites__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.natgeo-favorites__body {
    display: grid;
    gap: 0.45rem;
}

.natgeo-favorites__meta {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.66);
}

.natgeo-favorites__category {
    color: inherit;
}

.natgeo-favorites__title {
    font-family: var(--natgeo-serif);
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.32;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease;
}

.natgeo-favorites__description {
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(230, 236, 240, 0.8);
}

.natgeo-favorites__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.15rem, 4vw, 2.6rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(10, 18, 26, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.natgeo-favorites__arrow svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: rgba(255, 255, 255, 0.65);
    transition: stroke 0.3s ease;
}

.natgeo-favorites__link:hover {
    transform: translateY(-4px);
    background: rgba(15, 20, 25, 0.85);
    border-color: rgba(136, 168, 40, 0.5);
    box-shadow: 0 34px 62px -38px rgba(8, 19, 30, 0.82);
}

.natgeo-favorites__link:hover::before {
    opacity: 1;
}

.natgeo-favorites__link:hover .natgeo-favorites__title {
    color: var(--natgeo-gold);
}

.natgeo-favorites__link:hover .natgeo-favorites__meta {
    color: rgba(255, 255, 255, 0.82);
}

.natgeo-favorites__link:hover .natgeo-favorites__arrow {
    transform: translateX(6px);
    background: rgba(136, 168, 40, 0.22);
    border-color: rgba(136, 168, 40, 0.55);
}

.natgeo-favorites__link:hover .natgeo-favorites__arrow svg {
    stroke: var(--natgeo-gold);
}

.natgeo-favorites__link:hover .natgeo-favorites__number {
    color: var(--natgeo-gold);
}

@media (max-width: 40rem) {
    .natgeo-favorites__headline {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
    }

    .natgeo-favorites__link {
        gap: 0.65rem;
    }

    .natgeo-favorites__media {
        width: clamp(4rem, 26vw, 5.25rem);
    }

    .natgeo-favorites__arrow {
        margin-top: 0.15rem;
    }
}

.natgeo-article {
    background: #fff;
    color: var(--natgeo-ink);
    font-family: var(--natgeo-sans);
    margin: 0;
}

.natgeo-article__hero {
    position: relative;
    overflow: hidden;
    background: var(--natgeo-black);
    color: var(--natgeo-cloud);
    padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.natgeo-article__hero--with-image {
    background-image: linear-gradient(115deg, rgba(16, 24, 32, 0.8), rgba(16, 24, 32, 0.3)), var(--article-hero, none);
    background-size: cover;
    background-position: center;
}

.natgeo-article__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 30%, rgba(136, 168, 40, 0.16), transparent 55%);
    pointer-events: none;
}

.natgeo-article__header {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: grid;
    gap: 1.25rem;
    text-align: left;
}

.natgeo-article__kicker {
    font-size: 0.7rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-gold);
}

.natgeo-article__header h1 {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(2.6rem, 6vw, 3.8rem);
    line-height: 1.1;
}

.natgeo-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    font-size: 0.85rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.natgeo-article__meta > * + *::before {
    content: "•";
    margin: 0 0.6rem;
    color: rgba(255, 255, 255, 0.35);
}

.natgeo-article__dek {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

.natgeo-article__body {
    max-width: 840px;
    margin: clamp(2.5rem, 5vw, 3.5rem) auto clamp(3.5rem, 6vw, 5rem);
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
}

.natgeo-article__video-frame {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 28px 60px -35px rgba(16, 24, 32, 0.4);
}

.natgeo-article__video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.natgeo-article__content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--natgeo-ink);
}

.natgeo-article__content p {
    margin: 0 0 1.6rem 0;
}

.natgeo-article__content h2,
.natgeo-article__content h3,
.natgeo-article__content h4 {
    font-family: var(--natgeo-serif);
    margin: 2.4rem 0 1.1rem;
    line-height: 1.3;
    color: var(--natgeo-ink);
}

.natgeo-article__content blockquote {
    border-left: 4px solid var(--natgeo-gold);
    margin: 2.5rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-family: var(--natgeo-serif);
    font-size: 1.3rem;
    line-height: 1.6;
    color: var(--natgeo-ink);
}

.natgeo-article__content img {
    width: 100%;
    border-radius: 1.2rem;
    margin: 2rem 0;
    box-shadow: 0 30px 60px -35px rgba(16, 24, 32, 0.28);
}

.natgeo-article__stream {
    display: grid;
    gap: clamp(1.8rem, 3vw, 2.6rem);
}

.natgeo-article__columns {
    display: grid;
    gap: clamp(1.4rem, 3vw, 2.2rem);
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}

.natgeo-article__column {
    display: grid;
    gap: clamp(1.2rem, 2.5vw, 1.9rem);
}

.natgeo-article__column--main {
    gap: clamp(1.8rem, 3vw, 2.6rem);
}

.natgeo-article__column--aside {
    padding: clamp(1.2rem, 2.8vw, 1.8rem);
    border-radius: 1.35rem;
    border: 1px solid rgba(16, 24, 32, 0.08);
    background: rgba(16, 24, 32, 0.03);
    box-shadow: 0 18px 45px -32px rgba(16, 24, 32, 0.22);
}

.natgeo-article__column--aside .natgeo-article__heading {
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    margin: 0 0 0.75rem 0;
}

.natgeo-article__column--aside .natgeo-article__block-kicker {
    margin-bottom: 0.4rem;
}

.natgeo-article__column--aside .natgeo-article__copy {
    font-size: 0.98rem;
    line-height: 1.7;
}

.natgeo-article__column--aside .natgeo-article__copy p {
    margin-bottom: 1.2rem;
}

.natgeo-article__column--aside .natgeo-article__copy p:last-child {
    margin-bottom: 0;
}

.natgeo-article__column--aside .natgeo-article__figure,
.natgeo-article__column--aside .natgeo-article__embed {
    margin: 0;
}

.natgeo-article__column--aside .natgeo-article__figure,
.natgeo-article__column--aside .natgeo-article__embed-frame {
    box-shadow: 0 18px 45px -32px rgba(16, 24, 32, 0.2);
}

@media (min-width: 960px) {
    .natgeo-article__columns--with-left {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.8fr);
    }

    .natgeo-article__columns--with-right {
        grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.95fr);
    }

    .natgeo-article__columns--three {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.7fr) minmax(0, 0.9fr);
    }
}

@media (max-width: 959px) {
    .natgeo-article__column--main {
        order: 1;
    }

    .natgeo-article__column--left {
        order: 2;
    }

    .natgeo-article__column--right {
        order: 3;
    }
}

.natgeo-article__block-kicker {
    margin: 0 0 0.75rem 0;
    font-size: 0.75rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--natgeo-muted);
}

.natgeo-article__heading {
    font-family: var(--natgeo-serif);
    font-weight: 600;
    margin: clamp(2.5rem, 5vw, 3.3rem) 0 clamp(0.9rem, 2vw, 1.2rem);
    line-height: 1.25;
}

.natgeo-article__copy {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--natgeo-ink);
}

.natgeo-article__copy p {
    margin: 0 0 1.6rem 0;
}

.natgeo-article__figure {
    margin: clamp(2rem, 4vw, 3rem) 0;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 32px 60px -35px rgba(16, 24, 32, 0.3);
}

.natgeo-article__figure-image {
    width: 100%;
    display: block;
}

.natgeo-article__figure--wide {
    margin-left: calc(-1 * clamp(1.5rem, 4vw, 3rem));
    margin-right: calc(-1 * clamp(1.5rem, 4vw, 3rem));
}

.natgeo-article__figure--full {
    border-radius: 0;
    margin-left: calc(-1 * clamp(2.5rem, 5vw, 4rem));
    margin-right: calc(-1 * clamp(2.5rem, 5vw, 4rem));
}

.natgeo-article__figure-caption {
    padding: 1rem 1.25rem;
    background: rgba(16, 24, 32, 0.75);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.natgeo-article__figure-credit {
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
}

.natgeo-article__quote {
    position: relative;
    padding: clamp(1.8rem, 3.5vw, 2.4rem);
    border-radius: 1.5rem;
    background: linear-gradient(120deg, rgba(16, 24, 32, 0.04), rgba(16, 24, 32, 0.1));
}

.natgeo-article__quote blockquote {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(1.35rem, 3vw, 1.7rem);
    line-height: 1.5;
    color: var(--natgeo-ink);
}

.natgeo-article__quote-mark {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    color: var(--natgeo-gold);
    margin-right: 0.5rem;
}

.natgeo-article__quote-attribution {
    margin-top: 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--natgeo-muted);
}

.natgeo-article__callout {
    padding: clamp(1.6rem, 3vw, 2.2rem);
    border-radius: 1.5rem;
    border: 1px solid rgba(16, 24, 32, 0.08);
    background: rgba(16, 24, 32, 0.02);
    box-shadow: 0 18px 45px -30px rgba(16, 24, 32, 0.2);
}

.natgeo-article__callout--warning {
    border-color: rgba(136, 168, 40, 0.45);
    background: rgba(136, 168, 40, 0.08);
}

.natgeo-article__callout--success {
    border-color: rgba(46, 204, 113, 0.4);
    background: rgba(46, 204, 113, 0.08);
}

.natgeo-article__callout-title {
    margin: 0 0 0.75rem 0;
    font-family: var(--natgeo-serif);
    font-size: 1.3rem;
}

.natgeo-article__callout-body p:last-child {
    margin-bottom: 0;
}

.natgeo-article__embed {
    display: grid;
    gap: 0.75rem;
}

.natgeo-article__embed-frame {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 28px 60px -35px rgba(16, 24, 32, 0.4);
}

.natgeo-article__embed-frame iframe,
.natgeo-article__embed-frame .responsive-object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.natgeo-article__embed-caption {
    font-size: 0.9rem;
    color: var(--natgeo-muted);
}

.natgeo-article__supplement {
    max-width: 840px;
    margin: 0 auto clamp(3rem, 6vw, 4rem);
    padding: clamp(1.8rem, 3.5vw, 2.4rem);
    background: rgba(136, 168, 40, 0.1);
    border: 1px solid rgba(136, 168, 40, 0.45);
    border-radius: 1.2rem;
}

.natgeo-article__supplement h2,
.natgeo-article__tags h2,
.natgeo-article__comments h2 {
    font-family: var(--natgeo-serif);
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
}

.natgeo-article__tags {
    max-width: 840px;
    margin: 0 auto clamp(3rem, 6vw, 4rem);
    padding: 0 clamp(1.5rem, 4vw, 3rem);
}

.natgeo-article__tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.natgeo-article__tags li {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(16, 24, 32, 0.08);
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.natgeo-article__comments {
    max-width: 840px;
    margin: 0 auto clamp(4rem, 7vw, 5rem);
    padding: 0 clamp(1.5rem, 4vw, 3rem);
    display: grid;
    gap: 2rem;
}

.natgeo-article__comments-header p {
    margin: 0.5rem 0 0;
    color: var(--natgeo-muted);
    line-height: 1.6;
}

.natgeo-comments {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
}

.natgeo-comments li {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--natgeo-border);
}

.natgeo-comments__meta {
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--natgeo-muted);
    margin-bottom: 0.6rem;
}

.natgeo-comments__text {
    color: var(--natgeo-ink);
    line-height: 1.7;
}

.natgeo-comments__empty {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(16, 24, 32, 0.05);
    color: var(--natgeo-muted);
}

.natgeo-comment-form {
    display: grid;
    gap: 1.25rem;
}

.natgeo-comment-form .form-field {
    display: grid;
    gap: 0.35rem;
}

.natgeo-comment-form label {
    font-weight: 700;
    color: var(--natgeo-ink);
}

.natgeo-comment-form input,
.natgeo-comment-form textarea {
    width: 100%;
    border-radius: 0.9rem;
    border: 1px solid var(--natgeo-border);
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: var(--natgeo-sans);
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.natgeo-comment-form input:focus,
.natgeo-comment-form textarea:focus {
    border-color: var(--natgeo-black);
    box-shadow: 0 0 0 3px rgba(136, 168, 40, 0.35);
    outline: none;
}

.natgeo-comment-form button {
    justify-self: start;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.9rem;
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.natgeo-comment-form button:hover {
    transform: translateY(-2px);
    background: var(--natgeo-gold);
    color: var(--natgeo-black);
    box-shadow: 0 18px 40px -24px rgba(16, 24, 32, 0.35);
}

.blog-form-page {
    background: var(--natgeo-cloud);
    font-family: var(--natgeo-sans);
    padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.blog-form-hero {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
}

.blog-form-hero__inner {
    background: #fff;
    border-radius: var(--natgeo-radius);
    border: 1px solid var(--natgeo-border);
    box-shadow: 0 28px 60px -40px rgba(16, 24, 32, 0.35);
    padding: clamp(2rem, 4vw, 3rem);
    display: grid;
    gap: 1.5rem;
}

.blog-form-hero__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--natgeo-muted);
}

.blog-form-hero__title {
    margin: 0;
    font-family: var(--natgeo-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.blog-form-hero__lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--natgeo-muted);
}

.blog-form__messages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.blog-form__message {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: rgba(136, 168, 40, 0.12);
    border: 1px solid rgba(136, 168, 40, 0.35);
    color: var(--natgeo-ink);
}

.blog-form__message--error {
    background: rgba(208, 44, 44, 0.08);
    border-color: rgba(208, 44, 44, 0.3);
    color: #732121;
}

.blog-form__non-field-errors {
    border-left: 4px solid rgba(208, 44, 44, 0.6);
    padding: 0.5rem 1rem;
    color: #732121;
    border-radius: 0.75rem;
    background: rgba(208, 44, 44, 0.08);
}

.blog-form {
    display: grid;
    gap: 1.5rem;
}

.blog-form__field {
    display: grid;
    gap: 0.5rem;
}

.blog-form__label {
    font-weight: 700;
    color: var(--natgeo-ink);
}

.blog-form__field input,
.blog-form__field textarea,
.blog-form__field select {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid var(--natgeo-border);
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: var(--natgeo-sans);
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.blog-form__field input:focus,
.blog-form__field textarea:focus,
.blog-form__field select:focus {
    border-color: var(--natgeo-black);
    outline: none;
    box-shadow: 0 0 0 3px rgba(136, 168, 40, 0.35);
}

.blog-form__help {
    font-size: 0.85rem;
    color: var(--natgeo-muted);
}

.blog-form__errors {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #732121;
    font-size: 0.85rem;
}

.blog-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-form__submit {
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.9rem;
    background: var(--natgeo-black);
    color: var(--natgeo-gold);
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.blog-form__submit:hover {
    transform: translateY(-2px);
    background: var(--natgeo-gold);
    color: var(--natgeo-black);
    box-shadow: 0 18px 40px -24px rgba(16, 24, 32, 0.35);
}

.blog-form__cancel {
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--natgeo-muted);
    text-decoration: none;
}

.blog-form__cancel:hover {
    color: var(--natgeo-black);
}

.author-profile {
    max-width: 720px;
    margin: 0 auto clamp(3rem, 6vw, 4rem);
    padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    background: #fff;
    border-radius: var(--natgeo-radius);
    border: 1px solid var(--natgeo-border);
    box-shadow: 0 24px 60px -40px rgba(16, 24, 32, 0.3);
    font-family: var(--natgeo-sans);
    color: var(--natgeo-ink);
}

.author-profile__image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--natgeo-gold);
    margin-bottom: 1.5rem;
    box-shadow: 0 28px 50px -32px rgba(16, 24, 32, 0.35);
}

.author-profile h1 {
    font-family: var(--natgeo-serif);
    font-size: clamp(2.1rem, 4vw, 2.8rem);
    margin: 0 0 1rem 0;
}

.author-profile p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--natgeo-muted);
}

@media (max-width: 1023px) {
    .natgeo-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .natgeo-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .natgeo-hero__inner {
        text-align: left;
    }

    .natgeo-hero__feature {
        max-width: 100%;
    }

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

    .natgeo-pagination {
        justify-content: flex-start;
    }

    .natgeo-favorites {
        padding: clamp(1.4rem, 6vw, 1.85rem);
    }

    .natgeo-favorites__link {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "media body"
            "media arrow";
        gap: 0.75rem;
        align-items: center;
    }

    .natgeo-favorites__media {
        grid-area: media;
        width: clamp(3.8rem, 24vw, 5rem);
        border-radius: 20px;
    }

    .natgeo-favorites__body {
        grid-area: body;
    }

    .natgeo-favorites__meta {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .natgeo-favorites__date {
        margin-inline-start: 0;
    }

    .natgeo-favorites__arrow {
        grid-area: arrow;
        width: 2.1rem;
        height: 2.1rem;
        justify-self: end;
        align-self: center;
    }

    .natgeo-favorites__arrow svg {
        width: 1rem;
        height: 1rem;
    }

    .natgeo-article__figure--wide,
    .natgeo-article__figure--full {
        margin-left: 0;
        margin-right: 0;
    }
}

/* ------------------------------------------------------------------
   Leaflet map block
------------------------------------------------------------------ */
.natgeo-map-block {
    --map-block-height: 420px;
    margin: clamp(2.5rem, 6vw, 3.75rem) 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 1.75rem;
    border: 1px solid rgba(0, 34, 0, 0.14);
    background: linear-gradient(160deg, rgba(246, 243, 239, 0.95), rgba(255, 255, 255, 0.82));
    box-shadow: 0 24px 48px -32px rgba(0, 34, 0, 0.45);
    position: relative;
}

.natgeo-map-block::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(circle at 12% 12%, rgba(255, 105, 77, 0.12), transparent 55%),
        radial-gradient(circle at 88% 86%, rgba(136, 168, 40, 0.1), transparent 60%);
    mix-blend-mode: lighten;
}

.natgeo-map-block--compact {
    --map-block-height: 320px;
}

.natgeo-map-block--tall {
    --map-block-height: 520px;
}

.natgeo-map-block__header {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.natgeo-map-block__title {
    font-family: var(--natgeo-serif);
    font-weight: 600;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    margin: 0 0 0.5rem;
}

.natgeo-map-block__intro {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.7;
    color: rgba(16, 24, 32, 0.72);
    margin: 0;
}

.natgeo-map-block__body {
    position: relative;
    border-radius: 1.35rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(0, 34, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.natgeo-map-block__map {
    min-height: var(--map-block-height);
}

.natgeo-map-block__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(16, 24, 32, 0.55);
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.natgeo-map-block__caption {
    margin: clamp(1rem, 3vw, 1.5rem) 0 0;
    font-size: 0.9rem;
    color: rgba(16, 24, 32, 0.6);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.natgeo-map-block .leaflet-container {
    font-family: var(--natgeo-sans);
    background: rgba(246, 243, 239, 0.85);
    color: var(--forest, #002200);
}

.natgeo-map-block .leaflet-control-container .leaflet-control-zoom {
    border: none;
    box-shadow: 0 16px 28px -20px rgba(0, 34, 0, 0.55);
    border-radius: 1rem;
    overflow: hidden;
}

.natgeo-map-block .leaflet-control-zoom a {
    background: rgba(255, 255, 255, 0.92);
    color: var(--forest, #002200);
    border: 1px solid rgba(0, 34, 0, 0.12);
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 1.25rem;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.natgeo-map-block .leaflet-control-zoom a:hover,
.natgeo-map-block .leaflet-control-zoom a:focus {
    background: var(--coral, #ff694d);
    color: #ffffff;
    box-shadow: 0 12px 24px -18px rgba(255, 105, 77, 0.65);
}

.natgeo-map-block .leaflet-popup-content-wrapper {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 34, 0, 0.12);
    box-shadow: 0 24px 48px -32px rgba(0, 34, 0, 0.65);
}

.natgeo-map-block .leaflet-popup-content {
    margin: 1.25rem 1.4rem;
    color: var(--forest, #002200);
}

.natgeo-map-block .leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 34, 0, 0.12);
}

.natgeo-map-popup__title {
    font-family: var(--natgeo-serif);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
}

.natgeo-map-popup__body {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 0.8rem;
    color: rgba(16, 24, 32, 0.78);
}

.natgeo-map-popup__link a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--coral, #ff694d);
}

.natgeo-map-popup__link a:hover,
.natgeo-map-popup__link a:focus {
    color: var(--forest, #002200);
}

.natgeo-map-marker {
    position: relative;
    width: 36px;
    height: 48px;
}

.natgeo-map-marker__shadow {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 20px;
    height: 8px;
    transform: translateX(-50%);
    background: rgba(255, 105, 77, 0.3);
    border-radius: 999px;
    filter: blur(4px);
}

.natgeo-map-marker__pin {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 105, 77, 0.95), rgba(255, 105, 77, 1));
    border-radius: 18px 18px 18px 0;
    transform: rotate(45deg) translate(8%, -8%);
    border: 2px solid rgba(0, 34, 0, 0.16);
    box-shadow: 0 18px 32px -20px rgba(0, 34, 0, 0.6);
}

.natgeo-map-marker__pin::after {
    content: "";
    position: absolute;
    inset: 25% 25% auto auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
    .natgeo-map-block {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .natgeo-map-block__map {
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
