/*
Theme Name: healthyeu-theme
Theme URI: https://healthyeurope.eu
Author: Elena Marchetti
Description: Custom theme for Healthy Europe — European Health and Wellbeing Magazine
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: healthyeu
*/

/* ==========================================
   FONTS (Local, no CDN)
   ========================================== */

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-semibold-italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('assets/fonts/spectral-extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    src: url('assets/fonts/commissioner-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    src: url('assets/fonts/commissioner-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    src: url('assets/fonts/commissioner-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commissioner';
    src: url('assets/fonts/commissioner-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   CSS VARIABLES
   ========================================== */

:root {
    --he-pine: #1B4D3E;
    --he-apricot: #E8935A;
    --he-ivory: #FAFBF7;
    --he-charcoal: #2C2C2C;
    --he-muted: #8C8C7A;
    --he-divider: #e0e0d4;
    --he-hover: #f4f5ef;
    --he-container: 1140px;
    --he-content: 720px;
}

/* ==========================================
   RESET + BASE
   ========================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--he-charcoal);
    background-color: var(--he-ivory);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

input,
textarea,
select {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Spectral', serif;
    line-height: 1.2;
    color: var(--he-charcoal);
}

/* ==========================================
   UTILITY
   ========================================== */

.he-container {
    max-width: var(--he-container);
    margin: 0 auto;
    padding: 0 24px;
}

.he-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================
   READING PROGRESS BAR
   ========================================== */

.he-reading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--he-apricot);
    z-index: 9999;
    transition: width 0.1s linear;
}

/* ==========================================
   TOP BAR
   ========================================== */

.he-topbar {
    background-color: var(--he-pine);
    color: var(--he-ivory);
    padding: 8px 0;
    font-size: 0.72rem;
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.he-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.he-topbar__date {
    color: rgba(250, 251, 247, 0.65);
}

.he-topbar__nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.he-topbar__nav a {
    color: rgba(250, 251, 247, 0.8);
    transition: color 0.2s ease;
}

.he-topbar__nav a:hover {
    color: var(--he-apricot);
}

/* ==========================================
   HEADER
   ========================================== */

.he-header {
    background-color: var(--he-ivory);
    border-bottom: 1px solid var(--he-divider);
    padding: 24px 0 16px;
}

.he-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.he-logo {
    display: flex;
    align-items: baseline;
    gap: 0;
    text-decoration: none;
    line-height: 1;
}

.he-logo__healthy {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 1.75rem;
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
}

.he-logo__europe {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 1.75rem;
    color: var(--he-ivory);
    background-color: var(--he-apricot);
    padding: 0 6px 2px;
    letter-spacing: -0.02em;
    margin-left: 4px;
}

.he-header__tagline {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--he-muted);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
}

.he-header__logo-wrap {
    display: flex;
    flex-direction: column;
}

.he-header__search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.he-search-form {
    display: flex;
    align-items: center;
    border: 1px solid var(--he-divider);
    background: #fff;
    overflow: hidden;
}

.he-search-form input[type="search"] {
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 0.875rem;
    font-family: 'Commissioner', sans-serif;
    width: 200px;
    color: var(--he-charcoal);
    background: transparent;
}

.he-search-form button {
    padding: 8px 14px;
    background-color: var(--he-pine);
    color: var(--he-ivory);
    font-size: 0.8rem;
    transition: background-color 0.2s ease;
}

.he-search-form button:hover {
    background-color: #153d31;
}

/* ==========================================
   NAVIGATION
   ========================================== */

.he-nav {
    background-color: var(--he-pine);
    position: sticky;
    top: 0;
    z-index: 100;
}

.he-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.he-nav__list {
    display: flex;
    align-items: center;
    gap: 0;
}

.he-nav__item {
    position: relative;
}

.he-nav__link {
    display: block;
    padding: 14px 18px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(250, 251, 247, 0.85);
    transition: color 0.2s ease;
    border-bottom: 3px solid transparent;
}

.he-nav__link:hover,
.he-nav__item.current-menu-item .he-nav__link,
.he-nav__item.current-cat .he-nav__link {
    color: var(--he-ivory);
    border-bottom-color: var(--he-apricot);
}

.he-nav__mobile-toggle {
    display: none;
    padding: 14px 18px;
    color: var(--he-ivory);
    font-size: 1.2rem;
    cursor: pointer;
}

/* ==========================================
   TRENDING STRIP
   ========================================== */

.he-trending {
    background-color: var(--he-ivory);
    border-bottom: 1px solid var(--he-divider);
    padding: 10px 0;
    overflow: hidden;
}

.he-trending__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.he-trending__inner::-webkit-scrollbar {
    display: none;
}

.he-trending__label {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: var(--he-apricot);
    color: #fff;
    padding: 3px 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.he-trending__links {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.he-trending__link {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--he-charcoal);
    padding: 2px 14px;
    white-space: nowrap;
    border-right: 1px solid var(--he-divider);
    transition: color 0.2s ease;
}

.he-trending__link:first-child {
    padding-left: 0;
}

.he-trending__link:last-child {
    border-right: none;
}

.he-trending__link:hover {
    color: var(--he-pine);
}

/* ==========================================
   HERO
   ========================================== */

.he-hero {
    background-color: var(--he-pine);
    color: var(--he-ivory);
    padding: 64px 0 56px;
    position: relative;
    overflow: hidden;
}

.he-hero a:not(.he-pill):not(.he-btn-read) {
    color: var(--he-ivory);
}

.he-hero p {
    color: rgba(250, 251, 247, 0.8);
}

.he-hero__inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    align-items: center;
}

.he-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.he-hero__category {
    display: inline-flex;
}

.he-hero__headline {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    color: var(--he-ivory);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.he-hero__teaser {
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: rgba(250, 251, 247, 0.8);
    line-height: 1.7;
    max-width: 520px;
}

.he-hero__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.he-hero__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.he-hero__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--he-apricot);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.he-hero__author-name {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(250, 251, 247, 0.85);
}

.he-hero__readtime {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.78rem;
    color: rgba(250, 251, 247, 0.55);
}

.he-hero__meta-sep {
    color: rgba(250, 251, 247, 0.3);
    font-size: 0.7rem;
}

.he-hero__image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.he-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.he-hero__read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--he-apricot);
    letter-spacing: 0.04em;
    transition: gap 0.2s ease;
}

