/* =============================================================================
   A Budding Enthusiast — Main Stylesheet
   Dark luxury editorial child theme for Astra
   ============================================================================= */

/* ─── Custom Properties ─────────────────────────────────────────────────────── */
:root {
    --bg:           #0E1A0F;
    --bg-content:   #141F15;
    --bg-alt:       #0A1209;
    --forest:       #2C4A2E;
    --gold:         #B8963E;
    --gold-light:   #D4AE58;
    --rust:         #A0522D;
    --ivory:        #F8F4ED;
    --ivory-dim:    rgba(248, 244, 237, 0.75);
    --muted:        #8A8A7A;
    --border:       rgba(44, 74, 46, 0.5);
    --border-gold:  rgba(184, 150, 62, 0.4);

    --font-serif:   'Cormorant Garamond', Georgia, serif;
    --font-sans:    'Jost', system-ui, sans-serif;

    --space-xs:     0.5rem;
    --space-sm:     1rem;
    --space-md:     2rem;
    --space-lg:     4rem;
    --space-xl:     6rem;
    --space-2xl:    10rem;

    --radius:       2px;
    --transition:   200ms ease;
    --transition-md: 350ms ease;

    --container:    1280px;
    --container-narrow: 760px;

    --header-h:     72px;
}

/* ─── Reset / Base ──────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
    background-color: var(--bg) !important;
    color: var(--ivory);
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Astra reset */
.ast-container,
.ast-flex,
#ast-fixed-header,
.ast-primary-header-bar,
.site-header,
#header-main-sep,
.ast-header-break-point .main-header-bar,
.main-header-bar {
    display: none !important;
    height: 0 !important;
}

.site, .ast-site-content-width, .hentry,
.post, .page {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { list-style: none; }
button { cursor: pointer; background: none; border: none; font: inherit; }
input, select, textarea { font: inherit; }

/* ─── Typography ────────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 300;
    line-height: 1.15;
    color: var(--ivory);
}

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
h4 { font-size: clamp(1.125rem, 1.5vw, 1.5rem); }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

em { font-style: italic; }

p { line-height: 1.8; }

/* Label / Tag typography */
.abe-label {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-block;
}

/* ─── Layout Utilities ──────────────────────────────────────────────────────── */
.abe-container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 3rem);
}

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

.abe-container--flush {
    padding-inline: 0;
}

.abe-text-center { text-align: center; }

.abe-section {
    padding-block: clamp(4rem, 8vw, 7rem);
}

.abe-section--dark-alt {
    background-color: var(--bg-content);
}

/* ─── Header ─────────────────────────────────────────────────────────────────── */
.abe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: var(--header-h);
    background-color: var(--bg);
    border-bottom: 1px solid var(--border);
    transition: background-color var(--transition-md), border-color var(--transition-md),
                box-shadow var(--transition-md);
}

.abe-header.is-scrolled {
    background-color: rgba(14, 26, 15, 0.97);
    border-bottom-color: var(--border-gold);
    box-shadow: 0 1px 24px rgba(0,0,0,0.4);
}

.abe-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 3rem);
    gap: 2rem;
}

/* Wordmark */
.abe-header__wordmark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    flex-shrink: 0;
}

.abe-header__wordmark-top,
.abe-header__wordmark-bottom {
    font-family: var(--font-serif);
    font-weight: 300;
    color: var(--ivory);
    transition: color var(--transition);
}

.abe-header__wordmark-top    { font-size: 0.9rem; letter-spacing: 0.12em; }
.abe-header__wordmark-bottom { font-size: 1.35rem; letter-spacing: 0.06em; font-style: italic; }

.abe-header__wordmark:hover .abe-header__wordmark-top,
.abe-header__wordmark:hover .abe-header__wordmark-bottom { color: var(--gold-light); }

.abe-header__logo .custom-logo { height: 52px; width: auto; }

/* Primary Nav */
.abe-nav--primary { flex: 1; display: flex; justify-content: center; }

.abe-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2vw, 2.5rem);
}

.abe-nav__item { position: relative; }

.abe-nav__link {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ivory-dim);
    padding-block: 0.35rem;
    transition: color var(--transition);
}

.abe-nav__link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition-md);
}

.abe-nav__link:hover,
.abe-nav__item--active .abe-nav__link {
    color: var(--ivory);
}

.abe-nav__link:hover::after,
.abe-nav__item--active .abe-nav__link::after {
    transform: scaleX(1);
}

/* Header Actions */
.abe-header__actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.abe-header__cart {
    position: relative;
    color: var(--ivory-dim);
    transition: color var(--transition);
    padding: 0.25rem;
}

.abe-header__cart:hover { color: var(--gold); }

.abe-header__cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--gold);
    color: var(--bg);
    font-size: 0.6rem;
    font-weight: 500;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
}

/* Hamburger */
.abe-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    padding: 2px;
}

.abe-hamburger__bar {
    display: block;
    height: 1px;
    background-color: var(--ivory);
    transition: transform var(--transition-md), opacity var(--transition), width var(--transition-md);
    transform-origin: center;
}

