/* =====================================================
   articlesnew.css — cinematic, Apple-style articles page
   Scoped under .articlesnew-body to avoid leaking into
   the live /articles page.
   ===================================================== */

.articlesnew-body {
    --an-bg: #fafafa;
    --an-ink: #0a0a0a;
    --an-ink-2: #1f1f1f;
    --an-muted: #6b6b6b;
    --an-muted-2: #8e8e93;
    --an-line: rgba(0, 0, 0, 0.08);
    --an-line-soft: rgba(0, 0, 0, 0.05);
    --an-card: #ffffff;
    --an-accent: #0a84ff;
    --an-radius: 20px;
    --an-radius-lg: 28px;
    --an-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.04);
    --an-shadow-md: 0 6px 20px rgba(0, 0, 0, 0.06), 0 20px 50px rgba(0, 0, 0, 0.08);
    --an-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.12), 0 40px 120px rgba(0, 0, 0, 0.08);
    --an-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --an-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

    background: var(--an-bg);
    color: var(--an-ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.articlesnew-body .an-main {
    /* Allow hero bleed to the edges */
    overflow: hidden;
}

.articlesnew-body .an-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
}

@media (max-width: 720px) {
    .articlesnew-body .an-container { padding: 0 20px; }
}

/* ---------- Hero ---------- */
.articlesnew-body .an-hero {
    position: relative;
    min-height: min(92vh, 820px);
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}

.articlesnew-body .an-hero-backdrop {
    position: absolute;
    inset: -4% -4%;
    z-index: -3;
    background: #0a0a0a center/cover no-repeat;
    filter: saturate(1.05);
    transform: scale(1.06);
    opacity: 0;
    transition: opacity 1.2s var(--an-ease), background-image 0s;
}

.articlesnew-body .an-hero-backdrop.ready { opacity: 1; }

/* Drifting Ken-Burns effect for cinematic feel */
.articlesnew-body .an-hero-backdrop.ready {
    animation: anHeroDrift 24s var(--an-ease) infinite alternate;
}

@keyframes anHeroDrift {
    from { transform: scale(1.06) translate(0, 0); }
    to   { transform: scale(1.12) translate(-1.5%, -1%); }
}

/* Scrim for legibility */
.articlesnew-body .an-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(1200px 700px at 15% 40%, rgba(0, 0, 0, 0.25), transparent 60%),
        linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.82) 100%);
}

.articlesnew-body .an-hero-noise {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.06;
    pointer-events: none;
    background-image:
        radial-gradient(rgba(255,255,255,0.8) 1px, transparent 1px),
        radial-gradient(rgba(255,255,255,0.5) 1px, transparent 1px);
    background-size: 3px 3px, 5px 5px;
    background-position: 0 0, 1.5px 2.5px;
    mix-blend-mode: overlay;
}

.articlesnew-body .an-hero-inner {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    z-index: 1;
}

@media (max-width: 720px) {
    .articlesnew-body .an-hero-inner { padding: 0 20px; }
    .articlesnew-body .an-hero { min-height: min(88vh, 720px); padding: 100px 0 60px; }
}

.articlesnew-body .an-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(8px);
    animation: anFadeUp 0.8s var(--an-ease) 0.15s forwards;
}

.articlesnew-body .an-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #30d158;
    box-shadow: 0 0 0 3px rgba(48, 209, 88, 0.25);
    animation: anPulse 2s ease-in-out infinite;
}

@keyframes anPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.7; }
}