.he-hero__read-link:hover {
    gap: 12px;
}

/* ==========================================
   CATEGORY PILLS
   ========================================== */

.he-pill {
    display: inline-block;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
    background-color: var(--he-pine);
    white-space: nowrap;
}

.he-pill--env {
    background-color: #2d6a4f;
}

.he-pill--systems {
    background-color: var(--he-pine);
}

.he-pill--digital {
    background-color: #3a6186;
}

.he-pill--prevention {
    background-color: #6b4c11;
}

.he-pill--text {
    background-color: var(--he-muted);
}

/* ==========================================
   ARTICLE CARDS
   ========================================== */

.he-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid var(--he-divider);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.he-card:hover {
    border-color: #c8c8bc;
    box-shadow: 0 4px 16px rgba(27, 77, 62, 0.08);
}

.he-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-color: var(--he-hover);
}

.he-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.he-card:hover .he-card__image img {
    transform: scale(1.03);
}

.he-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 20px 16px;
    gap: 10px;
}

.he-card__category {
    display: flex;
}

.he-card__headline {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--he-charcoal);
    line-height: 1.3;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.he-card:hover .he-card__headline {
    color: var(--he-pine);
}

.he-card__teaser,
.he-card__teaser p {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
    color: var(--he-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 1.6;
    flex: 1;
}

.he-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--he-divider);
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    color: var(--he-muted);
}

.he-card__author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.he-card__author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--he-pine);
    color: var(--he-ivory);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.he-card__readtime {
    font-weight: 400;
}

/* Large card variant */
.he-card--large .he-card__headline {
    font-size: 1.3rem;
}

.he-card--large .he-card__teaser {
    font-size: 0.92rem;
}

/* ==========================================
   IMAGE PLACEHOLDERS (CSS Gradients)
   ========================================== */

.he-img-env {
    background: linear-gradient(135deg, #2d6a4f 0%, #1B4D3E 60%, #0d3028 100%);
}

.he-img-systems {
    background: linear-gradient(135deg, #1B4D3E 0%, #2a5f50 60%, #3a7a63 100%);
}

.he-img-digital {
    background: linear-gradient(135deg, #3a6186 0%, #2c4a6e 60%, #1e3050 100%);
}

.he-img-prevention {
    background: linear-gradient(135deg, #6b4c11 0%, #8a6120 60%, #a67c2e 100%);
}

/* ==========================================
   ASYMMETRIC GRID (2fr / 1fr)
   ========================================== */

.he-grid-asymmetric {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    align-items: start;
}

.he-grid-asymmetric__sidebar {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--he-divider);
    border: 1px solid var(--he-divider);
}

.he-grid-asymmetric__sidebar .he-card {
    border: none;
    border-bottom: 1px solid var(--he-divider);
}

.he-grid-asymmetric__sidebar .he-card:last-child {
    border-bottom: none;
}

/* ==========================================
   THREE-COLUMN GRID
   ========================================== */

.he-grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ==========================================
   SECTION WRAPPER
   ========================================== */

.he-section {
    padding: 64px 0;
}

.he-section--tight {
    padding: 40px 0;
}

.he-section__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-section__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: var(--he-charcoal);
    letter-spacing: -0.01em;
}

.he-section__title span {
    color: var(--he-apricot);
}

.he-section__more {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--he-pine);
    transition: color 0.2s ease;
}

.he-section__more:hover {
    color: var(--he-apricot);
}

/* ==========================================
   KEY TOPICS SECTION
   ========================================== */

.he-section-topics {
    background-color: var(--he-charcoal);
    padding: 64px 0;
}

.he-section-topics .he-section__title {
    color: var(--he-ivory);
}

.he-section-topics .he-section__header {
    border-bottom-color: rgba(250, 251, 247, 0.15);
}

.he-section-topics .he-section__more {
    color: var(--he-apricot);
}

.he-topics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background-color: rgba(250, 251, 247, 0.08);
}

.he-topic-card {
    background-color: var(--he-charcoal);
    padding: 32px 24px;
    position: relative;
    transition: background-color 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.he-topic-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--he-apricot);
    transition: width 0.3s ease;
}

.he-topic-card:hover {
    background-color: #3a3a3a;
}

.he-topic-card:hover::after {
    width: 100%;
}

.he-topic-card__icon {
    width: 40px;
    height: 40px;
    color: var(--he-apricot);
}