.abe-hamburger__bar:nth-child(1) { width: 100%; }
.abe-hamburger__bar:nth-child(2) { width: 70%; }
.abe-hamburger__bar:nth-child(3) { width: 85%; }

.abe-hamburger[aria-expanded="true"] .abe-hamburger__bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.abe-hamburger[aria-expanded="true"] .abe-hamburger__bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.abe-hamburger[aria-expanded="true"] .abe-hamburger__bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); width: 100%; }

/* ─── Mobile Navigation ─────────────────────────────────────────────────────── */
.abe-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 99;
    visibility: hidden;
    pointer-events: none;
}

.abe-mobile-nav.is-open {
    visibility: visible;
    pointer-events: auto;
}

.abe-mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity var(--transition-md);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.abe-mobile-nav.is-open .abe-mobile-nav__backdrop { opacity: 1; }

.abe-mobile-nav__drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 85vw);
    background: var(--bg-content);
    border-left: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    padding: 2rem;
    transform: translateX(100%);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.abe-mobile-nav.is-open .abe-mobile-nav__drawer { transform: translateX(0); }

.abe-mobile-nav__close {
    align-self: flex-end;
    color: var(--muted);
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    transition: color var(--transition);
}

.abe-mobile-nav__close:hover { color: var(--ivory); }

.abe-mobile-nav__logo { margin-bottom: 2.5rem; }

.abe-mobile-nav__list { flex: 1; }

.abe-mobile-nav__list li { border-bottom: 1px solid var(--border); }

.abe-mobile-nav__list a {
    display: block;
    padding: 1rem 0;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    color: var(--ivory);
    transition: color var(--transition), padding-left var(--transition-md);
}

.abe-mobile-nav__list a:hover { color: var(--gold); padding-left: 0.5rem; }

.abe-mobile-nav__footer { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }

.abe-mobile-nav__tagline { font-size: 0.8125rem; color: var(--muted); line-height: 1.6; }

/* ─── Page Offset ────────────────────────────────────────────────────────────── */
.abe-main { padding-top: var(--header-h); }

/* ─── Hero ───────────────────────────────────────────────────────────────────── */
.abe-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: var(--header-h);
}

.abe-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    transition: transform 8s ease;
}

.abe-hero__bg--default {
    background: radial-gradient(ellipse at 30% 60%, #1a3a1c 0%, var(--bg) 70%);
}

.abe-hero:hover .abe-hero__bg { transform: scale(1); }

.abe-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(14, 26, 15, 0.5) 0%,
        rgba(14, 26, 15, 0.7) 60%,
        rgba(14, 26, 15, 0.95) 100%
    );
}

.abe-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-inline: clamp(1.25rem, 6vw, 4rem);
    max-width: 900px;
    animation: abe-fade-up 1s ease 0.2s both;
}

.abe-hero__kicker {
    margin-bottom: 1.25rem;
}

.abe-hero__rule {
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.abe-hero__title {
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
    color: var(--ivory);
}

.abe-hero__subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1.0625rem);
    color: var(--ivory-dim);
    max-width: 520px;
    margin-inline: auto;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.abe-hero__ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Scroll indicator */
.abe-hero__scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: abe-fade-in 1s ease 1.2s both;
}

.abe-hero__scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: abe-scroll-line 2s ease-in-out infinite;
}

.abe-hero__scroll-text {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-family: var(--font-sans);
}

/* ─── News Ticker ───────────────────────────────────────────────────────────── */
.abe-ticker {
    display: flex;
    align-items: center;
    height: 44px;
    background-color: var(--bg-alt);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

.abe-ticker__label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-inline: 1.5rem;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-family: var(--font-sans);
    white-space: nowrap;
    border-right: 1px solid var(--border);
    height: 100%;
    flex-shrink: 0;
    background: var(--bg-alt);
    z-index: 1;
}

.abe-ticker__label svg { color: var(--gold); flex-shrink: 0; }

.abe-ticker__track {
    flex: 1;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.abe-ticker__inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: abe-ticker-scroll 40s linear infinite;
    will-change: transform;
}

.abe-ticker__item {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-family: var(--font-sans);
    color: var(--ivory-dim);
    padding-inline: 0.25rem;
    white-space: nowrap;
    transition: color var(--transition);
}

.abe-ticker__item:hover { color: var(--gold-light); }

.abe-ticker__sep {
    margin-inline: 1.25rem;
    color: var(--forest);
    font-size: 0.5rem;
}

/* ─── Buttons ────────────────────────────────────────────────────────────────── */
.abe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: var(--radius);
    transition: all var(--transition-md);
    white-space: nowrap;
}

.abe-btn--gold {
    border-color: var(--gold);
    color: var(--gold);
    background: transparent;
}

.abe-btn--gold:hover {
    background: var(--gold);
    color: var(--bg);
}

.abe-btn--ghost {
    border-color: rgba(248, 244, 237, 0.25);
    color: var(--ivory-dim);
    background: transparent;
}

.abe-btn--ghost:hover {
    border-color: var(--ivory);
    color: var(--ivory);
    background: rgba(248, 244, 237, 0.06);
}

.abe-btn--outline {
    border-color: var(--forest);
    color: var(--ivory-dim);
    background: transparent;
}