.articlesnew-body .an-hero-title {
    font-family: 'Playfair Display', 'Times New Roman', Georgia, serif;
    font-size: clamp(48px, 8.5vw, 120px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.03em;
    margin: 0 0 28px;
    max-width: 14ch;
    color: #fff;
}

.articlesnew-body .an-hero-title .an-line {
    display: block;
    opacity: 0;
    transform: translateY(28px);
    animation: anFadeUp 1s var(--an-ease-out) forwards;
}
.articlesnew-body .an-hero-title .an-line:nth-child(1) { animation-delay: 0.1s; }
.articlesnew-body .an-hero-title .an-line:nth-child(2) { animation-delay: 0.22s; }
.articlesnew-body .an-hero-title .an-line:nth-child(3) { animation-delay: 0.34s; }

.articlesnew-body .an-hero-title .an-italic {
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(90deg, #ffffff 0%, #d9eaff 55%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes anFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

.articlesnew-body .an-hero-kicker {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    max-width: 52ch;
    margin: 0 0 32px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(12px);
    animation: anFadeUp 0.9s var(--an-ease-out) 0.5s forwards;
}

.articlesnew-body .an-hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    opacity: 0;
    animation: anFadeUp 0.9s var(--an-ease-out) 0.65s forwards;
}

.articlesnew-body .an-hero-sep { opacity: 0.55; }

.articlesnew-body .an-scroll-caret {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    padding: 10px 18px 6px;
    opacity: 0;
    animation: anCaretIn 1s var(--an-ease-out) 0.95s forwards;
    transition: color 0.3s var(--an-ease), transform 0.3s var(--an-ease);
    -webkit-tap-highlight-color: transparent;
}
.articlesnew-body .an-scroll-caret:hover {
    color: #fff;
}
.articlesnew-body .an-scroll-caret:hover .an-scroll-caret-icon {
    transform: translateY(3px);
}

.articlesnew-body .an-scroll-caret-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.articlesnew-body .an-scroll-caret-icon {
    animation: anCaretBob 2.4s ease-in-out infinite;
    transition: transform 0.3s var(--an-ease);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

@keyframes anCaretBob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(5px); }
}
@keyframes anCaretIn {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to   { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 720px) {
    .articlesnew-body .an-scroll-caret { bottom: 18px; gap: 8px; }
    .articlesnew-body .an-scroll-caret-label { font-size: 10px; letter-spacing: 0.2em; }
}

/* ---------- Section scaffolding ---------- */
.articlesnew-body .an-section-head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 28px;
}
.articlesnew-body .an-kicker {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--an-muted);
}
.articlesnew-body .an-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    color: var(--an-ink);
}

/* ---------- Spotlight (cover story) ---------- */
.articlesnew-body .an-spotlight-section {
    padding: 80px 0 20px;
}

.articlesnew-body .an-spotlight {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0;
    background: var(--an-card);
    border-radius: var(--an-radius-lg);
    overflow: hidden;
    box-shadow: var(--an-shadow-md);
    border: 1px solid var(--an-line-soft);
    min-height: 560px;
    transition: transform 0.5s var(--an-ease), box-shadow 0.5s var(--an-ease);
}

.articlesnew-body .an-spotlight:hover {
    transform: translateY(-4px);
    box-shadow: var(--an-shadow-lg);
}

.articlesnew-body .an-spotlight-skel {
    grid-column: 1 / -1;
    background: linear-gradient(90deg, #f1f3f5 0%, #e7eaee 50%, #f1f3f5 100%);
    background-size: 200% 100%;
    animation: anShimmer 1.4s linear infinite;
    min-height: 560px;
}

@keyframes anShimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.articlesnew-body .an-spotlight-media {
    display: block;
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #111;
}
.articlesnew-body .an-spotlight-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.8s var(--an-ease), transform 6s var(--an-ease);
}
.articlesnew-body .an-spotlight-media img.loaded { opacity: 1; }
.articlesnew-body .an-spotlight:hover .an-spotlight-media img { transform: scale(1.06); }

.articlesnew-body .an-spotlight-body {
    padding: 56px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.articlesnew-body .an-spotlight-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--an-ink);
    padding: 6px 12px;
    border: 1px solid var(--an-line);
    border-radius: 999px;
    align-self: flex-start;
    background: #fff;
}

.articlesnew-body .an-spotlight-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0;
    color: var(--an-ink);
}

.articlesnew-body .an-spotlight-excerpt {
    font-size: 17px;
    line-height: 1.6;
    color: var(--an-muted);
    margin: 0;
    max-width: 52ch;
}

.articlesnew-body .an-spotlight-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: var(--an-muted);
    font-weight: 500;
}
.articlesnew-body .an-spotlight-meta .an-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--an-muted-2);
}

.articlesnew-body .an-spotlight-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.005em;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--an-ink);
    color: #fff;
    align-self: flex-start;
    margin-top: 8px;
    transition: transform 0.3s var(--an-ease), background 0.3s var(--an-ease);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.articlesnew-body .an-spotlight-cta:hover {
    transform: translateY(-2px);
    background: #222;
}
.articlesnew-body .an-spotlight-cta svg {
    transition: transform 0.3s var(--an-ease);
}
.articlesnew-body .an-spotlight-cta:hover svg {
    transform: translateX(4px);
}

