/*
Theme Name: Here2Gether
Theme URI: https://here2gether.org
Author: We Are Here 2gether
Author URI: https://here2gether.org
Description: Custom field-driven theme for We Are Here 2gether storytelling platform. Lightweight, admin-friendly, ACF-powered.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: here2gether
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

/* =============================================
   CSS RESET & BASE
   ============================================= */

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

:root {
    /* Brand Colors — Warm Teal + Gold */
    --h2g-primary: #6B9E95;
    --h2g-primary-light: #8DBAB2;
    --h2g-primary-dark: #4D7D74;
    --h2g-accent: #D4A574;
    --h2g-accent-light: #E2BF98;
    --h2g-accent-dark: #B8895A;
    --h2g-warm: #F5EDE3;
    --h2g-warm-light: #FBF8F4;
    --h2g-warm-dark: #E8DDD0;
    --h2g-text: #2F2F2F;
    --h2g-text-light: #5E5E5E;
    --h2g-text-muted: #8E8E8E;
    --h2g-white: #FFFFFF;
    --h2g-black: #1E2D2A;
    --h2g-border: #E6E0DA;
    --h2g-bg: #FDFBF8;
    --h2g-success: #6B9E7A;
    --h2g-error: #C45B5B;

    /* Typography — Serif headings + Sans-serif body */
    --h2g-font-heading: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --h2g-font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --h2g-font-accent: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;

    /* Spacing */
    --h2g-section-gap: 7.5rem;
    --h2g-container: 1320px;
    --h2g-container-narrow: 780px;
    --h2g-gap: 2.25rem;
    --h2g-gap-sm: 1.25rem;
    --h2g-gap-lg: 3.5rem;

    /* Transitions */
    --h2g-transition: 0.25s ease;
    --h2g-radius: 6px;
    --h2g-radius-lg: 12px;
    --h2g-shadow: 0 2px 12px rgba(0,0,0,0.04);
    --h2g-shadow-hover: 0 4px 20px rgba(0,0,0,0.07);
}

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

body {
    font-family: var(--h2g-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--h2g-text);
    background: var(--h2g-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.01em;
}

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

a {
    color: var(--h2g-primary);
    text-decoration: none;
    transition: color var(--h2g-transition);
}

a:hover,
a:focus {
    color: var(--h2g-accent);
}

/* =============================================
   TYPOGRAPHY
   ============================================= */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--h2g-font-heading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--h2g-black);
    margin-bottom: 0.5em;
    letter-spacing: -0.03em;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h4 { font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: -0.02em; }
h5 { font-size: 1.15rem; letter-spacing: -0.01em; }
h6 { font-size: 1rem; letter-spacing: 0; }

p {
    margin-bottom: 1.4em;
}

p:last-child {
    margin-bottom: 0;
}

.h2g-accent-font {
    font-family: var(--h2g-font-accent);
    font-style: italic;
}

blockquote {
    font-family: var(--h2g-font-accent);
    font-size: 1.2rem;
    font-style: italic;
    color: var(--h2g-primary-dark);
    border-left: 3px solid var(--h2g-accent);
    padding: 1.75rem 2rem;
    margin: 2.5rem 0;
    background: var(--h2g-warm-light);
    border-radius: 0 var(--h2g-radius) var(--h2g-radius) 0;
    line-height: 1.7;
}

/* =============================================
   LAYOUT
   ============================================= */

.h2g-container {
    width: 100%;
    max-width: var(--h2g-container);
    margin: 0 auto;
    padding: 0 2rem;
}

.h2g-container--narrow {
    max-width: var(--h2g-container-narrow);
}

.h2g-section {
    padding: var(--h2g-section-gap) 0;
}

.h2g-section--alt {
    background: var(--h2g-warm-light);
}

.h2g-section--dark {
    background: var(--h2g-primary-dark);
    color: var(--h2g-white);
}

.h2g-section--dark h2,
.h2g-section--dark h3,
.h2g-section--dark h4 {
    color: var(--h2g-white);
}

.h2g-section__header {
    text-align: center;
    margin-bottom: var(--h2g-gap-lg);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.h2g-section__header p {
    color: var(--h2g-text-light);
    font-size: 1.05rem;
    margin-top: 1rem;
    line-height: 1.75;
}

.h2g-section__label {
    display: inline-block;
    font-family: var(--h2g-font-body);
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--h2g-accent-dark);
    margin-bottom: 0.75rem;
    letter-spacing: 0.12em;
}

.h2g-grid {
    display: grid;
    gap: var(--h2g-gap);
}

.h2g-grid--2 { grid-template-columns: repeat(2, 1fr); }
.h2g-grid--3 { grid-template-columns: repeat(3, 1fr); }
.h2g-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* =============================================
   BUTTONS
   ============================================= */

.h2g-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2.25rem;
    font-family: var(--h2g-font-body);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: var(--h2g-radius);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all var(--h2g-transition);
    text-decoration: none;
    line-height: 1.4;
}

.h2g-btn--primary {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-btn--primary:hover {
    background: var(--h2g-primary-dark);
    border-color: var(--h2g-primary-dark);
    color: var(--h2g-white);
    box-shadow: var(--h2g-shadow);
}

.h2g-btn--secondary {
    background: transparent;
    color: var(--h2g-primary);
    border-color: var(--h2g-primary);
}

.h2g-btn--secondary:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

.h2g-btn--accent {
    background: var(--h2g-accent);
    color: var(--h2g-white);
    border-color: var(--h2g-accent);
}

.h2g-btn--accent:hover {
    background: var(--h2g-accent-dark);
    border-color: var(--h2g-accent-dark);
    color: var(--h2g-white);
}

.h2g-btn--white {
    background: var(--h2g-white);
    color: var(--h2g-primary);
    border-color: var(--h2g-white);
}

.h2g-btn--white:hover {
    background: var(--h2g-warm);
    border-color: var(--h2g-warm);
    color: var(--h2g-primary-dark);
}

.h2g-btn-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

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

.h2g-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--h2g-border);
    transition: box-shadow var(--h2g-transition);
}

.h2g-header.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.h2g-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.h2g-header__logo img {
    height: 50px;
    width: auto;
}

.h2g-header__logo .custom-logo {
    height: 50px;
    width: auto;
}

.h2g-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.h2g-nav ul {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    align-items: center;
}

.h2g-nav a {
    display: block;
    padding: 0.5rem 1.15rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--h2g-text);
    border-radius: var(--h2g-radius);
    transition: all var(--h2g-transition);
    letter-spacing: 0.02em;
}

.h2g-nav a:hover,
.h2g-nav .current-menu-item > a,
.h2g-nav .current_page_item > a {
    color: var(--h2g-primary);
    background: var(--h2g-warm-light);
}

.h2g-header__cta {
    margin-left: 1.5rem;
    font-size: 0.82rem;
    padding: 0.65rem 1.5rem;
}

.h2g-mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}

.h2g-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--h2g-text);
    transition: all var(--h2g-transition);
    border-radius: 2px;
}

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

.h2g-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--h2g-primary-dark);
}

.h2g-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.h2g-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.h2g-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(45,80,70,0.82) 0%, rgba(77,125,116,0.55) 100%);
    z-index: 2;
}

.h2g-hero__content {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding: 4rem 0;
}

.h2g-hero__subtitle {
    font-family: var(--h2g-font-accent);
    font-size: 1rem;
    font-style: italic;
    color: var(--h2g-accent-light);
    margin-bottom: 1.25rem;
    display: block;
    letter-spacing: 0.02em;
}

.h2g-hero__title {
    font-size: clamp(3rem, 7vw, 5.5rem);
    color: var(--h2g-white);
    margin-bottom: 1.5rem;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.h2g-hero__text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 540px;
}

/* Page Hero (smaller variant) */
.h2g-page-hero {
    background: var(--h2g-primary-dark);
    padding: 5rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.h2g-page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(107,158,149,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.h2g-page-hero__title {
    color: var(--h2g-white);
    font-size: clamp(2rem, 5vw, 3.2rem);
    margin-bottom: 1rem;
}

.h2g-page-hero__text {
    color: rgba(255,255,255,0.75);
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto;
    font-family: var(--h2g-font-accent);
}

.h2g-page-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.h2g-page-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.h2g-page-hero > .h2g-container {
    position: relative;
    z-index: 1;
}

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

.h2g-card {
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    box-shadow: var(--h2g-shadow);
    transition: all var(--h2g-transition);
    border: 1px solid var(--h2g-border);
}

.h2g-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--h2g-shadow-hover);
}

.h2g-card__image {
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

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

.h2g-card__body {
    padding: 1.75rem;
}

.h2g-card__meta {
    font-size: 0.85rem;
    color: var(--h2g-text-muted);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.h2g-card__meta .h2g-badge {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    background: var(--h2g-warm);
    color: var(--h2g-accent-dark);
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.h2g-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.h2g-card__title a {
    color: var(--h2g-black);
}

.h2g-card__title a:hover {
    color: var(--h2g-primary);
}

.h2g-card__excerpt {
    color: var(--h2g-text-light);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.h2g-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--h2g-border);
}

.h2g-card__link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--h2g-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.h2g-card__link::after {
    content: '\2192';
    transition: transform var(--h2g-transition);
}

.h2g-card:hover .h2g-card__link::after {
    transform: translateX(4px);
}

/* Event Card date badge */
.h2g-card__date-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--h2g-white);
    padding: 0.5rem 0.75rem;
    border-radius: var(--h2g-radius);
    text-align: center;
    box-shadow: var(--h2g-shadow);
    z-index: 2;
}

.h2g-card__date-badge .day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--h2g-primary);
    line-height: 1;
}

.h2g-card__date-badge .month {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h2g-text-muted);
    font-weight: 600;
}

.h2g-card__image {
    position: relative;
}

/* =============================================
   FAQ ACCORDION
   ============================================= */

.h2g-faq__item {
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    margin-bottom: 0.75rem;
    background: var(--h2g-white);
    overflow: hidden;
}

.h2g-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    font-family: var(--h2g-font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--h2g-text);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background var(--h2g-transition);
}

.h2g-faq__question:hover {
    background: var(--h2g-warm-light);
}

.h2g-faq__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--h2g-transition);
}

.h2g-faq__item.active .h2g-faq__icon {
    transform: rotate(45deg);
}

.h2g-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.h2g-faq__item.active .h2g-faq__answer {
    max-height: 500px;
}

.h2g-faq__answer-inner {
    padding: 0 1.5rem 1.5rem;
    color: var(--h2g-text-light);
    line-height: 1.7;
}

/* =============================================
   NEWSLETTER
   ============================================= */

.h2g-newsletter {
    background: var(--h2g-primary);
    border-radius: var(--h2g-radius-lg);
    padding: 3.5rem;
    text-align: center;
    color: var(--h2g-white);
}

.h2g-newsletter h2,
.h2g-newsletter h3 {
    color: var(--h2g-white);
}

.h2g-newsletter p {
    color: rgba(255,255,255,0.8);
    max-width: 500px;
    margin: 0.75rem auto 1.5rem;
}

.h2g-newsletter .wpcf7 input[type="email"],
.h2g-newsletter .tnp-field input[type="email"] {
    padding: 0.9rem 1.2rem;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: var(--h2g-radius);
    background: rgba(255,255,255,0.1);
    color: var(--h2g-white);
    font-size: 1rem;
    min-width: 280px;
    margin-right: 0.5rem;
}

.h2g-newsletter .tnp-field input::placeholder {
    color: rgba(255,255,255,0.5);
}

.h2g-newsletter .tnp-submit input[type="submit"] {
    padding: 0.9rem 2rem;
    background: var(--h2g-accent);
    color: var(--h2g-white);
    border: none;
    border-radius: var(--h2g-radius);
    font-weight: 600;
    cursor: pointer;
    transition: background var(--h2g-transition);
}

.h2g-newsletter .tnp-submit input[type="submit"]:hover {
    background: var(--h2g-accent-dark);
}

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

/* Footer base — light warm background (legacy dark rules removed) */
.h2g-footer {
    background: var(--h2g-warm-light);
    color: var(--h2g-text);
    padding: 0;
}

.h2g-footer__brand img {
    height: 45px;
    width: auto;
    margin-bottom: 1rem;
    /* No brightness filter — logo should be visible on light background */
}

.h2g-footer__brand p {
    color: var(--h2g-text-light);
    font-size: 0.9rem;
    line-height: 1.7;
}

.h2g-footer h4 {
    color: var(--h2g-text);
    font-size: 0.78rem;
    font-family: var(--h2g-font-body);
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.h2g-footer__links {
    list-style: none;
}

.h2g-footer__links li {
    margin-bottom: 0.55rem;
}

.h2g-footer__links a {
    color: var(--h2g-text-light);
    font-size: 0.9rem;
    transition: color var(--h2g-transition);
}

.h2g-footer__links a:hover {
    color: var(--h2g-primary);
}

.h2g-footer__social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.h2g-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--h2g-border);
    color: var(--h2g-text-light);
    transition: all var(--h2g-transition);
}

.h2g-footer__social a:hover {
    border-color: var(--h2g-primary);
    color: var(--h2g-primary);
}

.h2g-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
}

/* =============================================
   PROGRAMS / FEATURES GRID
   ============================================= */

.h2g-program-card {
    padding: 2rem;
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    border: 1px solid var(--h2g-border);
    transition: all var(--h2g-transition);
}

.h2g-program-card:hover {
    border-color: var(--h2g-accent);
    box-shadow: var(--h2g-shadow);
}

.h2g-program-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--h2g-warm-light);
    color: var(--h2g-accent);
    border-radius: var(--h2g-radius);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.h2g-program-card h4 {
    margin-bottom: 0.75rem;
}

.h2g-program-card p {
    color: var(--h2g-text-light);
    font-size: 0.95rem;
}

/* =============================================
   FOUNDER SECTION
   ============================================= */

.h2g-founder {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: var(--h2g-gap-lg);
    align-items: start;
}

.h2g-founder__image img {
    border-radius: var(--h2g-radius-lg);
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.h2g-founder__name {
    font-size: 1.6rem;
    color: var(--h2g-primary-dark);
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.h2g-founder__role {
    font-family: var(--h2g-font-accent);
    font-style: italic;
    color: var(--h2g-accent);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.h2g-founder__bio {
    color: var(--h2g-text-light);
    line-height: 1.85;
}

/* =============================================
   GALLERY
   ============================================= */

/* ── Gallery — editorial mosaic grid ──────────────── */

.h2g-gallery--mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: clamp(160px, 18vw, 240px);
    grid-auto-flow: row dense; /* fills gaps left by spanning items */
    gap: 6px;
}

/* Span variants */
.h2g-gallery__item--wide  { grid-column: span 2; }
.h2g-gallery__item--tall  { grid-row:    span 2; }
.h2g-gallery__item--large { grid-column: span 2; grid-row: span 2; }

/* Base item */
.h2g-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: zoom-in;
    background: var(--h2g-border);
}

.h2g-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.h2g-gallery__item:hover img {
    transform: scale(1.06);
}

/* Subtle dark overlay on hover for depth */
.h2g-gallery__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(28, 24, 20, 0);
    transition: background 0.4s ease;
    pointer-events: none;
}