.abe-btn--outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.abe-btn--large {
    padding: 1rem 2.75rem;
    font-size: 0.75rem;
}

/* ─── Sections ───────────────────────────────────────────────────────────────── */
.abe-section__header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.abe-section__header .abe-label { margin-bottom: 1rem; }

.abe-section__title {
    margin-bottom: 1.25rem;
}

.abe-section__rule {
    width: 48px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    margin-inline: auto;
}

.abe-section__footer {
    text-align: center;
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

/* ─── Cards ──────────────────────────────────────────────────────────────────── */
.abe-grid {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 2rem);
}

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

.abe-card {
    background: var(--bg-content);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color var(--transition-md), box-shadow var(--transition-md),
                transform var(--transition-md);
    display: flex;
    flex-direction: column;
}

.abe-card:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 40px rgba(184, 150, 62, 0.12);
    transform: translateY(-2px);
}

.abe-card--featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
    min-height: 420px;
}

.abe-card__image-wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.abe-card--featured .abe-card__image-wrap {
    aspect-ratio: unset;
    height: 100%;
}

.abe-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

.abe-card:hover .abe-card__img { transform: scale(1.04); }

.abe-card__img--placeholder {
    background: linear-gradient(135deg, var(--forest) 0%, var(--bg) 100%);
    min-height: 240px;
}

.abe-card__body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.abe-card__category { margin-bottom: 0.75rem; }
.abe-card__category a:hover { color: var(--gold-light); }

.abe-card__title {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.abe-card__title a { color: var(--ivory); transition: color var(--transition); }
.abe-card__title a:hover { color: var(--gold-light); }

.abe-card__title--large { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }

.abe-card__excerpt {
    font-size: 0.875rem;
    color: var(--ivory-dim);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.abe-card--featured .abe-card__excerpt { -webkit-line-clamp: 5; }

.abe-card__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: auto;
}

.abe-card__date {
    font-size: 0.75rem;
    color: var(--muted);
    font-family: var(--font-sans);
}

.abe-card__read-time {
    font-size: 0.75rem;
    color: var(--muted);
    font-family: var(--font-sans);
}

.abe-card__read-more {
    font-size: 0.6875rem;
    font-family: var(--font-sans);
    letter-spacing: 0.1em;
    color: var(--gold);
    margin-left: auto;
    transition: gap var(--transition), letter-spacing var(--transition);
}

.abe-card__read-more:hover { letter-spacing: 0.15em; color: var(--gold-light); }

/* ─── Split Layout ───────────────────────────────────────────────────────────── */
.abe-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.abe-split--reversed { direction: rtl; }
.abe-split--reversed > * { direction: ltr; }

.abe-split__image-frame {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid var(--border);
}

.abe-split__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abe-split__image-frame--portrait { aspect-ratio: 3 / 4; }

.abe-split__content .abe-label { margin-bottom: 1rem; }
.abe-split__title { margin-bottom: 1.25rem; }
.abe-split__rule {
    width: 40px;
    height: 1px;
    background: var(--gold);
    margin-bottom: 1.75rem;
}
.abe-split__body { color: var(--ivory-dim); margin-bottom: 2rem; line-height: 1.8; }

.abe-placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--forest) 0%, var(--bg) 100%);
    min-height: 400px;
}

.abe-placeholder-image--portrait { min-height: 480px; }

/* ─── Studio Teaser ──────────────────────────────────────────────────────────── */
.abe-studio-teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.abe-studio-teaser__text .abe-label { margin-bottom: 1rem; }
.abe-studio-teaser__title { margin-bottom: 1.25rem; }
.abe-studio-teaser__text p { color: var(--ivory-dim); margin-bottom: 2rem; }

.abe-studio-teaser__services {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 2.5rem;
    border: 1px solid var(--border);
    background: var(--bg);
}

.abe-service-item { display: flex; gap: 1.25rem; }

.abe-service-item__num {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    flex-shrink: 0;
    width: 2.5rem;
}

.abe-service-item__title {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 0.35rem;
}