/* Title is a clickable link but inherits text color */
.articlesnew-body .an-spotlight-title-link {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: color 0.3s var(--an-ease);
}
.articlesnew-body .an-spotlight-title-link:hover .an-spotlight-title {
    color: #000;
}

@media (max-width: 900px) {
    .articlesnew-body .an-spotlight {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .articlesnew-body .an-spotlight-media {
        min-height: 320px;
        aspect-ratio: 16 / 10;
    }
    .articlesnew-body .an-spotlight-body { padding: 36px 28px; }
}

/* ---------- Sticky filter rail ---------- */
.articlesnew-body .an-filter-rail {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 18px 0;
    margin-top: 72px;
    background: rgba(250, 250, 250, 0.78);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-top: 1px solid var(--an-line-soft);
    border-bottom: 1px solid var(--an-line-soft);
    transition: box-shadow 0.3s var(--an-ease);
}
.articlesnew-body .an-filter-rail.is-stuck {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.articlesnew-body .an-filter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.articlesnew-body .an-pill-group {
    position: relative;
    display: inline-flex;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px;
    border-radius: 999px;
    border: 1px solid var(--an-line-soft);
}

.articlesnew-body .an-pill-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: transform 0.45s var(--an-ease), width 0.45s var(--an-ease);
    pointer-events: none;
    will-change: transform, width;
    z-index: 0;
}

.articlesnew-body .an-pill {
    position: relative;
    z-index: 1;
    border: 0;
    background: transparent;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: var(--an-muted);
    cursor: pointer;
    font-family: inherit;
    transition: color 0.3s var(--an-ease);
    white-space: nowrap;
}
.articlesnew-body .an-pill:hover { color: var(--an-ink-2); }
.articlesnew-body .an-pill.active { color: var(--an-ink); font-weight: 600; }

.articlesnew-body .an-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--an-line);
    border-radius: 999px;
    min-width: 280px;
    transition: border-color 0.25s var(--an-ease), box-shadow 0.25s var(--an-ease);
}
.articlesnew-body .an-search:focus-within {
    border-color: rgba(10, 132, 255, 0.5);
    box-shadow: 0 0 0 4px rgba(10, 132, 255, 0.12);
}
.articlesnew-body .an-search-icon { color: var(--an-muted-2); flex-shrink: 0; }
.articlesnew-body .an-search input {
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    color: var(--an-ink);
    width: 100%;
    padding: 2px 0;
}
.articlesnew-body .an-search input::placeholder { color: var(--an-muted-2); }
.articlesnew-body .an-search-clear {
    border: 0;
    background: rgba(0, 0, 0, 0.06);
    color: var(--an-ink-2);
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s var(--an-ease);
}
.articlesnew-body .an-search-clear:hover { background: rgba(0, 0, 0, 0.1); }

@media (max-width: 720px) {
    .articlesnew-body .an-pill-group { overflow-x: auto; flex-wrap: nowrap; width: 100%; scrollbar-width: none; }
    .articlesnew-body .an-pill-group::-webkit-scrollbar { display: none; }
    .articlesnew-body .an-search { min-width: 0; width: 100%; }
    .articlesnew-body .an-filter-inner { gap: 14px; }
}

/* ---------- Feed grid ---------- */
.articlesnew-body .an-feed-section {
    padding: 56px 0 120px;
}

.articlesnew-body .an-feed {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(0, auto);
    gap: 28px;
}

.articlesnew-body .an-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--an-card);
    border-radius: var(--an-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--an-line-soft);
    box-shadow: var(--an-shadow-sm);
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.8s var(--an-ease-out),
        transform 0.8s var(--an-ease-out),
        box-shadow 0.4s var(--an-ease),
        border-color 0.4s var(--an-ease);
    grid-column: span 4;
    will-change: transform, opacity;
}

.articlesnew-body .an-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.articlesnew-body .an-card:hover {
    box-shadow: var(--an-shadow-md);
    border-color: var(--an-line);
}
.articlesnew-body .an-card:hover .an-card-title {
    color: #000;
}