.he-topic-card__icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.he-topic-card__title {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--he-ivory);
    line-height: 1.3;
}

.he-topic-card__desc {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    color: rgba(250, 251, 247, 0.6);
    line-height: 1.6;
    flex: 1;
}

.he-topic-card__link {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--he-apricot);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.he-topic-card__link:hover {
    gap: 10px;
}

/* ==========================================
   LATEST RESEARCH & DATA SECTION
   ========================================== */

.he-section-research {
    background-color: var(--he-apricot);
    padding: 64px 0;
}

.he-section-research .he-section__title {
    color: #fff;
}

.he-section-research .he-section__header {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.he-section-research .he-section__more {
    color: rgba(255, 255, 255, 0.85);
}

.he-section-research .he-section__more:hover {
    color: #fff;
}

.he-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.he-fact-card {
    background-color: var(--he-apricot);
    padding: 32px 24px;
    border-top: 3px solid var(--he-pine);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.he-fact-card__number {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.he-fact-card__label {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.he-fact-card__source {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
}

/* ==========================================
   FOOTER
   ========================================== */

.he-footer {
    background-color: var(--he-pine);
    color: var(--he-ivory);
    padding: 56px 0 0;
}

.he-footer__main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(250, 251, 247, 0.12);
}

.he-footer__logo {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin-bottom: 16px;
}

.he-footer__logo .he-logo__healthy {
    color: var(--he-ivory);
}

.he-footer__logo .he-logo__europe {
    background-color: var(--he-apricot);
    color: #fff;
}

.he-footer__about {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(250, 251, 247, 0.65);
    line-height: 1.7;
    margin-bottom: 20px;
}

.he-footer__address {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    color: rgba(250, 251, 247, 0.45);
    line-height: 1.6;
    font-style: normal;
}

.he-footer__col-title {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--he-apricot);
    margin-bottom: 16px;
}

.he-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.he-footer__nav a {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(250, 251, 247, 0.7);
    transition: color 0.2s ease;
    line-height: 1.4;
}

.he-footer__nav a:hover {
    color: var(--he-ivory);
}

.he-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    color: rgba(250, 251, 247, 0.4);
}

.he-footer__legal {
    display: flex;
    align-items: center;
    gap: 20px;
}

.he-footer__legal a {
    color: rgba(250, 251, 247, 0.45);
    transition: color 0.2s ease;
}

.he-footer__legal a:hover {
    color: rgba(250, 251, 247, 0.8);
}

/* ==========================================
   SINGLE ARTICLE
   ========================================== */

.he-article-header {
    padding: 56px 0 32px;
    border-bottom: 1px solid var(--he-divider);
    margin-bottom: 0;
}

.he-article-header__inner {
    max-width: var(--he-content);
    margin: 0 auto;
    padding: 0 24px;
}

.he-article-header__category {
    margin-bottom: 16px;
}

.he-article-header__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    color: var(--he-charcoal);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.he-article-header__intro {
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    color: #5a5a4a;
    line-height: 1.7;
    margin-bottom: 24px;
}

.he-article-header__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    color: var(--he-muted);
}

.he-article-header__meta-sep {
    color: var(--he-divider);
}

.he-article-featured-img {
    max-width: var(--he-content);
    margin: 0 auto;
    padding: 32px 24px 0;
}

.he-article-featured-img img {
    width: 100%;
    height: auto;
}

.he-article-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px;
}

.he-article-content h2 {
    font-family: 'Spectral', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--he-charcoal);
    margin: 40px 0 16px;
}

.he-article-content h3 {
    font-family: 'Spectral', serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 32px 0 12px;
}

.he-article-content h4 {
    font-family: 'Commissioner', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 24px 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.he-article-content p {
    margin-bottom: 20px;
    line-height: 1.75;
}

.he-article-content blockquote {
    border-left: 3px solid var(--he-apricot);
    padding-left: 20px;
    margin: 28px 0;
    font-style: italic;
    color: #5a5a4a;
}

.he-article-content ul,
.he-article-content ol {
    margin: 0 0 20px 24px;
}

.he-article-content li {
    margin-bottom: 8px;
    line-height: 1.65;
}

.he-article-content img {
    max-width: 100%;
    height: auto;
    margin: 24px 0;
}

.he-article-content a {
    color: var(--he-pine);
    text-decoration: underline;
    text-decoration-color: var(--he-apricot);
}

.he-article-content a:hover {
    color: var(--he-apricot);
}

/* ==========================================
   AUTHOR BOX
   ========================================== */

.he-author-box {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: var(--he-hover);
    margin: 48px 0 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.he-author-box__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.he-author-box__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.he-author-box__name {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 4px;
    color: var(--he-charcoal);
}

.he-author-box__title {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--he-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.he-author-box__bio {
    font-size: 0.85rem;
    color: #5a5a4a;
    line-height: 1.6;
}

/* ==========================================
   SOURCE CITATIONS
   ========================================== */

.he-sources {
    max-width: 720px;
    margin: 32px auto 0;
    padding: 24px 0;
    border-top: 1px solid var(--he-divider);
}

.he-sources__title {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--he-muted);
    margin-bottom: 12px;
}

.he-sources ol {
    margin: 0 0 0 20px;
    font-size: 0.82rem;
    color: #5a5a4a;
}

.he-sources li {
    margin-bottom: 6px;
    line-height: 1.5;
}

/* ==========================================
   ARCHIVE / CATEGORY
   ========================================== */

.he-archive-header {
    padding: 48px 0 32px;
    border-bottom: 2px solid var(--he-charcoal);
    margin-bottom: 48px;
}

.he-archive-header--env {
    border-bottom-color: #2d6a4f;
}

.he-archive-header--systems {
    border-bottom-color: var(--he-pine);
}

.he-archive-header--digital {
    border-bottom-color: #3a6186;
}

.he-archive-header--prevention {
    border-bottom-color: #6b4c11;
}

/* ---- BACK TO TOP ---- */
.he-back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    background: var(--he-pine);
    color: var(--he-ivory);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.2s;
    z-index: 90;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.he-back-to-top--visible {
    opacity: 1;
    visibility: visible;
}

.he-back-to-top:hover {
    background: var(--he-apricot);
}

.he-archive-title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--he-charcoal);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.he-archive-desc {
    font-size: 0.95rem;
    color: var(--he-muted);
    max-width: 600px;
    line-height: 1.65;
}

.he-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 48px 0 64px;
}