.h2g-gallery__item:hover::after {
    background: rgba(28, 24, 20, 0.18);
}

/* Gallery section head */
.h2g-media-gallery__head {
    margin-bottom: 1.5rem;
}

/* Tablet: drop to 3 columns */
@media (max-width: 1024px) {
    .h2g-gallery--mosaic {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: clamp(140px, 22vw, 200px);
    }
}

/* Mobile: simple 2-column, no spanning */
@media (max-width: 600px) {
    .h2g-gallery--mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: clamp(120px, 36vw, 180px);
        gap: 4px;
    }
    .h2g-gallery__item--wide,
    .h2g-gallery__item--tall,
    .h2g-gallery__item--large {
        grid-column: span 1;
        grid-row:    span 1;
    }
}

/* =============================================
   SINGLE POST/CPT
   ============================================= */

.h2g-single-header {
    padding: 4rem 0 3rem;
    background: var(--h2g-primary-dark);
    color: var(--h2g-white);
}

.h2g-single-header__title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--h2g-white);
    max-width: 800px;
}

.h2g-single-header__meta {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
}

.h2g-single-header__meta span + span::before {
    content: '|';
    margin: 0 0.75rem;
    opacity: 0.5;
}

.h2g-single-content {
    padding: 3rem 0 var(--h2g-section-gap);
}

.h2g-single-content .h2g-container--narrow {
    line-height: 1.85;
    font-size: 1.05rem;
}

.h2g-single-content .h2g-container--narrow p {
    margin-bottom: 1.5em;
}

.h2g-single-content .h2g-container--narrow h2 {
    margin-top: 2.5rem;
    font-size: 1.8rem;
}

.h2g-single-content .h2g-container--narrow h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
}

.h2g-single-sidebar {
    background: var(--h2g-warm-light);
    border-radius: var(--h2g-radius-lg);
    padding: 2rem;
    margin-top: 2rem;
}

.h2g-single-sidebar dt {
    font-weight: 600;
    color: var(--h2g-text-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.25rem;
}

.h2g-single-sidebar dd {
    margin-bottom: 1.25rem;
    margin-left: 0;
    font-size: 1rem;
    color: var(--h2g-text);
}

/* =============================================
   PAGINATION
   ============================================= */

.h2g-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: var(--h2g-gap-lg);
    padding-top: var(--h2g-gap);
    border-top: 1px solid var(--h2g-border);
}

.h2g-pagination a,
.h2g-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 0.75rem;
    border-radius: var(--h2g-radius);
    font-size: 0.95rem;
    font-weight: 500;
    transition: all var(--h2g-transition);
    border: 1px solid var(--h2g-border);
    color: var(--h2g-text);
}

.h2g-pagination a:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-pagination .current {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-pagination .dots {
    border: none;
    background: none;
}

/* =============================================
   FORMS (CF7 styling)
   ============================================= */

.h2g-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 1.25rem;
}

.h2g-form label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--h2g-text);
    margin-bottom: 0.4rem;
}

.h2g-form input[type="text"],
.h2g-form input[type="email"],
.h2g-form textarea,
.h2g-form select {
    width: 100%;
    padding: 0.9rem 1.15rem;
    border: 1.5px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    font-family: var(--h2g-font-body);
    font-size: 0.95rem;
    color: var(--h2g-text);
    background: var(--h2g-white);
    transition: border-color var(--h2g-transition);
}

.h2g-form input:focus,
.h2g-form textarea:focus {
    outline: none;
    border-color: var(--h2g-primary);
}

.h2g-form textarea {
    min-height: 160px;
    resize: vertical;
}

.h2g-form .wpcf7-list-item {
    display: block;
    margin-bottom: 0.5rem;
}

.h2g-form input[type="submit"] {
    display: inline-flex;
    padding: 0.85rem 2.5rem;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border: none;
    border-radius: var(--h2g-radius);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background var(--h2g-transition);
}

.h2g-form input[type="submit"]:hover {
    background: var(--h2g-primary-dark);
}

/* =============================================
   CTA SECTION
   ============================================= */

.h2g-cta-block {
    background: linear-gradient(135deg, var(--h2g-primary) 0%, var(--h2g-primary-dark) 100%);
    border-radius: var(--h2g-radius-lg);
    padding: 4rem;
    text-align: center;
    color: var(--h2g-white);
}

.h2g-cta-block h2,
.h2g-cta-block h3 {
    color: var(--h2g-white);
}

.h2g-cta-block p {
    color: rgba(255,255,255,0.8);
    max-width: 550px;
    margin: 0.75rem auto 2rem;
    font-size: 1.1rem;
}

/* =============================================
   CONTACT INFO
   ============================================= */

.h2g-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--h2g-gap-lg);
    align-items: start;
}

.h2g-contact-info__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.h2g-contact-info__item strong {
    font-size: 0.9rem;
    color: var(--h2g-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.h2g-contact-info__item a,
.h2g-contact-info__item span {
    color: var(--h2g-text-light);
    line-height: 1.6;
}

/* =============================================
   INTRO / SPLIT LAYOUTS
   ============================================= */

.h2g-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--h2g-gap-lg);
    align-items: center;
}

.h2g-split--reverse {
    direction: rtl;
}

.h2g-split--reverse > * {
    direction: ltr;
}

.h2g-split__image img {
    border-radius: var(--h2g-radius-lg);
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.h2g-split__content .h2g-accent-font {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--h2g-accent);
}

/* =============================================
   EVENT STATUS BADGES
   ============================================= */

.h2g-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.h2g-status--upcoming {
    background: #E8F3F0;
    color: #4D7D74;
}

.h2g-status--past {
    background: #F0EDE8;
    color: #7A6B5E;
}

.h2g-status--cancelled {
    background: #F5EAEA;
    color: #B85555;
}

.h2g-status--online {
    background: #E8F0EE;
    color: #5B8E85;
}

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

.h2g-archive-header {
    padding: 5rem 0 3rem;
    background: var(--h2g-primary-dark);
    text-align: center;
    color: var(--h2g-white);
    position: relative;
    overflow: hidden;
}

.h2g-archive-header::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(107,158,149,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.h2g-archive-header > .h2g-container {
    position: relative;
    z-index: 1;
}

.h2g-archive-header h1 {
    color: var(--h2g-white);
    margin-bottom: 0.75rem;
}

.h2g-archive-header p {
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* =============================================
   SCREEN READER TEXT
   ============================================= */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
    .h2g-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .h2g-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .h2g-footer__top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    :root {
        --h2g-section-gap: 4.5rem;
    }

    .h2g-nav { display: none; }
    .h2g-header__cta { display: none; }
    .h2g-mobile-toggle { display: flex; }

    .h2g-nav.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--h2g-white);
        padding: 2rem;
        z-index: 999;
        overflow-y: auto;
    }

    .h2g-nav.active ul {
        flex-direction: column;
        width: 100%;
    }

    .h2g-nav.active a {
        padding: 1rem;
        font-size: 1.1rem;
    }

    .h2g-grid--2,
    .h2g-grid--3,
    .h2g-grid--4 {
        grid-template-columns: 1fr;
    }

    .h2g-split,
    .h2g-split--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .h2g-founder {
        grid-template-columns: 1fr;
    }

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

    .h2g-footer__top {
        grid-template-columns: 1fr;
    }

    .h2g-footer__bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .h2g-hero {
        min-height: 70vh;
    }

    .h2g-newsletter {
        padding: 2.5rem 1.5rem;
    }

    .h2g-cta-block {
        padding: 3rem 1.5rem;
    }

    .h2g-hero__content {
        padding: 3rem 0;
    }

    .h2g-btn-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .h2g-container {
        padding: 0 1.25rem;
    }

    .h2g-hero__title {
        font-size: 2rem;
    }
}

/* =============================================
   WORDPRESS ALIGNMENT CLASSES
   ============================================= */

.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin: 1.5rem auto;
}

.alignwide {
    max-width: calc(var(--h2g-container) + 4rem);
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
}

/* WP Block styles */
.wp-block-image figcaption {
    font-size: 0.85rem;
    color: var(--h2g-text-muted);
    text-align: center;
    margin-top: 0.5rem;
}

/* =============================================
   HOMEPAGE: PROGRAMS — Editorial Dark Grid (Awards-style)
   ============================================= */

.h2g-section--programs-ed {
    background: var(--h2g-black);
    padding: var(--h2g-section-gap) 0;
}

/* Header row: title left, intro+CTA right */
.h2g-prg-header {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 2rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

.h2g-prg-header__label {
    display: block;
    font-family: var(--h2g-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--h2g-accent);
    margin-bottom: 0.75rem;
}

.h2g-prg-header__title {
    font-family: var(--h2g-font-heading);
    font-style: italic;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--h2g-white);
    line-height: 1.15;
    margin: 0;
}

.h2g-prg-header__right {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.h2g-prg-header__intro {
    color: rgba(255,255,255,0.55);
    font-size: 1rem;
    line-height: 1.7;
    flex: 1;
    margin: 0;
}

.h2g-prg-header__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--h2g-white);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    padding-top: 0.25rem;
    transition: color var(--h2g-transition);
}

.h2g-prg-header__cta:hover {
    color: var(--h2g-accent);
}

.h2g-prg-header__cta span {
    transition: transform var(--h2g-transition);
}

.h2g-prg-header__cta:hover span {
    transform: translateX(4px);
}

/* Divider */
.h2g-prg-divider {
    height: 1px;
    background: linear-gradient(90deg, var(--h2g-accent) 0%, rgba(255,255,255,0.1) 100%);
    margin-bottom: 2.5rem;
}

/* Grid: 2 columns */
.h2g-prg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.h2g-prg-item {
    padding: 2rem 2.5rem 2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}

/* Vertical divider between columns */
.h2g-prg-item:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 0;
    border-left: 1px solid rgba(255,255,255,0.08);
}

/* Remove bottom border from last row */
.h2g-prg-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.h2g-prg-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.h2g-prg-item__title {
    font-family: var(--h2g-font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--h2g-white);
    margin: 0;
    line-height: 1.3;
}

.h2g-prg-item__title a {
    color: var(--h2g-white);
    transition: color var(--h2g-transition);
}

.h2g-prg-item__title a:hover {
    color: var(--h2g-accent-light);
}

.h2g-prg-item__icon {
    flex-shrink: 0;
    font-size: 1.6rem;
    opacity: 0.7;
    color: var(--h2g-accent);
}

.h2g-prg-item__subtitle {
    display: block;
    font-size: 0.85rem;
    color: var(--h2g-accent);
    font-weight: 500;
    margin-bottom: 0.9rem;
    letter-spacing: 0.01em;
}

.h2g-prg-item__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    margin: 0 0 0.75rem 0;
}

.h2g-prg-item__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    transition: color var(--h2g-transition);
}

.h2g-prg-item__link:hover {
    color: var(--h2g-accent);
}

@media (max-width: 768px) {
    .h2g-prg-header {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .h2g-prg-header__right {
        flex-direction: column;
        gap: 1rem;
    }
    .h2g-prg-grid {
        grid-template-columns: 1fr;
    }
    .h2g-prg-item {
        padding: 1.5rem 0;
    }
    .h2g-prg-item:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }
}

/* =============================================
   HOMEPAGE: STORIES — Horizontal Card Slider
   ============================================= */

.h2g-section--stories-slider {
    background: var(--h2g-warm-light);
    padding: var(--h2g-section-gap) 0;
}

/* Header row */
.h2g-slider-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.h2g-slider-header__title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin: 0;
}

.h2g-slider-header__link {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--h2g-text);
    border-bottom: 2px solid var(--h2g-text);
    padding-bottom: 2px;
    transition: all var(--h2g-transition);
}

.h2g-slider-header__link:hover {
    color: var(--h2g-accent);
    border-bottom-color: var(--h2g-accent);
}

/* Slider container */
.h2g-slider {
    position: relative;
}

.h2g-slider__viewport {
    overflow: hidden;
    border-radius: var(--h2g-radius-lg);
}

.h2g-slider__track {
    display: flex;
    gap: 1.25rem;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.h2g-slider__slide {
    flex: 0 0 calc((100% - 2.5rem) / 3);
    min-width: 0;
}

/* Arrows */
.h2g-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    z-index: 10;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border: none;
    border-radius: var(--h2g-radius);
    cursor: pointer;
    transition: all var(--h2g-transition);
    box-shadow: var(--h2g-shadow);
}

.h2g-slider__arrow:hover {
    background: var(--h2g-primary-dark);
    transform: translateY(-70%) scale(1.05);
}

.h2g-slider__arrow:disabled {
    opacity: 0.3;
    cursor: default;
    transform: translateY(-70%);
}

.h2g-slider__arrow--prev {
    left: -22px;
}

.h2g-slider__arrow--next {
    right: -22px;
}

/* Dots */
.h2g-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.h2g-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--h2g-border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all var(--h2g-transition);
}

.h2g-slider__dot.active {
    background: var(--h2g-primary);
    transform: scale(1.2);
}

/* Story Card (inside slider) */
.h2g-scard {
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    box-shadow: var(--h2g-shadow);
    transition: all var(--h2g-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.h2g-scard:hover {
    box-shadow: var(--h2g-shadow-hover);
    transform: translateY(-2px);
}

.h2g-scard__image {
    position: relative;
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.h2g-scard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.h2g-scard:hover .h2g-scard__image img {
    transform: scale(1.03);
}

.h2g-scard__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--h2g-warm) 0%, var(--h2g-warm-dark) 100%);
}

.h2g-scard__badge {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    z-index: 2;
}

.h2g-scard__body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.h2g-scard__title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 auto 0;
    padding-bottom: 1.25rem;
}

.h2g-scard__title a {
    color: var(--h2g-black);
    transition: color var(--h2g-transition);
}

.h2g-scard__title a:hover {
    color: var(--h2g-primary);
}

.h2g-scard__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--h2g-border);
}

.h2g-scard__date {
    font-size: 0.88rem;
    color: var(--h2g-text-muted);
}

.h2g-scard__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--h2g-primary);
    transition: all var(--h2g-transition);
}