.abe-service-item__desc {
    font-size: 0.8125rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ─── Podcast Teaser ─────────────────────────────────────────────────────────── */
.abe-podcast-teaser {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
}

.abe-podcast-art-frame {
    aspect-ratio: 1;
    border: 1px solid var(--border);
    background: linear-gradient(145deg, var(--forest) 0%, var(--bg) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.abe-podcast-art-inner { text-align: center; }

.abe-podcast-art-title {
    display: block;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.35rem;
    font-weight: 300;
    color: var(--ivory);
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.abe-podcast-art-sub {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

.abe-podcast-teaser__content .abe-label { margin-bottom: 0.75rem; }
.abe-podcast-teaser__title { margin-bottom: 1rem; }
.abe-podcast-teaser__desc { color: var(--ivory-dim); margin-bottom: 1.75rem; }

.abe-podcast-teaser__platforms {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.abe-platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border);
    font-size: 0.75rem;
    font-family: var(--font-sans);
    color: var(--ivory-dim);
    border-radius: var(--radius);
    transition: all var(--transition);
}

.abe-platform-badge:hover { border-color: var(--gold); color: var(--gold); }
.abe-platform-badge--lg { padding: 0.625rem 1.25rem; font-size: 0.8125rem; }

/* ─── Visual Grid ─────────────────────────────────────────────────────────────── */
.abe-visual-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

.abe-visual-grid__placeholder {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--forest) 0%, rgba(14,26,15,0.5) 50%, var(--bg) 100%);
    transition: opacity var(--transition-md);
}

.abe-visual-grid__link:hover .abe-visual-grid__placeholder { opacity: 0.7; }

/* ─── Page Header ─────────────────────────────────────────────────────────────── */
.abe-page-header {
    padding-block: clamp(5rem, 10vw, 8rem);
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.abe-page-header .abe-label { margin-bottom: 1rem; }

.abe-page-header__title { margin-bottom: 1rem; }

.abe-page-header__rule {
    width: 48px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.abe-page-header__desc {
    max-width: 560px;
    margin-inline: auto;
    color: var(--ivory-dim);
    font-size: 1.0625rem;
    line-height: 1.75;
}

/* ─── Filter Bar ─────────────────────────────────────────────────────────────── */
.abe-filter-bar {
    padding-block: 1.25rem;
    border-bottom: 1px solid var(--border);
    background: var(--bg-content);
    position: sticky;
    top: var(--header-h);
    z-index: 10;
}

.abe-filter-nav {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.abe-filter-nav::-webkit-scrollbar { display: none; }

.abe-filter-nav__item {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0.4rem 1rem;
    border: 1px solid transparent;
    border-radius: 2px;
    white-space: nowrap;
    transition: all var(--transition);
}

.abe-filter-nav__item:hover { color: var(--ivory); border-color: var(--border); }
.abe-filter-nav__item--active { color: var(--gold); border-color: var(--gold); }

.abe-filter-nav__count {
    font-size: 0.5625rem;
    color: var(--muted);
    margin-left: 0.25rem;
}

/* ─── Pagination ─────────────────────────────────────────────────────────────── */
.abe-pagination {
    margin-top: clamp(3rem, 6vw, 5rem);
    display: flex;
    justify-content: center;
}

.abe-pagination .page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.abe-pagination .page-numbers a,
.abe-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding-inline: 0.75rem;
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    border: 1px solid var(--border);
    color: var(--ivory-dim);
    transition: all var(--transition);
}

.abe-pagination .page-numbers a:hover { border-color: var(--gold); color: var(--gold); }
.abe-pagination .page-numbers .current { border-color: var(--gold); color: var(--gold); background: rgba(184,150,62,0.08); }
.abe-pagination .page-numbers .dots { border-color: transparent; }

/* ─── Prose Content ──────────────────────────────────────────────────────────── */
.abe-prose { color: var(--ivory-dim); }

.abe-prose h1, .abe-prose h2, .abe-prose h3,
.abe-prose h4, .abe-prose h5, .abe-prose h6 { color: var(--ivory); margin-block: 2rem 0.75rem; }

.abe-prose p { margin-bottom: 1.5rem; }

.abe-prose a { color: var(--gold); border-bottom: 1px solid rgba(184,150,62,0.3); transition: border-color var(--transition); }
.abe-prose a:hover { border-bottom-color: var(--gold); }

.abe-prose ul, .abe-prose ol { margin-block: 1rem 1.5rem; padding-left: 1.75rem; }
.abe-prose ul { list-style: disc; }
.abe-prose ol { list-style: decimal; }
.abe-prose li { margin-bottom: 0.5rem; }

.abe-prose blockquote {
    border-left: 2px solid var(--gold);
    padding: 1.25rem 1.75rem;
    margin-block: 2rem;
    color: var(--ivory);
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 300;
    background: rgba(184,150,62,0.04);
}

.abe-prose img { border-radius: var(--radius); margin-block: 2.5rem; }

.abe-prose hr { border: none; border-top: 1px solid var(--border); margin-block: 3rem; }

.abe-prose--large p { font-size: 1.125rem; line-height: 1.85; }
.abe-prose--large > p:first-child { font-size: 1.25rem; color: var(--ivory); }

.abe-prose--post > p:first-of-type::first-letter {
    font-family: var(--font-serif);
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 0.85;
    float: left;
    margin-right: 0.15em;
    margin-top: 0.1em;
    color: var(--gold);
}

/* ─── Single Post ────────────────────────────────────────────────────────────── */
.abe-post-header {
    padding-block: clamp(4rem, 8vw, 7rem) clamp(2.5rem, 4vw, 3.5rem);
    text-align: center;
}

.abe-post-header__cats { margin-bottom: 1.25rem; display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }
.abe-post-header__cat:hover { color: var(--gold-light); }
.abe-post-header__title { margin-bottom: 1.25rem; }
.abe-post-header__rule { width: 48px; height: 1px; background: linear-gradient(to right,transparent,var(--gold),transparent); margin-inline: auto; margin-bottom: 1.5rem; }

.abe-post-header__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: var(--muted);
    font-family: var(--font-sans);
    flex-wrap: wrap;
}

.abe-post-header__meta a:hover { color: var(--gold); }
.abe-post-header__sep { opacity: 0.4; }

.abe-post-hero {
    position: relative;
    max-height: 65vh;
    overflow: hidden;
}

.abe-post-hero__img {
    width: 100%;
    height: 65vh;
    max-height: 65vh;
    object-fit: cover;
}

.abe-post-hero__caption {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    font-size: 0.75rem;
    color: var(--muted);
    background: rgba(14,26,15,0.8);
    padding: 0.35rem 0.75rem;
}

.abe-post-body { padding-block: clamp(3rem, 6vw, 5rem); }

.abe-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: start;
}

.abe-post-tags {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.abe-tag {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--border);
    color: var(--muted);
    transition: all var(--transition);
}

.abe-tag:hover { border-color: var(--gold); color: var(--gold); }

.abe-post-share {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.abe-share-links { display: flex; gap: 0.5rem; }

.abe-share-link {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--border);
    color: var(--muted);
    transition: all var(--transition);
}

.abe-share-link:hover { border-color: var(--gold); color: var(--gold); }

/* Sidebar */
.abe-post-sidebar { position: sticky; top: calc(var(--header-h) + 2rem); }

.abe-sidebar-author {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.75rem;
    border: 1px solid var(--border);
    background: var(--bg-content);
    margin-bottom: 2rem;
}

.abe-sidebar-author__avatar { border-radius: 50%; width: 64px; height: 64px; }

.abe-sidebar-author__name {
    font-size: 1.0625rem;
    margin-block: 0.25rem;
}

.abe-sidebar-author__bio { font-size: 0.8125rem; color: var(--muted); line-height: 1.6; }

.abe-sidebar-related { padding: 1.75rem; border: 1px solid var(--border); background: var(--bg-content); }

.abe-sidebar-related__title { margin-bottom: 1.25rem; }

.abe-sidebar-related__list { display: flex; flex-direction: column; gap: 1rem; }

.abe-sidebar-related__item { display: flex; gap: 0.75rem; }

.abe-sidebar-related__thumb { flex-shrink: 0; width: 64px; height: 64px; overflow: hidden; }
.abe-sidebar-related__thumb img { width: 100%; height: 100%; object-fit: cover; }

.abe-sidebar-related__post-title {
    font-family: var(--font-serif);
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.abe-sidebar-related__post-title a { color: var(--ivory); transition: color var(--transition); }
.abe-sidebar-related__post-title a:hover { color: var(--gold); }
.abe-sidebar-related__date { font-size: 0.6875rem; color: var(--muted); }

/* Post Navigation */
.abe-post-nav {
    border-top: 1px solid var(--border);
    padding-block: 2.5rem;
}

.abe-post-nav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.abe-post-nav__item--next { text-align: right; }
.abe-post-nav__dir { margin-bottom: 0.5rem; display: block; }

.abe-post-nav__link {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 300;
    font-style: italic;
    color: var(--ivory-dim);
    transition: color var(--transition);
    line-height: 1.3;
}

.abe-post-nav__link:hover { color: var(--gold); }

/* ─── Services Grid (Studio) ─────────────────────────────────────────────────── */
.abe-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}

.abe-service-card {
    background: var(--bg-content);
    padding: 2.75rem 2.25rem;
    display: flex;
    gap: 1.5rem;
    transition: background-color var(--transition-md);
}

.abe-service-card:hover { background: rgba(44,74,46,0.15); }

.abe-service-card__num {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.5;
}

.abe-service-card__title { font-size: 1.25rem; margin-bottom: 0.75rem; }

.abe-service-card__desc { color: var(--ivory-dim); font-size: 0.9375rem; margin-bottom: 1.5rem; line-height: 1.7; }

.abe-service-card__includes {
    list-style: none;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.abe-service-card__includes li {
    font-size: 0.8125rem;
    color: var(--muted);
    padding-left: 1rem;
    position: relative;
}

.abe-service-card__includes li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 0.75rem;
}

/* Process Steps */
.abe-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.abe-process-step {
    padding: 2.5rem 1.75rem;
    border: 1px solid var(--border);
    border-right: none;
    position: relative;
}

.abe-process-step:last-child { border-right: 1px solid var(--border); }

.abe-process-step__line {
    position: absolute;
    top: 2rem;
    right: -1px;
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    z-index: 1;
}

.abe-process-step:last-child .abe-process-step__line { display: none; }

.abe-process-step__num {
    display: block;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
    color: var(--gold);
    margin-bottom: 0.75rem;
    opacity: 0.6;
}

.abe-process-step__title { font-size: 1.125rem; margin-bottom: 0.75rem; }
.abe-process-step__desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

/* ─── Podcast Episodes ───────────────────────────────────────────────────────── */
.abe-podcast-header-platforms {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.abe-episode-featured {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: center;
}

.abe-episode-featured__img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid var(--border);
}

.abe-episode-art-frame {
    aspect-ratio: 1;
    border: 1px solid var(--border);
    background: linear-gradient(145deg, var(--forest), var(--bg));
    display: flex;
    align-items: center;
    justify-content: center;
}

.abe-episode-badge { margin-bottom: 0.75rem; }
.abe-episode-featured__title { font-size: clamp(1.5rem, 3vw, 2.5rem); margin-bottom: 0.75rem; }
.abe-episode-featured__title a { color: var(--ivory); transition: color var(--transition); }
.abe-episode-featured__title a:hover { color: var(--gold); }

.abe-episode-featured__meta {
    display: flex;
    gap: 1rem;
    font-size: 0.8125rem;
    color: var(--muted);
    margin-bottom: 1rem;
    font-family: var(--font-sans);
}

.abe-episode-featured__desc { color: var(--ivory-dim); margin-bottom: 1.75rem; }

.abe-audio-player { margin-bottom: 1.75rem; }

.abe-audio-player__element {
    width: 100%;
    height: 44px;
    accent-color: var(--gold);
    filter: invert(0.9) sepia(0.3) hue-rotate(40deg) brightness(1.1);
}

.abe-episode-list { display: flex; flex-direction: column; }

.abe-episode-list__item { border-bottom: 1px solid var(--border); }
.abe-episode-list__item:first-child { border-top: 1px solid var(--border); }

.abe-episode-row {
    display: flex;
    gap: 1.5rem;
    padding: 1.75rem 0;
    align-items: flex-start;
    transition: background-color var(--transition);
}

.abe-episode-row:hover { background: rgba(44,74,46,0.08); }

.abe-episode-row__thumb { flex-shrink: 0; width: 72px; height: 72px; overflow: hidden; border: 1px solid var(--border); }
.abe-episode-row__img { width: 100%; height: 100%; object-fit: cover; }

.abe-episode-row__thumb-placeholder {
    width: 72px;
    height: 72px;
    border: 1px solid var(--border);
    background: var(--bg-content);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--gold);
    flex-shrink: 0;
}

.abe-episode-num { margin-bottom: 0.25rem; }

.abe-episode-row__title { font-size: 1.0625rem; margin-bottom: 0.35rem; }
.abe-episode-row__title a { color: var(--ivory); transition: color var(--transition); }
.abe-episode-row__title a:hover { color: var(--gold); }

.abe-episode-row__excerpt { font-size: 0.8125rem; color: var(--muted); margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.abe-episode-row__meta { display: flex; align-items: center; gap: 0.75rem; font-size: 0.75rem; color: var(--muted); font-family: var(--font-sans); }

.abe-episode-row__link { color: var(--gold); margin-left: auto; letter-spacing: 0.05em; }
.abe-episode-row__link:hover { color: var(--gold-light); }

/* ─── Values Grid ────────────────────────────────────────────────────────────── */
.abe-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.abe-value-item { padding: 2rem 1.5rem; border: 1px solid var(--border); }
.abe-value-item__icon { font-size: 1.5rem; color: var(--gold); margin-bottom: 1rem; display: block; }
.abe-value-item__title { font-size: 1.125rem; margin-bottom: 0.75rem; }
.abe-value-item__desc { font-size: 0.875rem; color: var(--muted); line-height: 1.7; }

/* Press */
.abe-press-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.abe-press-logo-item {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--muted);
}

.abe-press-logo-sep { color: var(--border); font-size: 1.25rem; }

/* ─── Contact Layout ─────────────────────────────────────────────────────────── */
.abe-contact-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: start;
}