.he-pagination a,
.he-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--he-charcoal);
    border: 1px solid var(--he-divider);
    transition: all 0.2s ease;
}

.he-pagination a:hover {
    border-color: var(--he-pine);
    color: var(--he-pine);
}

.he-pagination .current {
    background-color: var(--he-pine);
    border-color: var(--he-pine);
    color: var(--he-ivory);
}

/* ==========================================
   RESPONSIVE — 900px (Tablet)
   ========================================== */

@media (max-width: 900px) {
    .he-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .he-hero__image {
        min-height: 260px;
    }

    .he-grid-asymmetric {
        grid-template-columns: 1fr;
    }

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

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

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

    .he-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .he-topbar__nav {
        display: none;
    }

    .he-nav__mobile-toggle {
        display: block;
    }

    .he-nav__list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--he-pine);
        padding: 8px 0 16px;
        z-index: 200;
    }

    .he-nav__link {
        padding: 10px 24px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    .he-nav__item.current-menu-item .he-nav__link {
        border-bottom: none;
        border-left-color: var(--he-apricot);
    }

    .he-nav {
        position: relative;
    }
}

/* ==========================================
   RESPONSIVE — 600px (Mobile)
   ========================================== */

@media (max-width: 600px) {
    .he-grid-three {
        grid-template-columns: 1fr;
    }

    .he-topics-grid {
        grid-template-columns: 1fr;
    }

    .he-facts-grid {
        grid-template-columns: 1fr;
    }

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

    .he-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .he-header__inner {
        flex-wrap: wrap;
        gap: 16px;
    }

    .he-search-form input[type="search"] {
        width: 160px;
    }

    .he-section {
        padding: 40px 0;
    }

    .he-section-topics,
    .he-section-research {
        padding: 40px 0;
    }

    .he-hero {
        padding: 40px 0;
    }

    .he-article-content {
        padding: 32px 16px;
    }

    .he-author-box {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
}

/* ==========================================
   SINGLE.PHP — Article page
   ========================================== */

.he-single {
    padding-bottom: 0;
}

.he-single__header {
    max-width: var(--he-content);
    margin: 0 auto;
    padding: 48px 24px 32px;
    text-align: center;
}

.he-single__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.15;
    color: var(--he-charcoal);
    margin: 16px 0;
    letter-spacing: -0.02em;
}

.he-single__deck {
    font-size: 1.1rem;
    color: #5a5a4a;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 24px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
}

.he-single__byline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--he-muted);
    flex-wrap: wrap;
    font-family: 'Commissioner', sans-serif;
}

.he-single__dot {
    color: var(--he-divider);
}

.he-single__date {
    color: var(--he-muted);
}

.he-single__image {
    max-width: 1140px;
    margin: 0 auto;
}

.he-single__image img {
    width: 100%;
    height: auto;
    display: block;
}

.he-single__body {
    max-width: var(--he-content);
    margin: 0 auto;
    padding: 0 24px 64px;
}

/* Section label for related articles */
.he-section-label {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-section-label__text {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: var(--he-charcoal);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.he-section-label__line {
    flex: 1;
    height: 1px;
    background-color: var(--he-divider);
}

.he-section-related {
    padding: 64px 0;
    background-color: var(--he-hover);
    border-top: 1px solid var(--he-divider);
}

/* card.php: .he-card__dot and .he-card__read-time */
.he-card__dot {
    color: var(--he-divider);
}

.he-card__read-time {
    font-weight: 400;
}

.he-card__meta-top {
    display: flex;
}

.he-card__headline a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.he-card__headline a:hover {
    color: var(--he-pine);
}

/* ==========================================
   PAGE.PHP — Default static page
   ========================================== */

.he-page {
    padding: 48px 0 80px;
}

.he-page__inner {
    max-width: var(--he-content);
    margin: 0 auto;
}

.he-page__header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-page__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.he-page__content {
    font-family: 'Commissioner', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--he-charcoal);
}

/* ==========================================
   PROSE — shared rich-text styles
   ========================================== */

.he-prose h2 {
    font-family: 'Spectral', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--he-charcoal);
    margin: 40px 0 14px;
    letter-spacing: -0.01em;
}

.he-prose h3 {
    font-family: 'Spectral', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 28px 0 10px;
}

.he-prose p {
    margin-bottom: 18px;
    line-height: 1.75;
}