.h2g-scard__arrow:hover {
    color: var(--h2g-accent);
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 900px) {
    .h2g-slider__slide {
        flex: 0 0 calc((100% - 1.25rem) / 2);
    }
    .h2g-slider__arrow--prev { left: -12px; }
    .h2g-slider__arrow--next { right: -12px; }
}

@media (max-width: 600px) {
    .h2g-slider__slide {
        flex: 0 0 85%;
    }
    .h2g-slider__arrow {
        display: none;
    }
    .h2g-slider__viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .h2g-slider__viewport::-webkit-scrollbar { display: none; }
    .h2g-slider__track {
        transition: none;
    }
    .h2g-slider__slide {
        scroll-snap-align: start;
    }
}

/* =============================================
   HOMEPAGE: EVENTS — Bento Image-Overlay Grid (max 4)
   ============================================= */

.h2g-section--events-bento {
    background: var(--h2g-bg);
    padding: var(--h2g-section-gap) 0;
}

.h2g-events-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 320px;
    gap: 1rem;
}

/* First & fourth items span 2 columns */
.h2g-evtb--large {
    grid-column: span 2;
}

.h2g-evtb {
    position: relative;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    display: block;
    background: var(--h2g-primary-dark);
    text-decoration: none;
    color: var(--h2g-white);
}

.h2g-evtb__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0.65;
}

.h2g-evtb:hover .h2g-evtb__bg {
    transform: scale(1.03);
    opacity: 0.4;
}

.h2g-evtb__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(26,26,26,0.88) 0%, rgba(26,26,26,0.2) 55%, transparent 100%);
    z-index: 1;
}

.h2g-evtb__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.75rem;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
}

.h2g-evtb__date {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--h2g-accent);
    color: var(--h2g-white);
    padding: 0.6rem 0.8rem;
    border-radius: var(--h2g-radius);
    text-align: center;
    min-width: 56px;
}

.h2g-evtb__day {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    font-family: var(--h2g-font-heading);
}

.h2g-evtb__month {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 0.15rem;
}

.h2g-evtb__info {
    flex: 1;
    min-width: 0;
}

.h2g-evtb__tags {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.h2g-evtb__title {
    font-size: 1.3rem;
    color: var(--h2g-white);
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h2g-evtb--large .h2g-evtb__title {
    font-size: 1.7rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.h2g-evtb__meta {
    display: flex;
    gap: 1.25rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    flex-wrap: wrap;
    letter-spacing: 0.01em;
}

/* Fallback when no image */
.h2g-evtb:not(:has(.h2g-evtb__bg)) {
    background: linear-gradient(135deg, var(--h2g-primary-dark) 0%, var(--h2g-primary) 100%);
}

@media (max-width: 900px) {
    .h2g-events-bento {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 280px;
    }
    .h2g-evtb--large {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .h2g-events-bento {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }
    .h2g-evtb--large {
        grid-column: span 1;
    }
}

/* =============================================
   SINGLE STORY — Editorial Article Layout
   ============================================= */

.h2g-article__header {
    padding: 5rem 0 3rem;
    text-align: center;
}

.h2g-article__cat {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--h2g-white);
    background: var(--h2g-primary);
    padding: 0.35rem 0.9rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    transition: background var(--h2g-transition);
}

a.h2g-article__cat:hover {
    background: var(--h2g-primary-dark);
    color: var(--h2g-white);
}

.h2g-article__title {
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: var(--h2g-black);
    margin-bottom: 1.25rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.h2g-article__subtitle {
    font-family: var(--h2g-font-accent);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--h2g-text-light);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.h2g-article__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.92rem;
    color: var(--h2g-text-muted);
}

.h2g-article__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.h2g-article__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--h2g-font-heading);
    flex-shrink: 0;
}

.h2g-article__avatar--lg {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
}

.h2g-article__author-name {
    display: block;
    font-weight: 600;
    color: var(--h2g-text);
    font-size: 0.92rem;
}

.h2g-article__author-role {
    display: block;
    font-size: 0.82rem;
    color: var(--h2g-text-muted);
}

.h2g-article__date {
    color: var(--h2g-text-muted);
}

/* Hero Image */
.h2g-article__hero {
    margin-bottom: 3rem;
}

.h2g-article__hero-img {
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    max-height: 560px;
}

.h2g-article__hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Article Body */
.h2g-article__body {
    padding-bottom: 3rem;
}

.h2g-article__pullquote {
    font-family: var(--h2g-font-heading);
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-style: italic;
    color: var(--h2g-primary);
    text-align: center;
    border: none;
    padding: 2rem 1rem;
    margin: 0 0 2.5rem 0;
    background: none;
    line-height: 1.5;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.h2g-article__pullquote::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--h2g-accent);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
}

.h2g-article__lead {
    font-size: 1.15rem;
    color: var(--h2g-text-light);
    line-height: 1.85;
    font-style: italic;
    border-left: 3px solid var(--h2g-accent);
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
}

/* Gutenberg content styling */
.h2g-article__content {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--h2g-text);
}

.h2g-article__content p {
    margin-bottom: 1.65em;
}

.h2g-article__content h2 {
    font-size: 1.7rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.h2g-article__content h3 {
    font-size: 1.35rem;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.h2g-article__content h4,
.h2g-article__content h5 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.h2g-article__content img {
    border-radius: var(--h2g-radius);
    margin: 2rem 0;
}

.h2g-article__content figure {
    margin: 2.5rem 0;
}

.h2g-article__content figcaption {
    font-size: 0.85rem;
    color: var(--h2g-text-muted);
    text-align: center;
    margin-top: 0.5rem;
}

.h2g-article__content blockquote {
    font-family: var(--h2g-font-accent);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--h2g-primary);
    border-left: 4px solid var(--h2g-accent);
    padding: 1.25rem 1.75rem;
    margin: 2rem 0;
    background: var(--h2g-warm-light);
    border-radius: 0 var(--h2g-radius) var(--h2g-radius) 0;
}

.h2g-article__content ul,
.h2g-article__content ol {
    margin: 1.5em 0;
    padding-left: 1.5em;
}

.h2g-article__content li {
    margin-bottom: 0.5em;
}

.h2g-article__content a {
    color: var(--h2g-primary);
    border-bottom: 1px solid var(--h2g-accent);
    transition: color var(--h2g-transition);
}

.h2g-article__content a:hover {
    color: var(--h2g-accent);
}

/* Two-column image gallery from Gutenberg */
.h2g-article__content .wp-block-columns {
    gap: 1rem;
    margin: 2.5rem 0;
}

/* Article Footer */
.h2g-article__footer {
    padding-bottom: 3rem;
}

.h2g-article__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.h2g-article__tag {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--h2g-text-light);
    background: var(--h2g-warm-light);
    padding: 0.4rem 0.9rem;
    border-radius: 20px;
    border: 1px solid var(--h2g-border);
    transition: all var(--h2g-transition);
}

.h2g-article__tag:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-article__related-event {
    padding: 1.25rem 1.5rem;
    background: var(--h2g-warm-light);
    border-radius: var(--h2g-radius);
    border-left: 4px solid var(--h2g-accent);
    margin-bottom: 1rem;
}

.h2g-article__re-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h2g-text-muted);
    margin-bottom: 0.35rem;
}

.h2g-article__related-event a {
    font-weight: 600;
    color: var(--h2g-primary);
}

.h2g-article__related-event a span {
    font-weight: 400;
    color: var(--h2g-text-muted);
}

.h2g-article__divider {
    height: 1px;
    background: var(--h2g-border);
    margin: 2.5rem 0;
}

/* Author Box */
.h2g-article__authorbox {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.h2g-article__ab-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h2g-text-muted);
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.h2g-article__ab-name {
    display: block;
    font-size: 1.1rem;
    color: var(--h2g-black);
}

.h2g-article__ab-role {
    display: block;
    font-size: 0.88rem;
    color: var(--h2g-text-muted);
    font-family: var(--h2g-font-accent);
    font-style: italic;
}

/* =============================================
   POST NAVIGATION (Prev/Next Story)
   ============================================= */

.h2g-postnav {
    background: var(--h2g-warm-light);
    padding: 3rem 0;
    border-top: 1px solid var(--h2g-border);
    border-bottom: 1px solid var(--h2g-border);
}

.h2g-postnav__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
}

.h2g-postnav__item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 0;
    text-decoration: none;
    transition: all var(--h2g-transition);
}

.h2g-postnav__item:hover {
    transform: translateX(4px);
}

.h2g-postnav__item--prev:hover {
    transform: translateX(-4px);
}

.h2g-postnav__item--next {
    text-align: right;
}

.h2g-postnav__dir {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h2g-text-muted);
}

.h2g-postnav__title {
    font-family: var(--h2g-font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--h2g-black);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h2g-postnav__item:hover .h2g-postnav__title {
    color: var(--h2g-primary);
}

.h2g-postnav__center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--h2g-radius);
    background: var(--h2g-white);
    color: var(--h2g-text-muted);
    border: 1px solid var(--h2g-border);
    transition: all var(--h2g-transition);
}

.h2g-postnav__center:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

/* =============================================
   MORE STORIES SECTION
   ============================================= */

.h2g-section--more-stories {
    background: var(--h2g-bg);
}

/* =============================================
   DISABLE COMMENTS ON STORIES
   ============================================= */

.single-story .comments-area,
.single-story #comments,
.single-story .comment-respond {
    display: none !important;
}

@media (max-width: 768px) {
    .h2g-article__header {
        padding: 3rem 0 2rem;
    }
    .h2g-article__hero-img {
        max-height: 360px;
        border-radius: var(--h2g-radius);
    }
    .h2g-postnav__grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }
    .h2g-postnav__item--next {
        text-align: center;
    }
    .h2g-postnav__center {
        margin: 0 auto;
    }
    .h2g-article__authorbox {
        flex-direction: column;
        text-align: center;
    }
}

/* =============================================
   BREADCRUMB
   ============================================= */

.h2g-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
}

.h2g-breadcrumb a {
    color: rgba(255,255,255,0.6);
    transition: color var(--h2g-transition);
}

.h2g-breadcrumb a:hover {
    color: var(--h2g-accent-light);
}

.h2g-breadcrumb__sep {
    color: rgba(255,255,255,0.3);
}

/* =============================================
   ARCHIVE STORIES — Blog List (Horizontal Rows)
   ============================================= */

.h2g-story-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.h2g-story-row {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 0;
    border-bottom: 1px solid var(--h2g-border);
}

.h2g-story-row:first-child {
    padding-top: 0;
}

.h2g-story-row:last-child {
    border-bottom: none;
}

.h2g-story-row__image {
    display: block;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    aspect-ratio: 16/11;
}

.h2g-story-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.h2g-story-row:hover .h2g-story-row__image img {
    transform: scale(1.02);
}

.h2g-story-row__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--h2g-warm) 0%, var(--h2g-warm-dark) 100%);
    aspect-ratio: 16/11;
    border-radius: var(--h2g-radius-lg);
}

.h2g-story-row__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
}

.h2g-story-row__cat {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h2g-primary);
    font-size: 0.78rem;
    background: var(--h2g-warm-light);
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    transition: all var(--h2g-transition);
}

.h2g-story-row__cat:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

.h2g-story-row__date {
    color: var(--h2g-text-muted);
}

.h2g-story-row__title {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.25;
    margin-bottom: 0.85rem;
    letter-spacing: -0.03em;
}

.h2g-story-row__title a {
    color: var(--h2g-black);
    transition: color var(--h2g-transition);
}

.h2g-story-row__title a:hover {
    color: var(--h2g-primary);
}

.h2g-story-row__excerpt {
    font-size: 0.95rem;
    color: var(--h2g-text-light);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h2g-story-row__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.h2g-story-row__author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--h2g-text);
}

.h2g-story-row__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.h2g-story-row__link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--h2g-primary);
    white-space: nowrap;
    transition: color var(--h2g-transition);
}

.h2g-story-row__link:hover {
    color: var(--h2g-accent);
}

@media (max-width: 768px) {
    .h2g-story-row {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 2rem 0;
    }
    .h2g-story-row__image {
        aspect-ratio: 16/9;
    }
}

/* =============================================
   ARCHIVE LAYOUT — Main + Sidebar
   ============================================= */

.h2g-archive-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
    align-items: start;
}

.h2g-archive-layout__main {
    min-width: 0; /* prevent grid blowout */
}

.h2g-archive-layout__sidebar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Sidebar Widgets */
.h2g-sidebar-widget {
    background: var(--h2g-white);
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    padding: 1.5rem;
}

.h2g-sidebar-widget__title {
    font-family: var(--h2g-font-heading);
    font-size: 1.1rem;
    color: var(--h2g-black);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--h2g-warm);
}

/* Sidebar Search */
.h2g-sidebar-search {
    display: flex;
    gap: 0;
}

.h2g-sidebar-search__input {
    flex: 1;
    border: 1px solid var(--h2g-border);
    border-right: none;
    border-radius: var(--h2g-radius) 0 0 var(--h2g-radius);
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-family: var(--h2g-font-body);
    background: var(--h2g-warm-light);
    transition: border-color var(--h2g-transition);
}

.h2g-sidebar-search__input:focus {
    outline: none;
    border-color: var(--h2g-primary);
    background: var(--h2g-white);
}

.h2g-sidebar-search__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border: 1px solid var(--h2g-primary);
    border-radius: 0 var(--h2g-radius) var(--h2g-radius) 0;
    cursor: pointer;
    transition: background var(--h2g-transition);
}

.h2g-sidebar-search__btn:hover {
    background: var(--h2g-primary-dark, #1e3328);
}

/* Sidebar Category List */
.h2g-sidebar-widget__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.h2g-sidebar-widget__list li {
    border-bottom: 1px solid var(--h2g-border);
}

.h2g-sidebar-widget__list li:last-child {
    border-bottom: none;
}

.h2g-sidebar-widget__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.25rem;
    font-size: 0.92rem;
    color: var(--h2g-text);
    transition: all var(--h2g-transition);
    border-radius: var(--h2g-radius-sm);
}

.h2g-sidebar-widget__list a:hover,
.h2g-sidebar-widget__list a.is-active {
    color: var(--h2g-primary);
    padding-left: 0.5rem;
}

.h2g-sidebar-widget__count {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--h2g-text-muted);
    background: var(--h2g-warm-light);
    padding: 0.15rem 0.55rem;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}