.abe-contact-form-col__title { margin-bottom: 2rem; }

/* Forms */
.abe-form-row--half { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.abe-form-group { margin-bottom: 1.25rem; }
.abe-form-group--honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.abe-form-label {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.abe-form-label span { color: var(--gold); }

.abe-form-input,
.abe-form-select,
.abe-form-textarea {
    display: block;
    width: 100%;
    background: var(--bg-content);
    border: 1px solid var(--border);
    color: var(--ivory);
    padding: 0.875rem 1rem;
    font-family: var(--font-sans);
    font-size: 0.9375rem;
    border-radius: var(--radius);
    transition: border-color var(--transition), box-shadow var(--transition);
    -webkit-appearance: none;
    appearance: none;
}

.abe-form-input::placeholder,
.abe-form-textarea::placeholder { color: var(--muted); }

.abe-form-input:focus,
.abe-form-select:focus,
.abe-form-textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184,150,62,0.12);
}

.abe-form-select { cursor: pointer; }
.abe-form-select option { background: var(--bg-content); }
.abe-form-textarea { resize: vertical; min-height: 180px; }

.abe-form-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.75rem;
    flex-wrap: wrap;
}

.abe-form-note { font-size: 0.75rem; color: var(--muted); }

.abe-contact-submit { position: relative; }
.abe-contact-submit__sending { display: none; }
.abe-contact-submit.is-loading .abe-contact-submit__text { display: none; }
.abe-contact-submit.is-loading .abe-contact-submit__sending { display: block; }