.he-prose ul,
.he-prose ol {
    margin: 0 0 18px 24px;
    list-style: disc;
}

.he-prose ol {
    list-style: decimal;
}

.he-prose li {
    margin-bottom: 6px;
    line-height: 1.65;
}

.he-prose a {
    color: var(--he-pine);
    text-decoration: underline;
    text-decoration-color: var(--he-apricot);
}

.he-prose a:hover {
    color: var(--he-apricot);
}

.he-prose strong {
    font-weight: 600;
}

/* ==========================================
   LEGAL PAGES (Privacy Policy, Terms)
   ========================================== */

.he-legal-page {
    padding: 48px 0 80px;
}

.he-legal-page__inner {
    max-width: var(--he-content);
    margin: 0 auto;
}

.he-legal-page__header {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-legal-page__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.he-legal-page__updated {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    color: var(--he-muted);
}

.he-legal-page__content {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--he-charcoal);
}

/* ==========================================
   ABOUT PAGE
   ========================================== */

.he-about__hero {
    background-color: var(--he-pine);
    padding: 64px 0 56px;
}

.he-about__hero-inner {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.he-about__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--he-ivory);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.he-about__lead {
    font-family: 'Commissioner', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(250, 251, 247, 0.8);
    line-height: 1.65;
    max-width: 600px;
}

.he-about__content {
    max-width: var(--he-content);
    margin: 0 auto;
    padding: 56px 24px 80px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.he-about__section-title {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--he-charcoal);
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.he-about__mission p {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #4a4a3a;
    margin-bottom: 16px;
}

/* Persona Card */
.he-persona-card {
    display: flex;
    gap: 28px;
    background-color: var(--he-hover);
    padding: 32px;
    border-left: 4px solid var(--he-pine);
}

.he-persona-card__avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.he-persona-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.he-persona-card__name {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--he-charcoal);
}

.he-persona-card__role {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--he-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.he-persona-card__bio {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #4a4a3a;
}

.he-persona-card__quals {
    list-style: none;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.he-persona-card__quals li {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    color: var(--he-pine);
    font-weight: 500;
    padding-left: 16px;
    position: relative;
}

.he-persona-card__quals li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--he-apricot);
}

/* About Topics grid — reuses .he-topic-card but on light BG */
.he-about__topics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.he-about .he-topic-card {
    background-color: #fff;
    border: 1px solid var(--he-divider);
}

.he-about .he-topic-card:hover {
    background-color: var(--he-hover);
}

.he-about .he-topic-card__title {
    color: var(--he-charcoal);
}

.he-about .he-topic-card__desc {
    color: #5a5a4a;
}

.he-about .he-topic-card__icon svg path {
    fill: var(--he-pine);
}

/* Editorial Standards */
.he-about__standards p {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #4a4a3a;
    margin-bottom: 16px;
}

.he-about__standards-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.he-about__standards-list li {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #4a4a3a;
    padding-left: 20px;
    position: relative;
}

.he-about__standards-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--he-apricot);
}

/* Contact Box */
.he-about__contact-box {
    background-color: var(--he-pine);
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.he-about__contact-text {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    color: rgba(250, 251, 247, 0.85);
    line-height: 1.6;
    max-width: 480px;
}

/* Primary Button */
.he-btn-primary {
    display: inline-block;
    background-color: var(--he-apricot);
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.he-btn-primary:hover {
    background-color: #d47d46;
}

/* ==========================================
   CONTACT PAGE
   ========================================== */

.he-contact-page {
    padding: 48px 0 80px;
}

.he-contact-page__inner {
    max-width: var(--he-content);
    margin: 0 auto;
}

.he-contact-page__header {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-contact-page__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.he-contact-page__lead {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    color: var(--he-muted);
    line-height: 1.65;
}

.he-contact-page__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.he-contact-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background-color: var(--he-hover);
    padding: 28px 32px;
    border-left: 4px solid var(--he-pine);
}

.he-contact-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--he-pine);
    color: var(--he-ivory);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.he-contact-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.he-contact-card__name {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--he-charcoal);
}

.he-contact-card__role {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--he-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.he-contact-card__address {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.9rem;
    color: #5a5a4a;
    line-height: 1.6;
    font-style: normal;
}

.he-contact-card__email {
    display: inline-block;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--he-pine);
    text-decoration: underline;
    text-decoration-color: var(--he-apricot);
    margin-top: 8px;
    transition: color 0.2s ease;
}

.he-contact-card__email:hover {
    color: var(--he-apricot);
}

.he-contact-notes__title {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--he-charcoal);
    margin-bottom: 16px;
}

.he-contact-notes__list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.he-contact-notes__list li {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #4a4a3a;
    padding-left: 20px;
    position: relative;
}

.he-contact-notes__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--he-pine);
}

.he-contact-notes__response {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    color: var(--he-muted);
}

/* ==========================================
   404 PAGE
   ========================================== */

.he-404 {
    padding: 80px 0 100px;
    text-align: center;
}

.he-404__inner {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.he-404__number {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(5rem, 15vw, 9rem);
    color: var(--he-pine);
    line-height: 1;
    letter-spacing: -0.04em;
    opacity: 0.15;
    user-select: none;
}

.he-404__title {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--he-charcoal);
    margin-top: -48px;
}

.he-404__text {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    color: var(--he-muted);
    line-height: 1.65;
}