.h2g-sidebar-widget__list a.is-active .h2g-sidebar-widget__count {
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

/* Sidebar Recent Stories */
.h2g-sidebar-recent {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.h2g-sidebar-recent__link {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.5rem;
    border-radius: var(--h2g-radius);
    transition: background var(--h2g-transition);
}

.h2g-sidebar-recent__link:hover {
    background: var(--h2g-warm-light);
}

.h2g-sidebar-recent__thumb {
    width: 64px;
    height: 52px;
    border-radius: var(--h2g-radius-sm);
    overflow: hidden;
    flex-shrink: 0;
}

.h2g-sidebar-recent__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-sidebar-recent__info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.h2g-sidebar-recent__title {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--h2g-black);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h2g-sidebar-recent__date {
    font-size: 0.78rem;
    color: var(--h2g-text-muted);
}

/* Sidebar CTA */
.h2g-sidebar-cta {
    background: var(--h2g-primary);
    border-color: var(--h2g-primary);
    text-align: center;
}

.h2g-sidebar-cta p {
    color: rgba(255,255,255,0.9);
    font-family: var(--h2g-font-accent);
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.h2g-sidebar-cta .h2g-btn--accent {
    background: var(--h2g-accent);
    border-color: var(--h2g-accent);
}

.h2g-sidebar-cta .h2g-btn--accent:hover {
    background: var(--h2g-white);
    color: var(--h2g-primary);
    border-color: var(--h2g-white);
}

.h2g-btn--full {
    display: block;
    width: 100%;
    text-align: center;
}

.h2g-btn--sm {
    padding: 0.55rem 1.25rem;
    font-size: 0.85rem;
}

/* Full-width CTA Block (below loop) */
.h2g-cta-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    background: var(--h2g-primary);
    border-radius: var(--h2g-radius-lg);
    color: var(--h2g-white);
}

.h2g-cta-block__content {
    flex: 1;
}

.h2g-cta-block__title {
    font-family: var(--h2g-font-heading);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    color: var(--h2g-white);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.h2g-cta-block__desc {
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 600px;
}

.h2g-cta-block__action {
    flex-shrink: 0;
}

.h2g-cta-block .h2g-btn--accent {
    background: var(--h2g-accent);
    border-color: var(--h2g-accent);
    color: var(--h2g-white);
    font-size: 1rem;
    padding: 0.85rem 2rem;
}

.h2g-cta-block .h2g-btn--accent:hover {
    background: var(--h2g-accent-dark);
    color: var(--h2g-white);
    border-color: var(--h2g-accent-dark);
}

/* Archive Layout — Responsive */
@media (max-width: 1024px) {
    .h2g-archive-layout {
        grid-template-columns: 1fr 280px;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .h2g-archive-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .h2g-archive-layout__sidebar {
        position: static;
        order: 2;
    }
    .h2g-cta-block {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    .h2g-cta-block__desc {
        max-width: none;
    }
}

/* =============================================
   ARCHIVE EVENTS — Blog Grid (3-col Cards)
   ============================================= */

.h2g-ecard {
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    box-shadow: var(--h2g-shadow);
    transition: all var(--h2g-transition);
    display: flex;
    flex-direction: column;
}

.h2g-ecard:hover {
    transform: translateY(-2px);
    box-shadow: var(--h2g-shadow-hover);
}

.h2g-ecard__image {
    position: relative;
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.h2g-ecard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.h2g-ecard:hover .h2g-ecard__image img {
    transform: scale(1.03);
}

.h2g-ecard__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--h2g-primary-dark) 0%, var(--h2g-primary) 100%);
}

.h2g-ecard__date-badge {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    background: var(--h2g-white);
    padding: 0.5rem 0.65rem;
    border-radius: var(--h2g-radius);
    text-align: center;
    box-shadow: var(--h2g-shadow);
    z-index: 2;
}

.h2g-ecard__date-badge .day {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--h2g-primary);
    line-height: 1;
}

.h2g-ecard__date-badge .month {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h2g-text-muted);
    font-weight: 600;
}

.h2g-ecard__status {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
}

.h2g-ecard__body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.h2g-ecard__meta {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
}

.h2g-ecard__type {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--h2g-primary);
}

.h2g-ecard__format {
    color: var(--h2g-text-muted);
}

.h2g-ecard__title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.h2g-ecard__title a {
    color: var(--h2g-black);
    transition: color var(--h2g-transition);
}

.h2g-ecard__title a:hover {
    color: var(--h2g-primary);
}

.h2g-ecard__info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.88rem;
    color: var(--h2g-text-muted);
    margin-bottom: 0.75rem;
}

.h2g-ecard__excerpt {
    font-size: 0.95rem;
    color: var(--h2g-text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h2g-ecard__link {
    margin-top: auto;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--h2g-primary);
    transition: color var(--h2g-transition);
}

.h2g-ecard__link:hover {
    color: var(--h2g-accent);
}

.h2g-event-grid {
    row-gap: 2rem;
}

/* Carousel on single story page uses same bg */
.h2g-section--stories-carousel {
    background: var(--h2g-warm-light);
    padding: var(--h2g-section-gap) 0;
}

.h2g-carousel-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2rem;
}

/* =============================================
   VIDEO SECTION (Homepage)
   ============================================= */

.h2g-section--video {
    padding: var(--h2g-section-gap) 0;
    background: var(--h2g-bg);
}

.h2g-video-block {
    position: relative;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    aspect-ratio: 16/7;
    cursor: pointer;
    background: var(--h2g-black);
}

.h2g-video-block__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0.7;
}

.h2g-video-block:hover .h2g-video-block__thumb {
    transform: scale(1.02);
    opacity: 0.5;
}

.h2g-video-block__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

.h2g-video-block__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--h2g-white);
}

.h2g-video-block__play-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.9);
    background: rgba(0,0,0,0.48);
    backdrop-filter: blur(6px);
    transition: all var(--h2g-transition);
}

.h2g-video-block:hover .h2g-video-block__play-circle {
    background: rgba(255,255,255,0.15);
    border-color: var(--h2g-white);
    transform: scale(1.08);
}

.h2g-video-block__play-text {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* Lightbox */
.h2g-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.h2g-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.h2g-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
}

.h2g-lightbox__content {
    position: relative;
    width: 90%;
    max-width: 960px;
    z-index: 2;
}

.h2g-lightbox__video {
    position: relative;
    padding-top: 56.25%;
    background: #000;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
}

.h2g-lightbox__close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    color: var(--h2g-white);
    font-size: 2rem;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--h2g-transition);
}

.h2g-lightbox__close:hover { opacity: 0.7; }

@media (max-width: 768px) {
    .h2g-video-block { aspect-ratio: 16/9; }
    .h2g-video-block__play-circle { width: 64px; height: 64px; }
    .h2g-video-block__play-circle svg { width: 18px; height: 18px; }
}

/* =============================================
   DONATION PAGE
   ============================================= */

.h2g-donate {
    max-width: 640px;
    margin: 0 auto;
}

/* Progress Steps */
.h2g-donate__steps {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.h2g-donate__step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--h2g-text-muted);
    border-radius: 20px;
    background: var(--h2g-warm-light);
    transition: all var(--h2g-transition);
}

.h2g-donate__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--h2g-border);
    color: var(--h2g-text-muted);
    font-weight: 700;
    font-size: 0.78rem;
}

.h2g-donate__step.active {
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

.h2g-donate__step.active span {
    background: rgba(255,255,255,0.2);
    color: var(--h2g-white);
}

.h2g-donate__step.done {
    background: var(--h2g-warm);
    color: var(--h2g-primary);
}

.h2g-donate__step.done span {
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

/* Panels */
.h2g-donate__panel {
    display: none;
}

.h2g-donate__panel.active {
    display: block;
}

.h2g-donate__panel h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Amount Buttons */
.h2g-donate__amounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.h2g-donate__amount-btn {
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    background: var(--h2g-white);
    border: 2px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    cursor: pointer;
    transition: all var(--h2g-transition);
    font-family: var(--h2g-font-body);
    color: var(--h2g-text);
}

.h2g-donate__amount-btn:hover {
    border-color: var(--h2g-primary);
    background: var(--h2g-warm-light);
}

.h2g-donate__amount-btn.selected {
    border-color: var(--h2g-primary);
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

.h2g-donate__amount-btn--custom {
    font-size: 0.95rem;
    font-weight: 600;
}

.h2g-donate__custom-wrap {
    margin-bottom: 1.5rem;
}

.h2g-donate__custom-wrap label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}

.h2g-donate__custom-input {
    display: flex;
    align-items: center;
    border: 2px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    overflow: hidden;
}

.h2g-donate__currency {
    padding: 0.85rem 1rem;
    background: var(--h2g-warm-light);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--h2g-text);
    border-right: 2px solid var(--h2g-border);
}

.h2g-donate__custom-input input {
    flex: 1;
    border: none;
    padding: 0.85rem 1rem;
    font-size: 1.1rem;
    font-family: var(--h2g-font-body);
    outline: none;
}

.h2g-donate__next {
    width: 100%;
    justify-content: center;
}

.h2g-donate__next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Form Fields */
.h2g-donate__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.h2g-donate__field label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
    color: var(--h2g-text);
}

.h2g-donate__field input,
.h2g-donate__field textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    font-family: var(--h2g-font-body);
    font-size: 1rem;
    transition: border-color var(--h2g-transition);
}

.h2g-donate__field input:focus,
.h2g-donate__field textarea:focus {
    outline: none;
    border-color: var(--h2g-primary);
}

.h2g-donate__field input[readonly] {
    background: var(--h2g-warm-light);
    color: var(--h2g-text-muted);
}

/* Bank Card */
.h2g-donate__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--h2g-success);
    color: var(--h2g-white);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.h2g-donate__bank-card {
    background: var(--h2g-warm-light);
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    padding: 1.5rem;
    margin: 2rem 0;
}

.h2g-donate__bank-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--h2g-border);
}

.h2g-donate__bank-row:last-child {
    border-bottom: none;
}

.h2g-donate__bank-label {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--h2g-text-muted);
    min-width: 130px;
    flex-shrink: 0;
}

.h2g-donate__bank-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--h2g-text);
    word-break: break-all;
    flex: 1;
}

.h2g-donate__bank-value--amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--h2g-primary);
}

.h2g-donate__copy {
    background: none;
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all var(--h2g-transition);
    flex-shrink: 0;
}