.abe-form-status {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius);
    font-size: 0.9rem;
}

.abe-form-status--success { background: rgba(44,74,46,0.2); border: 1px solid var(--forest); color: #7ec98e; }
.abe-form-status--error   { background: rgba(160,82,45,0.15); border: 1px solid var(--rust); color: #e8a882; }

/* Contact Info */
.abe-contact-info-col { padding-top: 4rem; }

.abe-contact-info-block { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border); }
.abe-contact-info-block:last-child { border-bottom: none; }

.abe-contact-info-block__title { font-size: 0.9375rem; margin-bottom: 0.75rem; }

.abe-contact-info-block p { font-size: 0.875rem; color: var(--muted); margin-bottom: 0.75rem; line-height: 1.7; }

.abe-contact-info-block__link {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    color: var(--gold);
    border-bottom: 1px solid rgba(184,150,62,0.3);
    transition: border-color var(--transition);
}

.abe-contact-info-block__link:hover { border-bottom-color: var(--gold); }

/* ─── Social Links ───────────────────────────────────────────────────────────── */
.abe-footer__social { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.abe-social-link {
    color: var(--muted);
    padding: 0.4rem;
    transition: color var(--transition);
}

.abe-social-link:hover { color: var(--gold); }

.abe-social-link--labeled {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-family: var(--font-sans);
    padding: 0;
}

/* ─── Footer ─────────────────────────────────────────────────────────────────── */
.abe-footer { border-top: 1px solid var(--border); }

/* Newsletter Strip */
.abe-footer__newsletter-strip {
    padding-block: clamp(3rem, 5vw, 4rem);
    border-bottom: 1px solid var(--border);
}

.abe-footer__newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.abe-footer__newsletter-text .abe-label { margin-bottom: 0.5rem; }
.abe-footer__newsletter-text p { font-size: 0.9375rem; color: var(--muted); max-width: 480px; }

.abe-newsletter-form__group {
    display: flex;
    gap: 0;
}

.abe-newsletter-form__input {
    flex: 1;
    min-width: 240px;
    background: var(--bg-content);
    border: 1px solid var(--border);
    border-right: none;
    color: var(--ivory);
    padding: 0.75rem 1.25rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    border-radius: var(--radius) 0 0 var(--radius);
    transition: border-color var(--transition);
}

.abe-newsletter-form__input::placeholder { color: var(--muted); }
.abe-newsletter-form__input:focus { outline: none; border-color: var(--gold); }

.abe-newsletter-form .abe-btn {
    border-radius: 0 var(--radius) var(--radius) 0;
    padding-inline: 1.5rem;
}

/* Footer Main */
.abe-footer__main { padding-block: clamp(3rem, 5vw, 4.5rem); }

.abe-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: clamp(2rem, 4vw, 4rem);
}

.abe-header__wordmark--footer .abe-header__wordmark-top,
.abe-header__wordmark--footer .abe-header__wordmark-bottom { color: var(--ivory-dim); }

.abe-footer__tagline {
    font-size: 0.875rem;
    color: var(--muted);
    margin-block: 1rem 1.5rem;
    line-height: 1.7;
    max-width: 280px;
}

.abe-footer__col-title {
    font-family: var(--font-sans);
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
}

.abe-footer__nav-list { display: flex; flex-direction: column; gap: 0.6rem; }

.abe-footer__nav-list a {
    font-size: 0.875rem;
    color: var(--muted);
    transition: color var(--transition);
}

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

.abe-footer__post-list { display: flex; flex-direction: column; gap: 1rem; }

.abe-footer__post-item { display: flex; flex-direction: column; gap: 0.2rem; }

.abe-footer__post-link {
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.4;
    transition: color var(--transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.abe-footer__post-link:hover { color: var(--ivory); }
.abe-footer__post-date { font-size: 0.6875rem; color: rgba(138,138,122,0.6); font-family: var(--font-sans); }

/* Footer Bar */
.abe-footer__bar {
    padding-block: 1.25rem;
    border-top: 1px solid var(--border);
}

.abe-footer__bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.abe-footer__copy {
    font-size: 0.75rem;
    color: var(--muted);
}

.abe-footer__copy a:hover { color: var(--gold); }

.abe-footer__legal {
    display: flex;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: var(--muted);
}

.abe-footer__legal a:hover { color: var(--ivory); }
.abe-footer__legal-sep { opacity: 0.4; }

/* ─── CTA Section ────────────────────────────────────────────────────────────── */
.abe-cta-title { margin-block: 1rem; }
.abe-cta-desc { color: var(--ivory-dim); margin-bottom: 2rem; }
.abe-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── No Results ─────────────────────────────────────────────────────────────── */
.abe-no-results {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--muted);
}

/* ─── Journal Grid spacing ───────────────────────────────────────────────────── */
.abe-journal-grid { margin-top: clamp(1.25rem, 2.5vw, 2rem); }

/* ─── Animations ─────────────────────────────────────────────────────────────── */
@keyframes abe-ticker-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes abe-fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes abe-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes abe-scroll-line {
    0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
    50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
    51%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
    100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

.abe-animate-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.abe-animate-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .abe-values-grid { grid-template-columns: repeat(2, 1fr); }
    .abe-process-steps { grid-template-columns: repeat(2, 1fr); }
    .abe-process-step:nth-child(2) { border-right: 1px solid var(--border); }
    .abe-process-step:nth-child(2) .abe-process-step__line { display: none; }
    .abe-process-step:nth-child(3) { border-right: none; }
}

@media (max-width: 1024px) {
    .abe-header__inner { gap: 1.5rem; }

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

    .abe-card--featured {
        grid-template-columns: 1fr;
        grid-column: 1 / -1;
    }

    .abe-card--featured .abe-card__image-wrap {
        height: 300px;
        aspect-ratio: unset;
    }

    .abe-studio-teaser { grid-template-columns: 1fr; }
    .abe-podcast-teaser { grid-template-columns: 1fr; gap: 2rem; }
    .abe-podcast-art-frame { max-width: 280px; }

    .abe-services-grid { grid-template-columns: 1fr; }
    .abe-service-card { border-right: 1px solid var(--border); }

    .abe-visual-grid { grid-template-columns: repeat(3, 1fr); }

    .abe-footer__grid { grid-template-columns: 1fr 1fr; }
    .abe-footer__col--brand { grid-column: 1 / -1; }

    .abe-contact-layout { grid-template-columns: 1fr; }
    .abe-contact-info-col { padding-top: 0; }

    .abe-post-layout { grid-template-columns: 1fr; }
    .abe-post-sidebar { position: static; }
}

@media (max-width: 768px) {
    :root { --header-h: 64px; }

    .abe-nav--primary { display: none; }
    .abe-hamburger { display: flex; }

    .abe-header__cart { display: none; }

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

    .abe-split { grid-template-columns: 1fr; gap: 2.5rem; }
    .abe-split--reversed { direction: ltr; }

    .abe-hero__title { font-size: clamp(2.5rem, 10vw, 4rem); }

    .abe-episode-featured { grid-template-columns: 1fr; }

    .abe-process-steps { grid-template-columns: 1fr; }
    .abe-process-step { border-right: 1px solid var(--border); }
    .abe-process-step__line { display: none; }

    .abe-values-grid { grid-template-columns: 1fr; }

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

    .abe-footer__newsletter-inner { flex-direction: column; align-items: flex-start; }
    .abe-newsletter-form__group { flex-direction: column; }
    .abe-newsletter-form__input { border-right: 1px solid var(--border); border-radius: var(--radius); }
    .abe-newsletter-form .abe-btn { border-radius: var(--radius); width: 100%; justify-content: center; }

    .abe-footer__grid { grid-template-columns: 1fr; }
    .abe-footer__col--brand { grid-column: auto; }

    .abe-post-nav__inner { grid-template-columns: 1fr; }
    .abe-post-nav__item--next { text-align: left; }

    .abe-form-row--half { grid-template-columns: 1fr; }

    .abe-filter-nav { gap: 0.35rem; }
}

@media (max-width: 480px) {
    .abe-hero__ctas { flex-direction: column; align-items: center; }
    .abe-hero__ctas .abe-btn { width: 100%; max-width: 280px; }

    .abe-visual-grid { grid-template-columns: repeat(3, 1fr); }

    .abe-post-share { flex-direction: column; align-items: flex-start; }
}

/* ─── 404 Page ───────────────────────────────────────────────────────────────── */
.abe-404 {
    padding-block: clamp(5rem, 10vw, 8rem);
}

.abe-404__ornament {
    margin-inline: auto;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    animation: abe-fade-in 1s ease 0.1s both;
}

.abe-404__code {
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
}

.abe-404__title {
    font-size: clamp(1.75rem, 3.5vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.2;
    animation: abe-fade-up 0.8s ease 0.2s both;
}

.abe-404__rule {
    width: 48px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.abe-404__message {
    font-size: 1rem;
    color: var(--ivory-dim);
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.abe-404__search { margin-bottom: 3rem; }

.abe-404__search-form { display: inline-block; }

.abe-404__search-group {
    display: flex;
    gap: 0;
    min-width: min(480px, 90vw);
}

.abe-404__search-input {
    flex: 1;
    border-right: none;
    border-radius: var(--radius) 0 0 var(--radius);
}

.abe-404__search-input:focus { border-right: none; }

.abe-404__search-group .abe-btn {
    border-radius: 0 var(--radius) var(--radius) 0;
    padding-inline: 1.25rem;
    gap: 0.4rem;
}

.abe-404__nav { margin-bottom: 3.5rem; }

.abe-404__nav-label { display: block; margin-bottom: 1.25rem; }

.abe-404__nav-list {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.abe-404__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.1rem;
    border: 1px solid var(--border);
    font-family: var(--font-sans);
    font-size: 0.75rem;
    color: var(--ivory-dim);
    transition: all var(--transition);
}

.abe-404__nav-link:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.abe-404__nav-arrow { color: var(--gold); font-size: 0.8em; }

.abe-404__recent { text-align: left; }
.abe-404__recent-label { display: block; margin-bottom: 1.5rem; text-align: center; }

.abe-404__grid { margin-top: 0; }

@media (max-width: 768px) {
    .abe-404__search-group { min-width: 0; width: 100%; }
    .abe-404__nav-list { flex-direction: column; align-items: center; }
}

/* ─── Print ──────────────────────────────────────────────────────────────────── */
@media print {
    .abe-header,
    .abe-ticker,
    .abe-footer,
    .abe-post-sidebar,
    .abe-post-nav,
    .abe-post-share { display: none; }

    body { background: white; color: black; }
    .abe-prose { color: black; }
}