.he-404 .search-form {
    display: flex;
    align-items: center;
    border: 1px solid var(--he-divider);
    overflow: hidden;
    width: 100%;
    max-width: 420px;
}

.he-404 .search-form input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-family: 'Commissioner', sans-serif;
    color: var(--he-charcoal);
    background: #fff;
}

.he-404 .search-form input[type="submit"],
.he-404 .search-form button[type="submit"] {
    background-color: var(--he-pine);
    color: var(--he-ivory);
    border: none;
    padding: 10px 20px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.he-404 .search-form input[type="submit"]:hover,
.he-404 .search-form button[type="submit"]:hover {
    background-color: #153d31;
}

.he-404__home-link {
    margin-top: 8px;
}

/* ==========================================
   SEARCH PAGE
   ========================================== */

.he-search-page {
    padding: 48px 0 80px;
}

.he-search-page__header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--he-charcoal);
}

.he-search-page__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.he-search-page__title em {
    font-style: italic;
    color: var(--he-pine);
}

.he-search-page__count {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    color: var(--he-muted);
}

.he-search-page__no-results {
    max-width: var(--he-content);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.he-search-page__no-results-text {
    font-family: 'Commissioner', sans-serif;
    font-size: 1rem;
    color: #4a4a3a;
    line-height: 1.65;
}

.he-search-page .search-form {
    display: flex;
    align-items: center;
    border: 1px solid var(--he-divider);
    overflow: hidden;
    max-width: 480px;
}

.he-search-page .search-form input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-family: 'Commissioner', sans-serif;
    color: var(--he-charcoal);
    background: #fff;
}

.he-search-page .search-form input[type="submit"],
.he-search-page .search-form button[type="submit"] {
    background-color: var(--he-pine);
    color: var(--he-ivory);
    border: none;
    padding: 10px 20px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.he-search-page .search-form input[type="submit"]:hover,
.he-search-page .search-form button[type="submit"]:hover {
    background-color: #153d31;
}

.he-search-page__suggestions-label {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    color: var(--he-muted);
    margin-bottom: 10px;
}

.he-search-page__suggestions-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* ==========================================
   RESPONSIVE ADDITIONS — 900px
   ========================================== */

@media (max-width: 900px) {
    .he-about__topics {
        grid-template-columns: 1fr;
    }

    .he-persona-card {
        flex-direction: column;
    }

    .he-about__contact-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ==========================================
   RESPONSIVE ADDITIONS — 600px
   ========================================== */

@media (max-width: 600px) {
    .he-single__header {
        padding: 32px 16px 24px;
    }

    .he-single__body {
        padding: 0 16px 48px;
    }

    .he-about__content {
        padding: 40px 16px 56px;
        gap: 40px;
    }

    .he-persona-card {
        padding: 20px;
    }

    .he-contact-card {
        flex-direction: column;
        padding: 20px;
    }

    .he-legal-page {
        padding: 32px 0 56px;
    }

    .he-404 {
        padding: 56px 0 72px;
    }

    .he-search-page {
        padding: 32px 0 56px;
    }
}

/* ==========================================
   TEMPLATE SUPPLEMENTS
   Classes used by header/footer/front-page/archive templates
   that extend or alias existing style.css rules.
   ========================================== */

/* ---- Logo text variants (used in header.php / footer.php) ---- */
/* .he-logo__text = alias for .he-logo__healthy */
.he-logo__text {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--he-charcoal);
    letter-spacing: -0.02em;
}

/* .he-logo__accent = alias for .he-logo__europe */
.he-logo__accent {
    display: inline-block;
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--he-ivory);
    background-color: var(--he-apricot);
    padding: 0 6px 2px 4px;
    margin-left: 2px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.he-logo__tagline {
    display: block;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--he-muted);
    margin-top: 2px;
    margin-bottom: 4px;
}

/* ---- Header actions (search + hamburger group) ---- */
.he-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Search icon button in header */
.he-header__search {
    background: none;
    border: 1.5px solid var(--he-charcoal);
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--he-charcoal);
    transition: border-color 0.2s, color 0.2s;
}

.he-header__search:hover {
    border-color: var(--he-pine);
    color: var(--he-pine);
}

/* ---- Hamburger button ---- */
.he-hamburger {
    display: none; /* visible only on mobile via media query */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    border: 1.5px solid var(--he-charcoal);
    background: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: border-color 0.2s;
}

.he-hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--he-charcoal);
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
}

.he-hamburger:hover {
    border-color: var(--he-pine);
}

/* Active state: hamburger becomes X */
.he-hamburger--active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.he-hamburger--active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.he-hamburger--active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---- Nav: direct <a class="he-nav__item"> pattern (header.php) ---- */
/* The template writes <a class="he-nav__item"> directly, not li>a */
a.he-nav__item {
    display: block;
    padding: 14px 18px;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(250, 251, 247, 0.85);
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

a.he-nav__item:hover,
a.he-nav__item--active {
    background-color: var(--he-apricot);
    color: var(--he-ivory);
    border-bottom-color: transparent;
}

/* Mobile nav open state */
.he-nav--open {
    display: block !important;
}

/* ---- Search overlay ---- */
.he-search-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(27, 77, 62, 0.96);
    z-index: 9000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.he-search-overlay[hidden] {
    display: flex !important; /* override hidden attr — JS toggles .he-search--open */
}

.he-search-overlay.he-search--open {
    opacity: 1;
    pointer-events: auto;
}

.he-search-overlay__close {
    position: absolute;
    top: 24px;
    right: 28px;
    background: none;
    border: none;
    color: var(--he-ivory);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 8px;
}

.he-search-overlay__close:hover {
    opacity: 1;
}

.he-search-overlay__inner {
    width: 100%;
    max-width: 640px;
    padding: 0 24px;
}

.he-search-overlay__label {
    display: block;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250, 251, 247, 0.6);
    margin-bottom: 16px;
}