.h2g-donate__copy:hover {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-donate__instructions {
    color: var(--h2g-text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 1.5rem 0;
}

/* Proof upload area */
.h2g-donate__upload-area {
    position: relative;
    border: 2px dashed var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    padding: 1.5rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: border-color var(--h2g-transition), background var(--h2g-transition);
    background: var(--h2g-white);
}

.h2g-donate__upload-area:hover {
    border-color: var(--h2g-accent);
    background: var(--h2g-warm-light);
}

.h2g-donate__upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.h2g-donate__upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.h2g-donate__upload-icon {
    font-size: 1.5rem;
}

.h2g-donate__upload-text {
    font-size: 0.88rem;
    color: var(--h2g-text-light);
    font-weight: 500;
}

.h2g-donate__upload-hint {
    font-size: 0.75rem;
    color: var(--h2g-text-muted);
}

.h2g-donate__proof-preview {
    margin-top: 0.75rem;
    display: none;
    text-align: center;
}

.h2g-donate__proof-preview img {
    max-width: 180px;
    max-height: 140px;
    border-radius: var(--h2g-radius);
    object-fit: cover;
    box-shadow: var(--h2g-shadow);
}

.h2g-donate__proof-preview .h2g-donate__proof-filename {
    font-size: 0.82rem;
    color: var(--h2g-text-muted);
    margin-top: 0.35rem;
}

.h2g-donate__confirm-section {
    text-align: center;
    margin-top: 2rem;
}

.h2g-donate__confirm-form {
    text-align: left;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: var(--h2g-warm-light);
    border-radius: var(--h2g-radius-lg);
}

.h2g-donate__confirm-form h4 {
    margin-bottom: 1rem;
}

.h2g-donate__confirmed {
    text-align: center;
    padding: 2rem 0;
}

@media (max-width: 600px) {
    .h2g-donate__amounts {
        grid-template-columns: repeat(2, 1fr);
    }
    .h2g-donate__steps {
        flex-wrap: wrap;
    }
    .h2g-donate__bank-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    .h2g-donate__bank-label {
        min-width: unset;
    }
}

/* =========================================================
 *  FEATURED BANNER (Homepage)
 * ========================================================= */

.h2g-banner {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    isolation: isolate;
}

/* Background image (cover) */
.h2g-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Subtle overlay when image is present */
.h2g-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.h2g-banner--has-image .h2g-banner__overlay {
    background: rgba(0, 0, 0, 0.15);
}

/* Content layout — text left, button right */
.h2g-banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.h2g-banner__content {
    flex: 1;
    max-width: 620px;
}

.h2g-banner__title {
    font-family: var(--h2g-font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--h2g-primary-dark);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.h2g-banner__desc {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--h2g-text);
    margin: 0;
    max-width: 540px;
    opacity: 0.85;
}

/* When bg image is present, lighten text */
.h2g-banner--has-image .h2g-banner__title {
    color: var(--h2g-white);
    text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.h2g-banner--has-image .h2g-banner__desc {
    color: rgba(255,255,255,0.9);
}

/* Button */
.h2g-banner__action {
    flex-shrink: 0;
}

.h2g-banner__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2.25rem;
    font-family: var(--h2g-font-body);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--h2g-primary-dark);
    background: var(--h2g-white);
    border: 2px solid var(--h2g-primary-dark);
    border-radius: var(--h2g-radius);
    cursor: pointer;
    transition: all var(--h2g-transition);
}

.h2g-banner__btn:hover {
    background: var(--h2g-primary-dark);
    color: var(--h2g-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* When bg image, button adapts */
.h2g-banner--has-image .h2g-banner__btn {
    color: var(--h2g-white);
    background: transparent;
    border-color: var(--h2g-white);
}

.h2g-banner--has-image .h2g-banner__btn:hover {
    background: var(--h2g-white);
    color: var(--h2g-primary-dark);
}

/* Decorative leaf/organic shape on the right (image mode only) */
.h2g-banner__decor {
    position: absolute;
    right: -2%;
    bottom: -10%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .h2g-banner {
        padding: 3.5rem 0;
    }
    .h2g-banner__inner {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    .h2g-banner__content {
        max-width: 100%;
    }
    .h2g-banner__desc {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .h2g-banner {
        padding: 2.5rem 0;
    }
    .h2g-banner__btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
 *  STORY SUBMISSION FORM
 * ========================================================= */

.h2g-story-submit {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem 4rem;
}

/* Form card */
.h2g-story-submit__form {
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    box-shadow: var(--h2g-shadow);
    padding: 2.75rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.h2g-story-submit__form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--h2g-accent);
}

/* Fieldsets */
.h2g-story-submit__fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

.h2g-story-submit__fieldset:last-of-type {
    margin-bottom: 1.5rem;
}

.h2g-story-submit__legend {
    font-family: var(--h2g-font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--h2g-black);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--h2g-border);
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    letter-spacing: -0.02em;
}

.h2g-story-submit__legend-num {
    font-family: var(--h2g-font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--h2g-accent);
}

/* Two-column grid for name/email */
.h2g-story-submit__fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

/* Fields */
.h2g-story-submit__field {
    margin-bottom: 1.5rem;
}

.h2g-story-submit__label {
    display: block;
    font-weight: 600;
    color: var(--h2g-text);
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
}

.h2g-story-submit__label--required::after {
    content: ' *';
    color: var(--h2g-error);
    font-weight: 700;
}

.h2g-story-submit__optional {
    font-weight: 400;
    font-size: 0.8rem;
    color: var(--h2g-text-muted);
}

.h2g-story-submit__hint {
    display: block;
    font-size: 0.78rem;
    color: var(--h2g-text-muted);
    margin-top: 0.35rem;
    line-height: 1.5;
}

/* Inputs & Textareas */
.h2g-story-submit__input,
.h2g-story-submit__textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1.5px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    font-size: 0.95rem;
    font-family: var(--h2g-font-body);
    background: var(--h2g-warm-light);
    color: var(--h2g-text);
    transition: border-color var(--h2g-transition), box-shadow var(--h2g-transition), background var(--h2g-transition);
    box-sizing: border-box;
}

.h2g-story-submit__input::placeholder,
.h2g-story-submit__textarea::placeholder {
    color: var(--h2g-text-muted);
    font-style: italic;
}

.h2g-story-submit__input:hover,
.h2g-story-submit__textarea:hover {
    border-color: var(--h2g-accent-light);
}

.h2g-story-submit__input:focus,
.h2g-story-submit__textarea:focus {
    outline: none;
    border-color: var(--h2g-accent);
    box-shadow: 0 0 0 3px rgba(196, 135, 78, 0.15);
    background: var(--h2g-white);
}

.h2g-story-submit__textarea {
    resize: vertical;
    min-height: 100px;
    line-height: 1.7;
}

.h2g-story-submit__textarea--content {
    min-height: 240px;
}

/* Method Toggle — underline tab style */
.h2g-story-submit__method-toggle {
    display: flex;
    gap: 0;
    border-bottom: 1.5px solid var(--h2g-border);
    margin-bottom: 0.25rem;
}

.h2g-story-submit__method-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1.5px;
    background: transparent;
    cursor: pointer;
    transition: color var(--h2g-transition), border-color var(--h2g-transition);
    font-family: var(--h2g-font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--h2g-text-muted);
    letter-spacing: 0.01em;
}

.h2g-story-submit__method-btn:hover {
    color: var(--h2g-text);
    background: transparent;
}

.h2g-story-submit__method-btn.active {
    color: var(--h2g-primary);
    border-bottom-color: var(--h2g-primary);
    background: transparent;
    box-shadow: none;
}

.h2g-story-submit__method-panel {
    margin-top: 0.25rem;
}

/* Document preview */
.h2g-story-submit__doc-preview {
    margin-top: 0.75rem;
}

/* File upload */
.h2g-story-submit__upload-area {
    position: relative;
    border: 2px dashed var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: border-color var(--h2g-transition), background var(--h2g-transition);
    background: var(--h2g-warm-light);
}

.h2g-story-submit__upload-area:hover {
    border-color: var(--h2g-accent);
    background: var(--h2g-warm);
}

.h2g-story-submit__upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.h2g-story-submit__upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.h2g-story-submit__upload-icon {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--h2g-text-muted);
    flex-shrink: 0;
}

.h2g-story-submit__upload-text {
    font-size: 0.95rem;
    color: var(--h2g-text-light);
    font-weight: 500;
}

.h2g-story-submit__photo-preview {
    margin-top: 1rem;
    display: none;
    text-align: center;
}

.h2g-story-submit__photo-preview img {
    max-width: 180px;
    max-height: 180px;
    border-radius: var(--h2g-radius);
    object-fit: cover;
    box-shadow: var(--h2g-shadow);
    border: 3px solid var(--h2g-white);
}

/* Consent */
.h2g-story-submit__consent {
    background: var(--h2g-warm-light);
    border: 1.5px solid var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    padding: 1.5rem 1.75rem;
    margin-bottom: 2rem;
}

.h2g-story-submit__consent-text {
    font-size: 0.82rem;
    line-height: 1.8;
    color: var(--h2g-text-light);
    margin: 0 0 1rem;
}

.h2g-story-submit__checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--h2g-border);
}

.h2g-story-submit__checkbox-wrap input[type="checkbox"] {
    margin-top: 0.2rem;
    accent-color: var(--h2g-accent);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
}

.h2g-story-submit__checkbox-label {
    font-size: 0.9rem;
    color: var(--h2g-text);
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}

/* Errors */
.h2g-story-submit__errors {
    background: rgba(192, 57, 43, 0.06);
    border: 1.5px solid rgba(192, 57, 43, 0.25);
    border-radius: var(--h2g-radius);
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    list-style: none;
    display: none;
}

.h2g-story-submit__errors li {
    color: var(--h2g-error);
    font-size: 0.88rem;
    margin-bottom: 0.3rem;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.5;
}

.h2g-story-submit__errors li::before {
    content: '—';
    position: absolute;
    left: 0;
    font-size: 0.75rem;
}

.h2g-story-submit__errors li:last-child {
    margin-bottom: 0;
}

/* Success */
.h2g-story-submit__success {
    text-align: center;
    padding: 5rem 2rem;
    display: none;
    background: var(--h2g-white);
    border-radius: var(--h2g-radius-lg);
    box-shadow: var(--h2g-shadow);
}

.h2g-story-submit__success-rule {
    width: 36px;
    height: 2px;
    background: var(--h2g-accent);
    margin: 0 auto 2rem;
}

.h2g-story-submit__success-heading {
    font-family: var(--h2g-font-heading);
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--h2g-black);
    margin-bottom: 1rem;
}

.h2g-story-submit__success-text {
    color: var(--h2g-text-light);
    line-height: 1.8;
    max-width: 480px;
    margin: 0 auto;
    font-size: 1rem;
}

/* Submit actions wrapper */
.h2g-story-submit__actions {
    display: flex;
    justify-content: flex-end;
}

/* Submit button */
.h2g-story-submit__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.9rem 2rem;
    font-family: var(--h2g-font-body);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--h2g-white);
    background: var(--h2g-accent);
    border: none;
    border-radius: var(--h2g-radius);
    cursor: pointer;
    transition: background var(--h2g-transition), transform var(--h2g-transition);
}

.h2g-story-submit__btn:hover {
    background: var(--h2g-primary);
    transform: translateY(-1px);
}

.h2g-story-submit__btn:active {
    transform: translateY(0);
}

.h2g-story-submit__btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

/* Responsive */
@media (max-width: 768px) {
    .h2g-story-submit__form {
        padding: 2rem 1.5rem;
    }
    .h2g-story-submit__fields-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .h2g-story-submit__form {
        padding: 1.5rem 1rem;
        border-radius: var(--h2g-radius);
    }
    .h2g-story-submit__consent {
        padding: 1.25rem 1rem;
    }
    .h2g-story-submit__actions {
        justify-content: stretch;
    }
    .h2g-story-submit__btn {
        width: 100%;
        justify-content: center;
    }
}

/* ──────────────────────────────────────────────
   SUBMIT PAGE — Editorial Notes Strip
   ────────────────────────────────────────────── */

.h2g-submit-notes {
    border-top: 1px solid var(--h2g-border);
    border-bottom: 1px solid var(--h2g-border);
    padding: 2.5rem 0 2.75rem;
    margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.h2g-submit-notes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.5rem;
}

.h2g-submit-notes__item {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.h2g-submit-notes__num {
    font-family: var(--h2g-font-body);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--h2g-accent);
}

.h2g-submit-notes__text {
    font-size: 0.88rem;
    line-height: 1.75;
    color: var(--h2g-text-light);
    margin: 0;
}

@media (max-width: 768px) {
    .h2g-submit-notes__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* =============================================
   EDITORIAL LAYOUT SYSTEM (2026 REFRESH)
   ============================================= */

:root {
    --h2g-primary: #2d7a67;
    --h2g-primary-light: #4f9b88;
    --h2g-primary-dark: #205748;
    --h2g-accent: #c88043;
    --h2g-accent-light: #e8b98d;
    --h2g-accent-dark: #9c5f2d;
    --h2g-bg: #f7f5f1;
    --h2g-warm: #f1ede6;
    --h2g-warm-light: #fbf9f5;
    --h2g-warm-dark: #e2dbd0;
    --h2g-white: #ffffff;
    --h2g-black: #182120;
    --h2g-text: #1f2827;
    --h2g-text-light: #4d5956;
    --h2g-text-muted: #697370;
    --h2g-border: #d8d2c8;
    --h2g-success: #3d8f73;
    --h2g-font-heading: 'Newsreader', Georgia, 'Times New Roman', serif;
    --h2g-font-body: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
    --h2g-font-accent: 'Newsreader', Georgia, 'Times New Roman', serif;
    --h2g-container: 1320px;
    --h2g-container-medium: 1080px;
    --h2g-container-narrow: 760px;
    --h2g-section-gap: clamp(4.5rem, 7vw, 8rem);
    --h2g-gap: clamp(1rem, 2vw, 2rem);
    --h2g-gap-lg: clamp(2rem, 3vw, 3.5rem);
    --h2g-radius: 10px;
    --h2g-radius-lg: 18px;
    --h2g-shadow: 0 24px 52px rgba(20, 31, 29, 0.08);
    --h2g-shadow-soft: 0 14px 26px rgba(20, 31, 29, 0.05);
}

body {
    color: var(--h2g-text);
    background:
        radial-gradient(circle at 12% 0%, rgba(204, 231, 220, 0.34), transparent 35%),
        radial-gradient(circle at 88% 100%, rgba(237, 214, 190, 0.32), transparent 32%),
        var(--h2g-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--h2g-black);
}

.h2g-main {
    overflow: clip;
}

.h2g-l-section {
    padding: var(--h2g-section-gap) 0;
}

.h2g-container--wide {
    max-width: var(--h2g-container);
}

.h2g-container--medium {
    max-width: var(--h2g-container-medium);
}

.h2g-container--narrow {
    max-width: var(--h2g-container-narrow);
}

.h2g-layout-12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--h2g-gap);
}

.h2g-col-1 { grid-column: span 1; }
.h2g-col-2 { grid-column: span 2; }
.h2g-col-3 { grid-column: span 3; }
.h2g-col-4 { grid-column: span 4; }
.h2g-col-5 { grid-column: span 5; }
.h2g-col-6 { grid-column: span 6; }
.h2g-col-7 { grid-column: span 7; }
.h2g-col-8 { grid-column: span 8; }
.h2g-col-9 { grid-column: span 9; }
.h2g-col-10 { grid-column: span 10; }
.h2g-col-11 { grid-column: span 11; }
.h2g-col-12 { grid-column: span 12; }

.h2g-eyebrow {
    display: inline-flex;
    margin-bottom: 0.9rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--h2g-accent-dark);
}

.h2g-prose {
    color: var(--h2g-text-light);
    line-height: 1.9;
}

.h2g-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--h2g-primary-dark);
}

.h2g-inline-link::after {
    content: '\2192';
    transform: translateX(0);
    transition: transform var(--h2g-transition);
}

.h2g-inline-link:hover::after,
.h2g-inline-link:focus::after {
    transform: translateX(3px);
}

.h2g-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid var(--h2g-border);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.22rem 0.65rem;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--h2g-text-light);
}

.h2g-status {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.22rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.h2g-status--upcoming {
    color: #1f5a4d;
    background: #d9efe6;
}

.h2g-status--past {
    color: #655b4c;
    background: #ece5da;
}

.h2g-status--cancelled {
    color: #842f2f;
    background: #f7e1df;
}

.h2g-btn {
    border-radius: 999px;
    padding: 0.82rem 1.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.h2g-btn--primary {
    border-color: var(--h2g-primary);
    background: var(--h2g-primary);
    color: var(--h2g-white);
}

.h2g-btn--primary:hover,
.h2g-btn--primary:focus {
    border-color: var(--h2g-primary-dark);
    background: var(--h2g-primary-dark);
    color: var(--h2g-white);
}

.h2g-btn--secondary {
    border-color: var(--h2g-border);
    background: var(--h2g-white);
    color: var(--h2g-text);
}

.h2g-btn--secondary:hover,
.h2g-btn--secondary:focus {
    border-color: var(--h2g-primary);
    background: var(--h2g-white);
    color: var(--h2g-primary);
}

.h2g-btn--accent {
    border-color: var(--h2g-accent);
    background: var(--h2g-accent);
    color: var(--h2g-white);
}

.h2g-btn--accent:hover,
.h2g-btn--accent:focus {
    border-color: var(--h2g-accent-dark);
    background: var(--h2g-accent-dark);
    color: var(--h2g-white);
}

.h2g-btn--white {
    border-color: var(--h2g-white);
    background: var(--h2g-white);
    color: var(--h2g-primary-dark);
}

.h2g-btn--full {
    width: 100%;
    justify-content: center;
}

.h2g-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

/* Header */

.h2g-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(8px);
    background: rgba(247, 245, 241, 0.9);
    border-bottom: 1px solid rgba(216, 210, 200, 0.75);
    transition: box-shadow var(--h2g-transition), background var(--h2g-transition);
}

.h2g-header.scrolled {
    background: rgba(251, 249, 245, 0.96);
    box-shadow: 0 8px 26px rgba(24, 33, 32, 0.08);
}

.h2g-header__inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.h2g-header__logo {
    margin-right: auto;
}

.h2g-nav ul {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    list-style: none;
}

.h2g-nav a {
    position: relative;
    color: var(--h2g-text);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.h2g-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.45rem;
    width: 0;
    height: 1px;
    background: var(--h2g-primary);
    transition: width var(--h2g-transition);
}

.h2g-nav a:hover::after,
.h2g-nav .current-menu-item > a::after,
.h2g-nav .current_page_item > a::after {
    width: 100%;
}

.h2g-mobile-toggle {
    display: none;
}

/* Mobile drawer — desktop: completely hidden */
.h2g-mobile-drawer,
.h2g-mobile-backdrop {
    display: none;
}

/* Language Switcher */

.h2g-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.h2g-lang-switcher__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--h2g-text-muted);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.h2g-lang-switcher__btn:hover {
    background: rgba(216,210,200,0.3);
    color: var(--h2g-text);
}