.articlesnew-body .an-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #eef0f3 0%, #e5e7eb 100%);
}
.articlesnew-body .an-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.6s var(--an-ease), transform 1.2s var(--an-ease);
}
.articlesnew-body .an-card-media img.loaded { opacity: 1; }
.articlesnew-body .an-card:hover .an-card-media img {
    transform: scale(1.06);
}

.articlesnew-body .an-card-cat {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.articlesnew-body .an-card-body {
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.articlesnew-body .an-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.015em;
    margin: 0;
    color: var(--an-ink-2);
    transition: color 0.3s var(--an-ease);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articlesnew-body .an-card-excerpt {
    font-size: 14px;
    line-height: 1.55;
    color: var(--an-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articlesnew-body .an-card-meta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--an-line-soft);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--an-muted-2);
    font-weight: 500;
    letter-spacing: 0.01em;
}
.articlesnew-body .an-card-meta .an-dot {
    width: 3px; height: 3px; border-radius: 50%;
    background: var(--an-muted-2);
}

/* Wide card — spans 6 cols. Pairs naturally with another wide (6+6=12). */
.articlesnew-body .an-card.wide { grid-column: span 6; }
.articlesnew-body .an-card.wide .an-card-media { aspect-ratio: 3 / 2; }
.articlesnew-body .an-card.wide .an-card-title {
    font-size: 28px;
    -webkit-line-clamp: 3;
}
.articlesnew-body .an-card.wide .an-card-excerpt {
    font-size: 15px;
    -webkit-line-clamp: 2;
}
.articlesnew-body .an-card.wide .an-card-body {
    padding: 28px 30px 30px;
    gap: 12px;
}

@media (max-width: 1100px) {
    .articlesnew-body .an-card,
    .articlesnew-body .an-card.wide { grid-column: span 6; }
}

@media (max-width: 720px) {
    .articlesnew-body .an-feed { gap: 20px; }
    .articlesnew-body .an-card,
    .articlesnew-body .an-card.wide { grid-column: span 12; }
    .articlesnew-body .an-card.wide .an-card-title { font-size: 24px; }
    .articlesnew-body .an-card-body { padding: 20px 22px 24px; }
}

/* Skeletons */
.articlesnew-body .an-card.skeleton {
    opacity: 1;
    transform: none;
    min-height: 380px;
    animation: anSkelFade 1s ease both;
}
.articlesnew-body .an-card.skeleton .an-card-media,
.articlesnew-body .an-card.skeleton .an-sk-bar {
    background: linear-gradient(90deg, #f1f3f5 0%, #e7eaee 50%, #f1f3f5 100%);
    background-size: 200% 100%;
    animation: anShimmer 1.4s linear infinite;
}
.articlesnew-body .an-card.skeleton .an-card-body {
    gap: 10px;
}
.articlesnew-body .an-sk-bar {
    height: 14px;
    border-radius: 6px;
}
.articlesnew-body .an-sk-bar.title { height: 22px; width: 85%; }
.articlesnew-body .an-sk-bar.short { width: 60%; }

@keyframes anSkelFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ---------- Empty state ---------- */
.articlesnew-body .an-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 20px;
    color: var(--an-muted);
}
.articlesnew-body .an-empty[hidden] { display: none; }
.articlesnew-body .an-loadmore[hidden] { display: none; }
.articlesnew-body .an-empty svg {
    color: var(--an-muted-2);
    margin-bottom: 14px;
}
.articlesnew-body .an-empty h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--an-ink);
    margin: 0 0 6px;
}
.articlesnew-body .an-empty p { margin: 0; font-size: 15px; }

/* ---------- Load more ---------- */
.articlesnew-body .an-loadmore-wrap {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.articlesnew-body .an-loadmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: 999px;
    border: 1px solid var(--an-line);
    background: #fff;
    color: var(--an-ink);
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s var(--an-ease), box-shadow 0.3s var(--an-ease), border-color 0.3s var(--an-ease);
    box-shadow: var(--an-shadow-sm);
}
.articlesnew-body .an-loadmore:hover {
    transform: translateY(-2px);
    box-shadow: var(--an-shadow-md);
    border-color: rgba(0, 0, 0, 0.18);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .articlesnew-body *,
    .articlesnew-body *::before,
    .articlesnew-body *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
    .articlesnew-body .an-card { opacity: 1; transform: none; }
}