.he-search-overlay__field {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--he-apricot);
}

.he-search-overlay__input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: 'Spectral', serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 600;
    color: var(--he-ivory);
    padding: 12px 0;
    caret-color: var(--he-apricot);
}

.he-search-overlay__input::placeholder {
    color: rgba(250, 251, 247, 0.35);
}

.he-search-overlay__submit {
    background: none;
    border: none;
    color: var(--he-apricot);
    cursor: pointer;
    padding: 8px;
    transition: transform 0.2s;
}

.he-search-overlay__submit:hover {
    transform: scale(1.15);
}

/* ---- Topbar right nav ---- */
/* header.php uses .he-topbar__right (mockup used same name — keep consistent) */
.he-topbar__left {
    opacity: 0.75;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.he-topbar__right {
    display: flex;
    gap: 20px;
}

.he-topbar__right a {
    color: var(--he-ivory);
    text-decoration: none;
    opacity: 0.75;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

.he-topbar__right a:hover {
    opacity: 1;
}

/* ---- Section label (dashed line + text) ---- */
.he-section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.he-section-label__text {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--he-muted);
    white-space: nowrap;
}

.he-section-label__line {
    flex: 1;
    height: 1px;
    background: var(--he-divider);
}

/* ---- Grid wrapper (full-width background for grid sections) ---- */
.he-grid-wrapper {
    background-color: var(--he-divider);
    padding: 2px;
}

/* ---- Section spacing for front-page sections ---- */
.he-section-featured {
    padding: 60px 0 0;
}

.he-section-grid {
    padding: 2px 0 0;
    background-color: var(--he-divider);
}

/* ---- Hero additional elements ---- */
.he-hero__bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, var(--he-apricot), rgba(232, 147, 90, 0.3));
}

.he-hero__kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.he-hero__issue {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(250, 251, 247, 0.5);
}

.he-hero__headline {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.1;
    color: var(--he-ivory);
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.he-hero__intro {
    font-family: 'Commissioner', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(250, 251, 247, 0.75);
    line-height: 1.65;
    max-width: 640px;
    margin-bottom: 32px;
}

/* Hero split layout: text 60% left, image 40% right */
.he-hero .he-hero__inner {
    max-width: none;
}

.he-hero__text {
    display: flex;
    flex-direction: column;
}

.he-hero__image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 4px;
}

.he-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.he-hero__divider {
    width: 1px;
    height: 28px;
    background: rgba(250, 251, 247, 0.2);
}

.he-hero__date {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    color: rgba(250, 251, 247, 0.55);
    font-weight: 400;
}

.he-hero__read-time {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    color: rgba(250, 251, 247, 0.55);
    font-weight: 400;
}

.he-hero__author-role {
    font-size: 0.75rem;
    color: rgba(250, 251, 247, 0.5);
    font-weight: 400;
}

.he-hero__cta {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.he-btn-read {
    display: inline-block;
    background-color: var(--he-apricot);
    color: var(--he-ivory);
    text-decoration: none;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 14px 28px;
    transition: background-color 0.2s;
}

.he-btn-read:hover {
    background-color: #d47b44;
}

.he-hero__link-secondary {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(250, 251, 247, 0.65);
    text-decoration: none;
    border-bottom: 1px solid rgba(250, 251, 247, 0.3);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.he-hero__link-secondary:hover {
    color: var(--he-ivory);
    border-color: rgba(250, 251, 247, 0.7);
}

/* ---- Card: meta-top row & size variants ---- */
.he-card__meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.he-card--large .he-card__image {
    aspect-ratio: 16 / 10;
}

.he-card--small {
    flex: 1;
}

.he-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.he-card:hover .he-card__img {
    transform: scale(1.03);
}

/* Card headline link reset */
.he-card__headline a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.he-card:hover .he-card__headline a {
    color: var(--he-pine);
}

/* Asymmetric side column stack */
.he-grid-asymmetric__side {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: var(--he-divider);
    border: none;
}

/* ---- Trending strip item aliases ---- */
/* front-page.php uses .he-trending__item (mockup names) */
.he-trending__list {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

.he-trending__list::-webkit-scrollbar {
    display: none;
}

.he-trending__item {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--he-charcoal);
    white-space: nowrap;
    padding: 0 20px;
    border-right: 1px solid var(--he-divider);
    text-decoration: none;
    transition: color 0.2s;
}

.he-trending__item:last-child {
    border-right: none;
}

.he-trending__item:hover {
    color: var(--he-pine);
}

/* ---- Key Topics: heading / subheading / grid ---- */
.he-topics__heading {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--he-ivory);
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.he-topics__subheading {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.95rem;
    color: rgba(250, 251, 247, 0.5);
    margin-bottom: 40px;
}

/* .he-topics__grid is an alias for .he-topics-grid */
.he-topics__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.he-topic-card__name {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--he-ivory);
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    line-height: 1.2;
}

.he-topic-card__arrow {
    margin-top: 20px;
    font-size: 1rem;
    color: var(--he-apricot);
    display: inline-block;
    transition: transform 0.2s;
}

.he-topic-card:hover .he-topic-card__arrow {
    transform: translateX(4px);
}

/* ---- Research section header ---- */
.he-research__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
}