.h2g-lang-switcher__btn--active {
    background: var(--h2g-primary);
    color: #fff !important;
}

.h2g-lang-switcher__btn--active:hover {
    background: var(--h2g-primary-dark, #1e3328);
}

.h2g-lang-switcher--mobile {
    padding: 0.9rem 1.5rem;
    border-bottom: 1px solid rgba(216,210,200,0.45);
    gap: 6px;
}

.h2g-lang-switcher--mobile .h2g-lang-switcher__btn {
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid rgba(216,210,200,0.6);
    color: var(--h2g-text);
}

.h2g-lang-switcher--mobile .h2g-lang-switcher__btn--active {
    border-color: var(--h2g-primary);
}

/* Archive hero */

.h2g-archive-hero {
    padding-bottom: clamp(2.2rem, 4vw, 3.6rem);
}

.h2g-archive-hero__title {
    margin-bottom: 1rem;
}

.h2g-archive-hero__text {
    max-width: 680px;
    margin-bottom: 1.4rem;
    color: var(--h2g-text-light);
}

.h2g-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    color: var(--h2g-text-muted);
}

.h2g-breadcrumb a {
    color: var(--h2g-text-light);
}

/* Home */

.h2g-home-hero {
    padding-top: clamp(3.3rem, 6vw, 6rem);
    padding-bottom: clamp(2.2rem, 5vw, 4rem);
}

.h2g-home-hero__grid {
    align-items: stretch;
}

.h2g-home-hero__visual,
.h2g-home-hero__panel {
    min-height: clamp(360px, 48vw, 620px);
}

.h2g-home-hero__visual {
    position: relative;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    box-shadow: var(--h2g-shadow);
    background: linear-gradient(145deg, #d6e9df 0%, #f0eadf 100%);
}

.h2g-home-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-home-hero__placeholder,
.h2g-story-archive__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    background:
        linear-gradient(130deg, rgba(45, 122, 103, 0.14), rgba(200, 128, 67, 0.12));
}

.h2g-home-hero__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.6rem, 3.3vw, 2.7rem);
    border-radius: var(--h2g-radius-lg);
    border: 1px solid rgba(216, 210, 200, 0.78);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: var(--h2g-shadow-soft);
}

.h2g-home-hero__kicker {
    margin-bottom: 1rem;
    color: var(--h2g-accent-dark);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.h2g-home-hero__title {
    font-size: clamp(2.4rem, 5.2vw, 4.6rem);
    line-height: 1.06;
    margin-bottom: 1.1rem;
}

.h2g-home-hero__text {
    margin-bottom: 1.6rem;
    color: var(--h2g-text-light);
    line-height: 1.85;
}

.h2g-home-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.h2g-home-hero__stat {
    border: 1px solid rgba(216, 210, 200, 0.7);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.9rem 0.8rem;
}

.h2g-home-hero__stat strong {
    display: block;
    font-family: var(--h2g-font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--h2g-primary-dark);
}

.h2g-home-hero__stat span {
    font-size: 0.75rem;
    color: var(--h2g-text-muted);
}

.h2g-home-intro {
    padding-top: clamp(2.2rem, 4vw, 3.4rem);
}

.h2g-home-intro__grid {
    align-items: start;
}

.h2g-home-intro__title {
    margin-bottom: 0;
}

.h2g-home-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: var(--h2g-gap-lg);
}

.h2g-home-section__head h2 {
    margin-bottom: 0;
}

.h2g-home-section__intro {
    max-width: 470px;
    margin: 0;
    color: var(--h2g-text-light);
    line-height: 1.75;
}

.h2g-home-stories {
    padding-top: clamp(2.7rem, 4.5vw, 4.8rem);
}

.h2g-home-story-featured {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.78);
    background: var(--h2g-white);
    box-shadow: var(--h2g-shadow-soft);
    height: 100%;
}

.h2g-home-story-featured__image {
    display: block;
    min-height: 310px;
}

.h2g-home-story-featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-home-story-featured__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 310px;
    background: linear-gradient(155deg, rgba(45, 122, 103, 0.17), rgba(200, 128, 67, 0.13));
}

.h2g-home-story-featured__content {
    padding: 1.45rem 1.6rem 1.7rem;
}

.h2g-home-story-featured__meta,
.h2g-story-archive__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--h2g-text-muted);
}

.h2g-home-story-featured__title {
    margin: 0.85rem 0 0.85rem;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.h2g-home-story-featured__excerpt {
    margin-bottom: 1rem;
    color: var(--h2g-text-light);
}

.h2g-home-story-stack {
    display: grid;
    gap: 0.9rem;
}

.h2g-home-story-stack__item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.75);
    padding: 1rem 1.1rem;
}

.h2g-home-story-stack__date {
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--h2g-text-muted);
}

.h2g-home-story-stack__title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
}

.h2g-home-story-stack__link {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--h2g-primary);
}

.h2g-home-programs {
    background: rgba(255, 255, 255, 0.58);
    border-top: 1px solid rgba(216, 210, 200, 0.66);
    border-bottom: 1px solid rgba(216, 210, 200, 0.66);
}

.h2g-home-programs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-program-tile {
    border: 1px solid rgba(216, 210, 200, 0.74);
    border-radius: var(--h2g-radius);
    padding: 1.2rem 1.25rem;
    background: var(--h2g-white);
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.h2g-program-tile__kicker {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--h2g-accent-dark);
}

.h2g-program-tile__title {
    margin-bottom: 0.7rem;
    font-size: 1.32rem;
}

.h2g-program-tile__text {
    margin-bottom: 1rem;
    color: var(--h2g-text-light);
}

.h2g-home-events__intro p {
    margin-bottom: 1.4rem;
    color: var(--h2g-text-light);
}

.h2g-home-events__list {
    display: grid;
    gap: 0.9rem;
}

.h2g-event-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    border: 1px solid rgba(216, 210, 200, 0.75);
    background: rgba(255, 255, 255, 0.82);
    border-radius: var(--h2g-radius);
    padding: 1rem;
}

.h2g-event-line__date {
    min-width: 62px;
    border-radius: 12px;
    background: rgba(45, 122, 103, 0.13);
    text-align: center;
    padding: 0.55rem 0.5rem;
}

.h2g-event-line__date strong {
    display: block;
    font-family: var(--h2g-font-heading);
    font-size: 1.35rem;
    line-height: 1;
    color: var(--h2g-primary-dark);
}

.h2g-event-line__date span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--h2g-text-light);
}

.h2g-event-line__content h3 {
    margin: 0.4rem 0;
    font-size: 1.16rem;
}

.h2g-event-line__meta {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.h2g-event-line__content p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
    margin: 0;
    color: var(--h2g-text-light);
    font-size: 0.9rem;
}

.h2g-home-video {
    background: rgba(255, 255, 255, 0.6);
}


.h2g-home-video__content {
    align-self: center;
}

.h2g-home-video__content p {
    color: var(--h2g-text-light);
}

.h2g-video-block {
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.78);
    box-shadow: var(--h2g-shadow);
    min-height: unset;
    aspect-ratio: 16/9;
}

.h2g-video-block__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-video-block__overlay {
    background: linear-gradient(180deg, rgba(24, 33, 32, 0.06) 0%, rgba(24, 33, 32, 0.55) 100%);
}

.h2g-video-block__play {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.h2g-home-faq__intro p {
    color: var(--h2g-text-light);
}

.h2g-faq__item {
    border: 1px solid rgba(216, 210, 200, 0.74);
    background: rgba(255, 255, 255, 0.78);
}

.h2g-home-newsletter .h2g-newsletter,
.h2g-contact-card .h2g-newsletter {
    border: 1px solid rgba(216, 210, 200, 0.74);
    border-radius: var(--h2g-radius-lg);
    background: rgba(255, 255, 255, 0.85);
    padding: clamp(1.35rem, 3vw, 2rem);
}

/* Open Call / Write for Us — premium dark closing CTA */
.h2g-home-cta {
    position: relative;
    overflow: hidden;
    margin-top: clamp(3rem, 5vw, 5rem);
    padding: clamp(5rem, 9vw, 9rem) 0;
    text-align: center;
    background-color: #1C1814; /* fallback — overridden by ACF inline style */
}

.h2g-home-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 16, 12, 0.55);
    z-index: 1;
}

.h2g-home-cta .h2g-container {
    position: relative;
    z-index: 2;
}

.h2g-home-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.h2g-home-cta__eyebrow {
    display: inline-block;
    font-family: var(--h2g-font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--h2g-accent);
    opacity: 0.9;
}

.h2g-home-cta__title {
    font-family: var(--h2g-font-heading);
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.1;
}

/* Override global h2 color rule */
.h2g-home-cta .h2g-home-cta__title {
    color: #ffffff;
}

.h2g-home-cta__desc {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.h2g-home-cta__btn {
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .h2g-home-cta {
        padding: clamp(4rem, 10vw, 6rem) 0;
    }
    .h2g-home-cta__title {
        font-size: clamp(2rem, 7vw, 3rem);
    }
}

.h2g-banner {
    margin: 0 0 clamp(2rem, 4vw, 4rem);
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
}

.h2g-banner__inner {
    gap: 1.2rem;
}

/* Story archive */

.h2g-story-archive {
    padding-top: clamp(2.2rem, 4vw, 3.5rem);
}

.h2g-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: clamp(1.3rem, 3vw, 2.5rem);
}

.h2g-story-archive__list {
    display: grid;
    gap: 1.1rem;
}

.h2g-story-archive__featured {
    border: 1px solid rgba(216, 210, 200, 0.76);
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    background: var(--h2g-white);
}

.h2g-story-archive__feature-image {
    display: block;
    min-height: 340px;
}

.h2g-story-archive__feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-story-archive__feature-content {
    padding: 1.4rem 1.5rem;
}

.h2g-story-archive__feature-title {
    margin: 0.8rem 0;
}

.h2g-story-archive__feature-excerpt {
    margin-bottom: 1rem;
    color: var(--h2g-text-light);
}

.h2g-story-archive__item {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 1rem;
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.78);
    overflow: hidden;
}

.h2g-story-archive__item-image {
    min-height: 150px;
}

.h2g-story-archive__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-story-archive__item-content {
    padding: 1rem 1.05rem 1.05rem 0;
}

.h2g-story-archive__item-content h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

.h2g-story-archive__item-excerpt {
    margin-bottom: 0.8rem;
    color: var(--h2g-text-light);
}

.h2g-sidebar-widget {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.82);
    padding: 1.05rem;
    margin-bottom: 0.9rem;
}

.h2g-sidebar-widget__title {
    margin-bottom: 0.9rem;
    font-size: 1.08rem;
}

.h2g-sidebar-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.45rem;
}

.h2g-sidebar-search__input {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    background: var(--h2g-white);
    padding: 0.63rem 0.95rem;
    color: var(--h2g-text);
}

.h2g-sidebar-search__btn {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    background: var(--h2g-white);
    color: var(--h2g-primary);
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.h2g-sidebar-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.h2g-sidebar-widget__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    color: var(--h2g-text);
    font-size: 0.88rem;
}

.h2g-sidebar-widget__count {
    color: var(--h2g-text-muted);
}

.h2g-sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.h2g-sidebar-tags a {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    padding: 0.23rem 0.62rem;
    font-size: 0.78rem;
    color: var(--h2g-text-light);
}

.h2g-sidebar-recent {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.h2g-sidebar-recent__link {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
}

.h2g-sidebar-recent__thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

.h2g-sidebar-recent__title {
    display: block;
    color: var(--h2g-text);
    font-size: 0.86rem;
    line-height: 1.35;
}

.h2g-sidebar-recent__date {
    display: block;
    color: var(--h2g-text-muted);
    font-size: 0.72rem;
    margin-top: 0.18rem;
}

.h2g-sidebar-cta p {
    margin-bottom: 0.8rem;
    color: var(--h2g-text-light);
}

.h2g-empty-state {
    border: 1px dashed var(--h2g-border);
    border-radius: var(--h2g-radius);
    padding: 2rem 1.2rem;
    text-align: center;
}

.h2g-empty-state p {
    color: var(--h2g-text-light);
}

/* Single story */

.h2g-story-single__header {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.h2g-story-single__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.h2g-story-single__category-list a,
.h2g-story-single__category-list span {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    padding: 0.23rem 0.63rem;
    font-size: 0.74rem;
    color: var(--h2g-text-light);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.h2g-story-single__title {
    margin: 1rem 0 0.8rem;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.05;
}

.h2g-story-single__subtitle {
    color: var(--h2g-text-light);
    margin-bottom: 1rem;
}

.h2g-story-single__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: var(--h2g-text-muted);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.h2g-story-single__feature img {
    width: 100%;
    border-radius: var(--h2g-radius-lg);
    border: 1px solid rgba(216, 210, 200, 0.75);
}

.h2g-story-single__body {
    padding-top: clamp(2.3rem, 4vw, 3.6rem);
    padding-bottom: clamp(2.3rem, 4vw, 3.6rem);
}

.h2g-story-single__lead {
    font-family: var(--h2g-font-accent);
    font-size: clamp(1.18rem, 2vw, 1.46rem);
    line-height: 1.65;
    color: var(--h2g-primary-dark);
    margin-bottom: 1.6rem;
}

.h2g-story-single__quote {
    margin: 0 0 1.6rem;
}

.h2g-reading-content {
    color: var(--h2g-text);
    line-height: 1.95;
    font-size: 1.04rem;
}

.h2g-reading-content h2,
.h2g-reading-content h3,
.h2g-reading-content h4 {
    margin-top: 2.1rem;
    margin-bottom: 0.85rem;
}

.h2g-reading-content p,
.h2g-reading-content ul,
.h2g-reading-content ol {
    margin-bottom: 1.2rem;
}

.h2g-story-single__footer {
    padding-top: 0;
}

.h2g-story-single__author-card,
.h2g-story-single__related {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.82);
    padding: 1rem;
    margin-bottom: 0.9rem;
}

.h2g-story-single__author-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.h2g-story-single__author-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 122, 103, 0.16);
    font-family: var(--h2g-font-heading);
    font-size: 1.35rem;
    color: var(--h2g-primary-dark);
}

.h2g-story-single__author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-story-single__author-content strong {
    display: block;
    font-size: 1.1rem;
    color: var(--h2g-black);
}

.h2g-story-single__author-content p,
.h2g-story-single__related p {
    margin: 0.28rem 0 0;
    color: var(--h2g-text-light);
    font-size: 0.9rem;
}