.he-research__title {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    color: var(--he-pine);
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.he-research__line {
    flex: 1;
    height: 1px;
    background: rgba(27, 77, 62, 0.25);
}

/* Fact card desc (mockup uses __desc, style.css has __label) */
.he-fact-card__desc {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.88rem;
    color: var(--he-charcoal);
    line-height: 1.6;
    margin-bottom: 12px;
    flex: 1;
}

/* Override fact-card background for research section */
.he-section-research .he-fact-card {
    background: rgba(250, 251, 247, 0.92);
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--he-pine);
    display: flex;
    flex-direction: column;
}

.he-section-research .he-fact-card__number {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--he-pine);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 16px;
}

/* Fix facts-grid for 3-column (front-page uses 3 cards) */
.he-section-research .he-facts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-color: transparent;
}

/* ---- Footer: column layout used in footer.php ---- */
.he-footer__top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(250, 251, 247, 0.1);
}

.he-footer__col {
    display: flex;
    flex-direction: column;
}

.he-footer__col--about {
    gap: 0;
}

.he-footer__logo {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 1;
}

.he-footer__logo-text {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--he-ivory);
    letter-spacing: -0.02em;
}

.he-footer__logo-accent {
    display: inline-block;
    background-color: var(--he-apricot);
    color: var(--he-ivory);
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    padding: 0 5px 0 3px;
    margin-left: 2px;
    line-height: 1.15;
}

.he-footer__about {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    color: rgba(250, 251, 247, 0.55);
    line-height: 1.65;
    margin-bottom: 20px;
}

.he-footer__address {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.8rem;
    color: rgba(250, 251, 247, 0.4);
    line-height: 1.8;
    font-style: normal;
}

.he-footer__address a {
    color: rgba(250, 251, 247, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}

.he-footer__address a:hover {
    color: var(--he-apricot);
}

/* footer.php uses .he-footer__links as a <ul> */
.he-footer__links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.he-footer__links a {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.85rem;
    color: rgba(250, 251, 247, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.he-footer__links a:hover {
    color: var(--he-apricot);
}

.he-footer__copyright {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.78rem;
    color: rgba(250, 251, 247, 0.3);
}

.he-footer__legal {
    display: flex;
    gap: 20px;
}

.he-footer__legal a {
    font-family: 'Commissioner', sans-serif;
    font-size: 0.78rem;
    color: rgba(250, 251, 247, 0.35);
    text-decoration: none;
    transition: color 0.2s;
}

.he-footer__legal a:hover {
    color: rgba(250, 251, 247, 0.7);
}

/* ---- Archive: new class names used in archive.php ---- */
.he-archive-section {
    padding: 0 0 48px;
}

.he-archive-header__inner {
    max-width: 720px;
}

.he-archive-header__pill {
    display: inline-block;
    margin-bottom: 16px;
}

.he-archive-header__title {
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--he-charcoal);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.he-archive-header__desc {
    font-size: 0.95rem;
    color: var(--he-muted);
    max-width: 600px;
    line-height: 1.65;
}

.he-archive-empty {
    padding: 48px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.he-archive-empty p {
    font-family: 'Commissioner', sans-serif;
    font-size: 1rem;
    color: var(--he-muted);
}

/* ---- Pagination: used in archive.php ---- */
.he-pagination {
    padding: 48px 0 0;
}

.he-pagination__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 64px;
}

.he-pagination__prev a,
.he-pagination__next a {
    display: inline-flex;
    align-items: center;
    font-family: 'Commissioner', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--he-pine);
    text-decoration: none;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s, color 0.2s;
}

.he-pagination__prev a:hover,
.he-pagination__next a:hover {
    border-bottom-color: var(--he-apricot);
    color: var(--he-apricot);
}

/* ==========================================
   RESPONSIVE SUPPLEMENTS — 900px
   ========================================== */

@media (max-width: 900px) {
    .he-hamburger {
        display: flex;
    }

    .he-nav {
        position: relative;
    }

    /* Mobile nav: hidden by default, shown when .he-nav--open */
    .he-nav .he-nav__inner {
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0 16px;
    }

    .he-nav--open .he-nav__inner {
        display: flex;
    }

    a.he-nav__item {
        padding: 10px 24px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    a.he-nav__item--active,
    a.he-nav__item:hover {
        background-color: transparent;
        border-left-color: var(--he-apricot);
        color: var(--he-ivory);
    }

    .he-grid-asymmetric__side {
        flex-direction: row;
    }

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

    .he-section-research .he-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .he-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .he-topbar__right {
        display: none;
    }
}

/* ==========================================
   RESPONSIVE SUPPLEMENTS — 600px
   ========================================== */

@media (max-width: 600px) {
    .he-grid-asymmetric__side {
        flex-direction: column;
    }

    .he-hero__image {
        min-height: 200px;
    }

    .he-topics__grid {
        grid-template-columns: 1fr;
    }

    .he-section-research .he-facts-grid {
        grid-template-columns: 1fr;
    }

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

    .he-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .he-hero__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .he-pagination__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .he-logo__text,
    .he-logo__accent {
        font-size: 1.65rem;
    }
}