.h2g-story-single__cta {
    margin-bottom: 0.9rem;
}

.h2g-story-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.h2g-story-single__tags a {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    padding: 0.24rem 0.64rem;
    font-size: 0.78rem;
    color: var(--h2g-text-light);
}

.h2g-postnav {
    border-top: 1px solid rgba(216, 210, 200, 0.74);
    border-bottom: 1px solid rgba(216, 210, 200, 0.74);
    background: rgba(255, 255, 255, 0.62);
    padding: 1.4rem 0;
}

.h2g-postnav__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
}

.h2g-postnav__item {
    display: grid;
    gap: 0.23rem;
}

.h2g-postnav__item--next {
    text-align: right;
}

.h2g-postnav__dir {
    color: var(--h2g-text-muted);
    font-size: 0.74rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.h2g-postnav__title {
    color: var(--h2g-text);
    font-size: 0.93rem;
}

.h2g-postnav__center {
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    padding: 0.55rem 1.4rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--h2g-text-light);
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
}

.h2g-postnav__center:hover,
.h2g-postnav__center:focus {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
}

.h2g-story-more {
    padding-top: clamp(2.3rem, 4vw, 3.8rem);
}

.h2g-story-more__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-story-more__card {
    border: 1px solid rgba(216, 210, 200, 0.74);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.h2g-story-more__image {
    display: block;
    min-height: 170px;
}

.h2g-story-more__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-story-more__content {
    padding: 0.95rem 1rem 1.1rem;
}

.h2g-story-more__content p {
    margin: 0 0 0.4rem;
    color: var(--h2g-text-muted);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.h2g-story-more__content h3 {
    margin: 0;
    font-size: 1.16rem;
}

.h2g-story-more__content h3 a {
    color: var(--h2g-text);
    text-decoration: none;
}

.h2g-story-more__content h3 a:hover {
    color: var(--h2g-primary);
}

.h2g-story-more__excerpt {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0.9rem !important;
    color: var(--h2g-text-muted);
    margin-top: 0.4rem !important;
    line-height: 1.55;
}

.h2g-story-more__placeholder {
    display: block;
    min-height: 170px;
    background: var(--h2g-surface);
}

.h2g-story-more__read-link {
    display: inline-block;
    margin-top: 0.7rem;
}

/* Stories carousel */

.h2g-stories-carousel__nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.h2g-stories-carousel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(216, 210, 200, 0.9);
    border-radius: 50%;
    background: var(--h2g-white);
    color: var(--h2g-text);
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    padding: 0;
}

.h2g-stories-carousel__btn:hover,
.h2g-stories-carousel__btn:focus {
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border-color: var(--h2g-primary);
    outline: none;
}

.h2g-stories-carousel__btn:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.h2g-stories-carousel__viewport {
    overflow: hidden;
}

.h2g-stories-carousel__track {
    display: grid;
    grid-template-columns: repeat(9, calc((100% - 2rem) / 3));
    gap: 1rem;
    transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.h2g-stories-carousel__slide {
    min-width: 0;
}

/* Event archive + single */

.h2g-event-archive__featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.76);
    background: var(--h2g-white);
    margin-bottom: 1.1rem;
}

.h2g-event-archive__featured-image {
    min-height: 320px;
}

.h2g-event-archive__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-event-archive__featured-content {
    padding: 1.3rem 1.45rem;
}

.h2g-event-archive__meta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.h2g-event-archive__featured-content h2 {
    margin: 0.65rem 0;
}

.h2g-event-archive__featured-date {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
    color: var(--h2g-text-light);
    font-size: 0.9rem;
}

.h2g-event-archive__featured-excerpt {
    margin-bottom: 0.95rem;
    color: var(--h2g-text-light);
}

.h2g-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-event-card {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
}

.h2g-event-card__image {
    display: block;
    min-height: 200px;
}

.h2g-event-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-event-card__body {
    padding: 1rem 1rem 1.15rem;
}

.h2g-event-card__meta {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.h2g-event-card__body h3 {
    margin: 0 0 0.5rem;
}

.h2g-event-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    font-size: 0.88rem;
    color: var(--h2g-text-light);
    margin-bottom: 0.7rem;
}

.h2g-event-card__excerpt {
    color: var(--h2g-text-light);
    margin-bottom: 0.8rem;
}

.h2g-event-single__hero {
    padding-bottom: clamp(2rem, 4vw, 3rem);
}

.h2g-event-single__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.95rem;
}

.h2g-event-single__title {
    margin-bottom: 0.8rem;
}

.h2g-event-single__summary {
    color: var(--h2g-text-light);
    max-width: 60ch;
}

.h2g-event-single__quick {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.82);
    padding: 1rem;
}

.h2g-event-single__quick p {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.7rem;
}

.h2g-event-single__quick p:last-child {
    margin-bottom: 0;
}

.h2g-event-single__quick strong {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--h2g-text-muted);
}

.h2g-event-single__quick span {
    color: var(--h2g-text);
}

.h2g-event-single__image img {
    width: 100%;
    border-radius: var(--h2g-radius-lg);
    border: 1px solid rgba(216, 210, 200, 0.75);
}

.h2g-event-single__content {
    padding-top: clamp(2.2rem, 4vw, 3.6rem);
}

.h2g-event-single__aside {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.85);
    padding: 1rem;
}

.h2g-event-single__aside h3 {
    margin-bottom: 0.8rem;
}

.h2g-event-single__aside dl {
    margin: 0;
}

.h2g-event-single__aside dt {
    margin-top: 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--h2g-text-muted);
}

.h2g-event-single__aside dd {
    margin: 0.15rem 0 0.25rem;
    color: var(--h2g-text);
}

.h2g-event-single__related-story {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid var(--h2g-border);
}

.h2g-event-single__related-story a {
    display: inline-block;
    margin-top: 0.3rem;
    color: var(--h2g-primary-dark);
}

.h2g-event-single__nav {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(216, 210, 200, 0.7);
}

.h2g-event-single__nav-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.h2g-event-single__nav-grid div:last-child {
    text-align: right;
}

/* About */

.h2g-about-hero {
    padding-top: clamp(3.3rem, 6vw, 6rem);
    padding-bottom: clamp(2.2rem, 5vw, 4rem);
}

.h2g-about-hero__grid {
    align-items: center;
}

.h2g-about-hero__content p {
    color: var(--h2g-text-light);
}

.h2g-about-hero__media {
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.75);
    min-height: 360px;
}

.h2g-about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-about-pillars {
    background: rgba(255, 255, 255, 0.62);
}

.h2g-about-pillars__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-about-pillars__card {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: var(--h2g-white);
    padding: 1.15rem 1.2rem;
}

.h2g-about-pillars__card--wide {
    grid-column: 1 / -1;
}

.h2g-about-pillars__card p {
    color: var(--h2g-text-light);
}

.h2g-about-founder__image {
    border-radius: var(--h2g-radius);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.76);
    min-height: 320px;
}

.h2g-about-founder__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2g-about-founder__role {
    margin-top: -0.35rem;
    color: var(--h2g-primary);
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Contact */

.h2g-contact-hero {
    padding-bottom: clamp(2rem, 4vw, 3.2rem);
}

.h2g-contact-hero p {
    max-width: 65ch;
    color: var(--h2g-text-light);
}

.h2g-contact-layout {
    align-items: start;
}

.h2g-contact-card {
    border: 1px solid rgba(216, 210, 200, 0.75);
    border-radius: var(--h2g-radius);
    background: rgba(255, 255, 255, 0.85);
    padding: 1.1rem 1.2rem;
}

.h2g-contact-card h2,
.h2g-contact-card h3 {
    margin-bottom: 0.8rem;
}

.h2g-contact-info-row {
    display: grid;
    gap: 0.18rem;
    margin-bottom: 0.9rem;
}

.h2g-contact-info-row strong {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--h2g-text-muted);
}

.h2g-contact-info-row a,
.h2g-contact-info-row span {
    color: var(--h2g-text);
}

.h2g-contact-social {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--h2g-border);
}

.h2g-contact-social strong {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--h2g-text-light);
}

.h2g-contact-secondary {
    padding-top: clamp(2.2rem, 4vw, 3.8rem);
}

/* Footer */

.h2g-footer {
    margin-top: 0;
    border-top: 1px solid rgba(216, 210, 200, 0.86);
    background: var(--h2g-warm-light);
    padding-top: clamp(2.5rem, 4.5vw, 3.5rem);
    color: var(--h2g-text);
}

.h2g-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr;
    gap: 1rem;
}

.h2g-footer__logo {
    margin-bottom: 0.9rem;
}

.h2g-footer__logo img {
    height: 42px;
    width: auto;
}

.h2g-footer__brand-name {
    display: block;
    margin-bottom: 0.5rem;
    font-family: var(--h2g-font-heading);
    font-size: 1.45rem;
    color: var(--h2g-black);
    letter-spacing: -0.02em;
}

.h2g-footer__brand-desc {
    color: var(--h2g-text-light);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}

.h2g-footer__address {
    font-style: normal;
    font-size: 0.875rem;
    color: var(--h2g-text-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.h2g-footer__nav-wrap h4,
.h2g-footer__newsletter h4 {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    font-family: var(--h2g-font-body);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--h2g-text);
}

/* Footer Newsletter */
.h2g-footer__newsletter-desc {
    font-size: 0.88rem;
    color: var(--h2g-text-light);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.h2g-footer__newsletter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.h2g-footer__newsletter-input {
    flex: 1;
    min-width: 0;
    padding: 0.65rem 1.1rem;
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    background: var(--h2g-white);
    font-size: 0.88rem;
    font-family: var(--h2g-font-body);
    color: var(--h2g-text);
    transition: border-color var(--h2g-transition);
}

.h2g-footer__newsletter-input:focus {
    outline: none;
    border-color: var(--h2g-primary);
}

.h2g-footer__newsletter-input::placeholder {
    color: var(--h2g-text-muted);
}

.h2g-footer__newsletter-row .h2g-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.65rem 1.35rem;
    font-size: 0.85rem;
}

/* Shortcode-based forms */
.h2g-footer__newsletter-form {
    margin-top: 0.25rem;
}

.h2g-footer__nav-wrap h4 {
    margin-bottom: 0.8rem;
}

.h2g-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.h2g-footer__links a {
    color: var(--h2g-text);
    font-size: 0.9rem;
    transition: color var(--h2g-transition);
}

.h2g-footer__links a:hover,
.h2g-footer__links a:focus {
    color: var(--h2g-primary);
}

.h2g-footer__contact p {
    margin-bottom: 0.9rem;
}

.h2g-footer__contact p a {
    color: var(--h2g-text-light);
    transition: color var(--h2g-transition);
}

.h2g-footer__contact p a:hover,
.h2g-footer__contact p a:focus {
    color: var(--h2g-primary);
}

.h2g-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.h2g-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--h2g-border);
    color: var(--h2g-text-light);
}

.h2g-footer__social a:hover,
.h2g-footer__social a:focus {
    border-color: var(--h2g-primary);
    color: var(--h2g-primary);
}

.h2g-footer__bottom {
    margin-top: 1.6rem;
    padding: 0.95rem 0 1.2rem;
    border-top: 1px solid rgba(216, 210, 200, 0.74);
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    color: var(--h2g-text-muted);
    font-size: 0.78rem;
}

/* Form polish */

.h2g-contact-card input[type='text'],
.h2g-contact-card input[type='email'],
.h2g-contact-card input[type='url'],
.h2g-contact-card input[type='tel'],
.h2g-contact-card textarea,
.h2g-contact-card select,
.h2g-newsletter input[type='email'],
.h2g-newsletter input[type='text'] {
    width: 100%;
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    background: var(--h2g-white);
    color: var(--h2g-text);
    padding: 0.66rem 0.75rem;
}

.h2g-contact-card input:focus,
.h2g-contact-card textarea:focus,
.h2g-newsletter input:focus {
    outline: none;
    border-color: var(--h2g-primary);
    box-shadow: 0 0 0 2px rgba(45, 122, 103, 0.13);
}

/* Responsive */

@media (max-width: 1160px) {
    .h2g-home-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h2g-archive-layout {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .h2g-footer__newsletter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    .h2g-layout-12 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .h2g-col-1,
    .h2g-col-2,
    .h2g-col-3,
    .h2g-col-4,
    .h2g-col-5,
    .h2g-col-6,
    .h2g-col-7,
    .h2g-col-8,
    .h2g-col-9,
    .h2g-col-10,
    .h2g-col-11,
    .h2g-col-12 {
        grid-column: span 6;
    }

    /* Desktop nav hidden on mobile */
    .h2g-nav { display: none !important; }

    /* Hamburger button */
    .h2g-mobile-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        background: transparent;
        border: 0;
        padding: 0 10px;
        cursor: pointer;
    }

    .h2g-mobile-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--h2g-text);
        border-radius: 2px;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    /* Hamburger → X when drawer open */
    .h2g-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .h2g-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }
    .h2g-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .h2g-header__cta { display: none; }

    /* Backdrop */
    .h2g-mobile-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 9000;
    }
    .h2g-mobile-backdrop.open { display: block; }

    /* Drawer panel */
    .h2g-mobile-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(320px, 85vw);
        background: #fff;
        z-index: 9100;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
        overflow-y: auto;
    }
    .h2g-mobile-drawer.open {
        transform: translateX(0);
    }

    /* Drawer inner — flex column to fill height */
    .h2g-mobile-drawer__inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }

    /* Drawer header row */
    .h2g-mobile-drawer__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid rgba(216, 210, 200, 0.6);
        flex-shrink: 0;
    }

    .h2g-mobile-drawer__logo img {
        max-height: 44px;
        width: auto;
    }

    /* Close button */
    .h2g-mobile-drawer__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(216, 210, 200, 0.8);
        border-radius: 50%;
        background: transparent;
        color: var(--h2g-text);
        cursor: pointer;
        flex-shrink: 0;
    }

    .h2g-mobile-drawer__close:hover {
        background: var(--h2g-surface);
    }

    /* Nav list */
    .h2g-mobile-drawer__nav {
        flex: 1;
        padding: 0.5rem 0;
    }

    .h2g-mobile-drawer__nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .h2g-mobile-drawer__nav li {
        border-bottom: 1px solid rgba(216, 210, 200, 0.45);
    }

    .h2g-mobile-drawer__nav a {
        display: flex;
        align-items: center;
        min-height: 56px;
        padding: 0 1.5rem;
        font-family: var(--h2g-font-heading);
        font-size: 1.08rem;
        color: var(--h2g-text);
        text-decoration: none;
        letter-spacing: 0;
        text-transform: none;
    }

    .h2g-mobile-drawer__nav a:active,
    .h2g-mobile-drawer__nav .current-menu-item > a {
        color: var(--h2g-primary);
        background: rgba(216, 210, 200, 0.15);
    }

    /* Donate CTA at bottom */
    .h2g-mobile-drawer__cta {
        padding: 1.25rem 1.5rem 2rem;
        flex-shrink: 0;
    }

    .h2g-home-programs__grid,
    .h2g-story-more__grid,
    .h2g-event-grid,
    .h2g-about-pillars__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h2g-event-archive__featured {
        grid-template-columns: 1fr;
    }

    .h2g-event-archive__featured-image {
        min-height: 260px;
    }
}

@media (max-width: 760px) {
    .h2g-container {
        padding: 0 1.05rem;
    }

    .h2g-home-section__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
    }

    .h2g-home-hero__stats {
        grid-template-columns: 1fr;
    }

    .h2g-home-programs__grid,
    .h2g-story-more__grid,
    .h2g-event-grid,
    .h2g-about-pillars__grid {
        grid-template-columns: 1fr;
    }

    .h2g-story-archive__item {
        grid-template-columns: 1fr;
    }

    .h2g-story-archive__item-image {
        min-height: 190px;
    }

    .h2g-story-archive__item-content {
        padding: 0.95rem 1rem 1.05rem;
    }

    .h2g-event-line {
        grid-template-columns: auto 1fr;
    }

    .h2g-event-line .h2g-inline-link {
        grid-column: 2;
        justify-self: start;
    }

    .h2g-event-single__nav-grid,
    .h2g-postnav__grid,
    .h2g-footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
        gap: 0.85rem;
    }

    .h2g-postnav__item--next,
    .h2g-event-single__nav-grid div:last-child,
    .h2g-footer__bottom {
        text-align: left;
    }

    .h2g-footer__top {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   MEDIA PAGE
   ============================================= */

.h2g-media-gallery {
    background: rgba(255, 255, 255, 0.58);
    border-top: 1px solid rgba(216, 210, 200, 0.66);
    border-bottom: 1px solid rgba(216, 210, 200, 0.66);
}

.h2g-media-videos__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-media-videos__item {
    border-radius: var(--h2g-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(216, 210, 200, 0.75);
    box-shadow: var(--h2g-shadow-soft);
    aspect-ratio: 16 / 9;
    background: var(--h2g-black);
}

.h2g-media-videos__item iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 760px) {
    .h2g-media-videos__grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   DONATE PAGE REFINEMENTS
   ============================================= */

/* Tighten donate panel top spacing when hero above */
.h2g-donate__panel h3 {
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

/* =============================================
   STORY SUBMIT BTN ICON (SVG)
   ============================================= */

.h2g-story-submit__btn-icon {
    flex-shrink: 0;
    display: inline-block;
    transition: transform var(--h2g-transition);
}

.h2g-story-submit__btn:hover .h2g-story-submit__btn-icon,
.h2g-story-submit__btn:focus .h2g-story-submit__btn-icon {
    transform: translateX(3px);
}

/* =============================================
   PROSE UTILITY (used in archive-hero text + intros)
   ============================================= */

.h2g-prose {
    color: var(--h2g-text-light);
    line-height: 1.9;
    font-size: 1.02rem;
}

/* =============================================
   ARCHIVE HERO — ensure consistent padding
   when used on interior pages (donate, media, story)
   ============================================= */

.h2g-archive-hero {
    padding-bottom: clamp(2.2rem, 4vw, 3.6rem);
}

/* Breadcrumb in archive-hero on interior pages — no white-on-dark needed */
.h2g-archive-hero .h2g-breadcrumb {
    color: var(--h2g-text-muted);
}

.h2g-archive-hero .h2g-breadcrumb a {
    color: var(--h2g-text-light);
}

.h2g-archive-hero .h2g-breadcrumb__sep {
    color: var(--h2g-border);
}

/* =============================================
   H2G-HOME-SECTION__HEAD as used on Media page
   ============================================= */

.h2g-media-gallery .h2g-home-section__head,
.h2g-media-videos .h2g-home-section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    margin-bottom: var(--h2g-gap);
}

.h2g-media-gallery .h2g-home-section__head h2,
.h2g-media-videos .h2g-home-section__head h2 {
    margin: 0;
}

/* =============================================
   CONTACT CARD — CF7 submit button
   ============================================= */

.h2g-contact-card .wpcf7-submit,
.h2g-contact-card input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.82rem 1.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: var(--h2g-primary);
    color: var(--h2g-white);
    border: 1.5px solid var(--h2g-primary);
    cursor: pointer;
    transition: all var(--h2g-transition);
    width: auto;
}

.h2g-contact-card .wpcf7-submit:hover,
.h2g-contact-card input[type="submit"]:hover {
    background: var(--h2g-primary-dark);
    border-color: var(--h2g-primary-dark);
}

/* =============================================
   GALLERY LIGHTBOX SUPPORT
   ============================================= */

/* ── Photo lightbox overlay ──────────────────── */
#h2g-photo-lb {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
    align-items: center;
    justify-content: center;
}

#h2g-photo-lb.h2g-photo-lb--open {
    display: flex;
}

.h2g-photo-lb__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 11, 9, 0.92);
}

.h2g-photo-lb__stage {
    position: relative;
    z-index: 1;
    max-width: min(90vw, 1100px);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h2g-photo-lb__img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.h2g-photo-lb__img--loaded {
    opacity: 1;
}

.h2g-photo-lb__close,
.h2g-photo-lb__prev,
.h2g-photo-lb__next {
    position: fixed;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--h2g-white);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    backdrop-filter: blur(6px);
}

.h2g-photo-lb__close:hover,
.h2g-photo-lb__prev:hover,
.h2g-photo-lb__next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.h2g-photo-lb__close {
    top: 1.25rem;
    right: 1.25rem;
}

.h2g-photo-lb__prev {
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.h2g-photo-lb__next {
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.h2g-photo-lb__counter {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.08em;
    font-family: var(--h2g-font-body);
}

/* =============================================
   SIDEBAR CTA — text contrast fix (dark bg)
   ============================================= */

.h2g-sidebar-cta p {
    color: rgba(255, 255, 255, 0.88);
}

/* =============================================
   NEWSLETTER — heading/body color in light containers
   (contact card + home newsletter sections use a
   light background, not the dark teal default)
   ============================================= */

.h2g-contact-card .h2g-newsletter h2,
.h2g-contact-card .h2g-newsletter h3,
.h2g-home-newsletter .h2g-newsletter h2,
.h2g-home-newsletter .h2g-newsletter h3 {
    color: var(--h2g-black);
}

.h2g-contact-card .h2g-newsletter p {
    color: var(--h2g-text-light);
}

/* =============================================
   CONTACT CARD MODIFIERS
   ============================================= */

.h2g-contact-card--form {
    padding: clamp(1.2rem, 2.5vw, 2rem);
}

.h2g-contact-card--info {
    position: sticky;
    top: 120px;
}

/* =============================================
   PAGINATION alignment in archive pages
   ============================================= */

.h2g-story-archive .h2g-pagination,
.h2g-event-archive .h2g-pagination {
    justify-content: flex-start;
}

/* =============================================
   EMPTY STATE
   ============================================= */

.h2g-empty-state h3 {
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
}

/* =============================================
   WPCF7 FORM — polish
   ============================================= */

.h2g-contact-card .wpcf7 {
    margin: 0;
}

.h2g-contact-card .wpcf7 p {
    margin-bottom: 0.8rem;
}

.h2g-contact-card .wpcf7 br {
    display: none;
}

/* =============================================
   MOBILE overrides — contact + misc
   ============================================= */

@media (max-width: 760px) {
    .h2g-contact-card--info {
        position: static;
    }

    .h2g-contact-secondary .h2g-layout-12 {
        gap: 1rem;
    }
}


/* =============================================
   NATIVE CONTACT FORM
   ============================================= */

.h2g-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 1.5rem;
}

.h2g-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.h2g-contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.h2g-contact-form__field label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--h2g-text);
}

.h2g-contact-form__field label span {
    color: var(--h2g-error);
}

.h2g-contact-form__field input,
.h2g-contact-form__field textarea {
    width: 100%;
    border: 1px solid var(--h2g-border);
    border-radius: var(--h2g-radius);
    background: var(--h2g-white);
    color: var(--h2g-text);
    padding: 0.66rem 0.88rem;
    font-size: 0.95rem;
    font-family: var(--h2g-font-body);
    transition: border-color var(--h2g-transition), box-shadow var(--h2g-transition);
}

.h2g-contact-form__field input:focus,
.h2g-contact-form__field textarea:focus {
    outline: none;
    border-color: var(--h2g-primary);
    box-shadow: 0 0 0 3px rgba(107, 158, 149, 0.15);
}

.h2g-contact-form__field textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.6;
}

.h2g-contact-form__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 0.5rem;
}

/* Form feedback */

.h2g-form-errors {
    list-style: none;
    background: #fdf2f2;
    border: 1px solid #e8c5c5;
    border-radius: var(--h2g-radius);
    padding: 1rem 1.25rem;
    color: var(--h2g-error);
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.h2g-form-success {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f0f9f4;
    border: 1px solid #b8ddc8;
    border-radius: var(--h2g-radius-lg);
    padding: 1.5rem;
    color: #1f5a4d;
    font-weight: 500;
    margin-top: 1rem;
}

.h2g-form-success svg {
    flex-shrink: 0;
    color: var(--h2g-success);
}

.h2g-form-success p {
    margin: 0;
    color: #1f5a4d;
}

@media (max-width: 580px) {
    .h2g-contact-form__grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   LANGUAGE SWITCHER
   ============================================= */

.h2g-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.h2g-lang-switcher__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--h2g-text-muted);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.h2g-lang-switcher__btn:hover {
    background: rgba(216,210,200,0.3);
    color: var(--h2g-text);
}

.h2g-lang-switcher__btn--active {
    background: var(--h2g-primary);
    color: #fff !important;
}

.h2g-lang-switcher__btn--active:hover {
    background: var(--h2g-primary-dark, #1e3328);
}

.h2g-lang-switcher--mobile {
    padding: 0.9rem 1.5rem;
    border-bottom: 1px solid rgba(216,210,200,0.45);
    gap: 6px;
}

.h2g-lang-switcher--mobile .h2g-lang-switcher__btn {
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid rgba(216,210,200,0.6);
    color: var(--h2g-text);
}

.h2g-lang-switcher--mobile .h2g-lang-switcher__btn--active {
    border-color: var(--h2g-primary);
}

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

/* Eyebrow variant for dark hero backgrounds */
.h2g-eyebrow--light {
    color: rgba(255, 255, 255, 0.65);
}

/* Legal page section wrapper */
.h2g-legal-page {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

/* Meta badges row ("Last updated", jurisdiction) */
.h2g-legal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--h2g-border);
}

.h2g-legal-meta__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.75rem;
    background: var(--h2g-warm-light, #f7f5f2);
    border: 1px solid var(--h2g-border);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--h2g-text-muted);
    letter-spacing: 0.02em;
}

/* Long-form legal content typography */
.h2g-legal-content {
    line-height: 1.85;
    font-size: 1.02rem;
    color: var(--h2g-text);
}

.h2g-legal-content h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    color: var(--h2g-black);
    margin-top: 2.8rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--h2g-border);
}

.h2g-legal-content h2:first-child {
    margin-top: 0;
}

.h2g-legal-content h3 {
    font-size: 1.12rem;
    color: var(--h2g-black);
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.h2g-legal-content p {
    margin-bottom: 1.25rem;
    color: var(--h2g-text-light);
}

.h2g-legal-content ul,
.h2g-legal-content ol {
    margin: 0.5rem 0 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.h2g-legal-content li {
    color: var(--h2g-text-light);
    line-height: 1.7;
}

.h2g-legal-content strong {
    color: var(--h2g-text);
    font-weight: 700;
}

.h2g-legal-content a {
    color: var(--h2g-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s;
}

.h2g-legal-content a:hover {
    color: var(--h2g-primary-dark, #1e3328);
}

/* Cross-reference note at bottom of legal pages */
.h2g-legal-footer-note {
    margin-top: 3rem;
    padding: 1.25rem 1.5rem;
    background: var(--h2g-warm-light, #f7f5f2);
    border-left: 3px solid var(--h2g-primary);
    border-radius: 0 var(--h2g-radius) var(--h2g-radius) 0;
}

.h2g-legal-footer-note p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--h2g-text-muted);
    line-height: 1.6;
}

.h2g-legal-footer-note a {
    color: var(--h2g-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Footer legal links in bottom bar */
.h2g-footer__legal-links {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.h2g-footer__legal-links a {
    color: var(--h2g-text-muted);
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.15s;
}

.h2g-footer__legal-links a:hover {
    color: var(--h2g-text);
    text-decoration: underline;
}

.h2g-footer__legal-links span {
    color: var(--h2g-border);
    font-size: 0.7rem;
}

/* =============================================
   DONATION TYPE TOGGLE
   ============================================= */

.h2g-donate__type-wrap {
    margin-bottom: 1.5rem;
}

.h2g-donate__type-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--h2g-text-muted);
    margin-bottom: 0.6rem;
}

.h2g-donate__type-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.h2g-donate__type-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.75rem 1rem;
    border: 2px solid var(--h2g-border);
    border-radius: var(--h2g-radius-lg);
    background: var(--h2g-white);
    cursor: pointer;
    transition: all 0.18s ease;
    text-align: center;
}

.h2g-donate__type-btn:hover {
    border-color: var(--h2g-primary);
    background: rgba(42, 82, 68, 0.04);
}

.h2g-donate__type-btn.selected {
    border-color: var(--h2g-primary);
    background: rgba(42, 82, 68, 0.07);
    box-shadow: 0 0 0 1px var(--h2g-primary);
}

.h2g-donate__type-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--h2g-text);
}

.h2g-donate__type-sub {
    font-size: 0.73rem;
    color: var(--h2g-text-muted);
    font-weight: 400;
}

/* "Edit amount or type" link in Step 3 */
.h2g-donate__edit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1.25rem;
    font-size: 0.83rem;
    color: var(--h2g-text-muted);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s;
}

.h2g-donate__edit-link:hover {
    color: var(--h2g-primary);
}

/* NEW LAYER: footer bottom — allow 3-item flex row */
.h2g-footer__bottom {
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    align-items: center;
}

@media (max-width: 600px) {
    .h2g-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .h2g-legal-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .h2g-legal-content h2 {
        font-size: 1.2rem;
    }
}

