/* ============================================================
   Outpost Media — Main Stylesheet
   Colours: crimson #681A24 | cream #FFF7DE | warm-light #F5EDCC
            gold-muted #7A6A4A | near-black #1A080A | divider EDE0C0
   ============================================================ */

/* ── FONT FACES — Dharma Gothic E (self-hosted) ─────────────
   Licensed files live in assets/fonts/.
   The theme primarily uses ExBold (800) and Heavy (900).
   ─────────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_ExLight_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_ExLight_R.otf')  format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_ExLight_I.woff') format('woff'),
         url('../fonts/DharmaGothicE_ExLight_I.otf')  format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Light_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_Light_R.otf')  format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Light_I.woff') format('woff'),
         url('../fonts/DharmaGothicE_Light_I.otf')  format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Regular_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_Regular_R.otf')  format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Regular_I.woff') format('woff'),
         url('../fonts/DharmaGothicE_Regular_I.otf')  format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Bold_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_Bold_R.otf')  format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_ExBold_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_ExBold_R.otf')  format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_ExBold_I.woff') format('woff'),
         url('../fonts/DharmaGothicE_ExBold_I.otf')  format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Heavy_R.woff') format('woff'),
         url('../fonts/DharmaGothicE_Heavy_R.otf')  format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dharma Gothic E';
    src: url('../fonts/DharmaGothicE_Heavy_I.woff') format('woff'),
         url('../fonts/DharmaGothicE_Heavy_I.otf')  format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ── RESET & BASE ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
    background: #FFF7DE;
    color: #1A080A;
    font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

ul, ol { list-style: none; }

/* ── TYPOGRAPHY TOKENS ─────────────────────────────────────── */
.om-display {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', 'Impact', sans-serif;
}
.om-meta {
    font-family: 'Libre Franklin', 'Franklin Gothic Medium', Arial, sans-serif;
}
.om-body {
    font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
}

/* ── LAYOUT CONTAINER ──────────────────────────────────────── */
.om-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.om-container--narrow {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ── SECTION HEADER (rule + label) ─────────────────────────── */
.om-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}
.om-section-header__rule-left {
    width: 24px;
    height: 2px;
    background: #681A24;
    flex-shrink: 0;
}
.om-section-header__label {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: #681A24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    white-space: nowrap;
}
.om-section-header__rule-right {
    flex: 1;
    height: 1px;
    background: rgba(104, 26, 36, 0.14);
}

/* ── CATEGORY PILL ─────────────────────────────────────────── */
.om-cat-pill {
    display: inline-block;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    background: #FFF7DE;
    color: #681A24;
    text-decoration: none;
    text-transform: uppercase;
}
.om-cat-pill--on-dark {
    background: #FFF7DE;
    color: #681A24;
}
.om-cat-label {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: #681A24;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.om-btn {
    display: inline-block;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 11px 24px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s;
}
.om-btn:hover { opacity: 0.88; }

.om-btn--primary {
    background: #681A24;
    color: #FFF7DE;
}
.om-btn--ghost {
    background: transparent;
    color: rgba(255, 247, 222, 0.75);
    border: 1px solid rgba(255, 247, 222, 0.3);
}
.om-btn--cream {
    background: #FFF7DE;
    color: #681A24;
}

/* ── UTILITY BAR ───────────────────────────────────────────── */
.om-util-bar {
    background: #681A24;
    padding: 7px 0;
}
.om-util-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.om-util-bar__text {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.7);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.om-util-bar__date {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.7);
    font-size: 13px;
    font-weight: 400;
}

/* ── SITE HEADER ───────────────────────────────────────────── */
.om-site-header {
    background: #FFF7DE;
}
.om-main-nav-wrap {
    border-bottom: 2px solid #681A24;
}
.om-main-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
}

/* Logo */
.om-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.om-logo-img { height: 46px; width: 46px; }
.om-logo-wordmark {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #681A24;
    line-height: 1;
}
.om-logo-tagline {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #7A6A4A;
    margin-top: 5px;
}

/* Primary navigation */
.om-primary-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}
.om-primary-nav ul {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
}
.om-primary-nav a {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1A080A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: color 0.15s, border-color 0.15s;
    white-space: nowrap;
}
.om-primary-nav a:hover,
.om-primary-nav .current-menu-item > a,
.om-primary-nav .current_page_item > a {
    color: #681A24;
    font-weight: 700;
    border-bottom-color: #681A24;
}

/* Subscribe button in header */
.om-header-subscribe {
    font-family: 'Libre Franklin', Arial, sans-serif;
    background: #681A24;
    color: #FFF7DE;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: opacity 0.15s;
}
.om-header-subscribe:hover { opacity: 0.88; color: #FFF7DE; }

/* Hamburger (mobile) */
.om-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-direction: column;
    gap: 5px;
}
.om-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #681A24;
    transition: transform 0.2s, opacity 0.2s;
}

/* Category strip */
.om-cat-strip-wrap {
    border-top: 1px solid rgba(104, 26, 36, 0.12);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.om-cat-strip-wrap::-webkit-scrollbar { display: none; }
.om-cat-strip {
    display: flex;
    min-width: max-content;
}
.om-cat-strip a {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7A6A4A;
    text-decoration: none;
    padding: 9px 16px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    display: block;
    transition: color 0.15s, border-color 0.15s;
}
.om-cat-strip a:hover,
.om-cat-strip a.is-active {
    color: #681A24;
    font-weight: 600;
    border-bottom-color: #681A24;
}

/* ── SITE FOOTER ───────────────────────────────────────────── */
.om-site-footer {
    background: #681A24;
}
.om-footer-inner {
    padding-top: 56px;
    padding-bottom: 32px;
}
.om-footer-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    margin-bottom: 48px;
}
.om-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.om-footer-logo-bg {
    background: #FFF7DE;
    padding: 8px;
}
.om-footer-logo-img { height: 36px; width: 36px; }
.om-footer-wordmark {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #FFF7DE;
    line-height: 1;
}
.om-footer-tagline {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: rgba(255, 247, 222, 0.5);
    margin-top: 5px;
}
.om-footer-brand-desc {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.62);
    font-size: 16px;
    line-height: 1.72;
    max-width: 320px;
}
.om-footer-nav-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
.om-footer-col-head {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.4);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.om-footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.om-footer-col a {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.7);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s;
}
.om-footer-col a:hover { color: #FFF7DE; }
.om-footer-bottom {
    border-top: 1px solid rgba(255, 247, 222, 0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.om-footer-bottom-text {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.4);
    font-size: 13px;
}

/* ── HERO SECTION (homepage) ───────────────────────────────── */
.om-hero {
    position: relative;
    height: 580px;
    overflow: hidden;
}
.om-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.om-hero__img--fallback,
.om-article-hero__img--fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
    background: linear-gradient(145deg, #681A24 0%, #4e1019 58%, #1A080A 100%);
}
.om-hero__fallback-mark,
.om-article-hero__fallback-mark {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: clamp(72px, 10vw, 140px);
    font-weight: 900;
    line-height: 0.9;
    color: rgba(255, 247, 222, 0.18);
}
.om-hero__fallback-label,
.om-article-hero__fallback-label {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(255, 247, 222, 0.86);
    margin-top: 12px;
}
.om-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(104, 26, 36, 0.92) 36%,
        rgba(104, 26, 36, 0.52) 62%,
        rgba(0, 0, 0, 0.08) 100%
    );
}
.om-hero__content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.om-hero__inner { max-width: 660px; }
.om-hero__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: clamp(50px, 6.5vw, 84px);
    font-weight: 900;
    line-height: 0.97;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.om-hero__excerpt {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.78);
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 26px;
    max-width: 540px;
}
.om-hero__meta {
    display: flex;
    align-items: center;
    gap: 24px;
}
.om-hero__byline {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.6);
    font-size: 14px;
    font-weight: 500;
}
.om-hero__read-link {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: #FFF7DE;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 1px solid rgba(255, 247, 222, 0.45);
    padding: 8px 18px;
    transition: background 0.15s, color 0.15s;
}
.om-hero__read-link:hover {
    background: rgba(255, 247, 222, 0.15);
    color: #FFF7DE;
}

/* ── ARTICLE CARD ──────────────────────────────────────────── */
.om-card {
    text-decoration: none;
    color: inherit;
    display: block;
}
.om-card__thumb {
    overflow: hidden;
    background: #EDE0C0;
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
    position: relative;
}
.om-card__thumb--fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    background: linear-gradient(145deg, #681A24 0%, #4e1019 62%, #2b0d13 100%);
    color: #FFF7DE;
}
.om-card__thumb-mark {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.28;
}
.om-card__thumb-label {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: auto;
}
.om-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.om-card:hover .om-card__thumb img { transform: scale(1.03); }
.om-card__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.12;
    color: #1A080A;
    margin-bottom: 10px;
}
.om-card__byline {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: #7A6A4A;
    font-size: 13px;
}

/* Horizontal mini card */
.om-card--mini {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(104, 26, 36, 0.1);
}
.om-card--mini .om-card__thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: unset;
    margin-bottom: 0;
    flex-shrink: 0;
}
.om-card--mini .om-card__title {
    font-size: 19px;
    margin-bottom: 8px;
}

/* Large featured card */
.om-card--featured .om-card__thumb {
    aspect-ratio: 16 / 9;
    margin-bottom: 18px;
}
.om-card--featured .om-card__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 14px;
}
.om-card--featured .om-card__excerpt {
    font-family: 'Newsreader', Georgia, serif;
    color: #7A6A4A;
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 14px;
}

/* ── GRID LAYOUTS ──────────────────────────────────────────── */
.om-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 32px;
}
.om-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.om-grid-featured {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 48px;
}

/* ── HOMEPAGE SECTIONS ─────────────────────────────────────── */
.om-section { padding: 56px 0 48px; }
.om-section--featured { padding: 48px 0 64px; }
.om-divider {
    height: 1px;
    background: rgba(104, 26, 36, 0.18);
    margin: 0 24px;
}

/* Newsletter block (in featured sidebar) */
.om-newsletter {
    background: #681A24;
    padding: 28px;
    margin-top: 8px;
}
.om-newsletter__kicker {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.6);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.om-newsletter__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #FFF7DE;
    line-height: 1.05;
    margin-bottom: 12px;
}
.om-newsletter__desc {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.72);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
}
.om-newsletter__form { display: flex; }
.om-newsletter__input {
    flex: 1;
    background: rgba(255, 247, 222, 0.1);
    border: 1px solid rgba(255, 247, 222, 0.2);
    border-right: none;
    color: #FFF7DE;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 14px;
    padding: 9px 12px;
    outline: none;
}
.om-newsletter__input::placeholder { color: rgba(255, 247, 222, 0.4); }
.om-newsletter__submit {
    background: #FFF7DE;
    color: #681A24;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 9px 16px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

/* ── ARTICLE PAGE ──────────────────────────────────────────── */
.om-article-hero {
    position: relative;
    height: 460px;
    overflow: hidden;
}
.om-article-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.om-article-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(104, 26, 36, 0.85) 0%,
        rgba(104, 26, 36, 0.3) 60%,
        transparent 100%
    );
}
.om-article-hero__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 40px;
}
.om-article-hero__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: clamp(40px, 5.5vw, 70px);
    font-weight: 900;
    line-height: 0.97;
    max-width: 800px;
}

/* Article body */
.om-article-body {
    padding: 48px 0 80px;
}
.om-article-byline {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 24px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(104, 26, 36, 0.15);
    flex-wrap: wrap;
}
.om-article-avatar {
    width: 48px;
    height: 48px;
    background: #681A24;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.om-article-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.om-article-avatar__initials {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: 20px;
    font-weight: 900;
}
.om-article-author-name {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A080A;
}
.om-article-author-meta {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    color: #7A6A4A;
    margin-top: 2px;
}
.om-article-share {
    margin-left: auto;
    display: flex;
    gap: 10px;
}
.om-article-share a,
.om-article-share button {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #681A24;
    background: transparent;
    border: 1px solid rgba(104, 26, 36, 0.25);
    padding: 5px 12px;
    cursor: pointer;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.om-article-share a:hover,
.om-article-share button:hover {
    background: #681A24;
    color: #FFF7DE;
}

/* Article prose */
.om-article-prose p {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 19px;
    line-height: 1.75;
    color: #1A080A;
    margin-bottom: 28px;
}
.om-article-prose h2 {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 34px;
    font-weight: 900;
    color: #1A080A;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
    margin-top: 8px;
    line-height: 1.05;
}
.om-article-prose h3 {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #1A080A;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
    margin-top: 8px;
    line-height: 1.1;
}
.om-article-prose blockquote {
    margin: 40px 0;
    padding: 28px 36px;
    border-left: 4px solid #681A24;
    background: #F5EDCC;
}
.om-article-prose blockquote p {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.55;
    color: #1A080A;
    margin-bottom: 16px;
}
.om-article-prose blockquote cite {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #681A24;
    letter-spacing: 0.06em;
    font-style: normal;
    display: block;
}
.om-article-prose .drop-cap::first-letter {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    float: left;
    font-size: 88px;
    font-weight: 900;
    line-height: 0.78;
    color: #681A24;
    margin-right: 10px;
    margin-top: 6px;
}
.om-article-prose ul,
.om-article-prose ol {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 19px;
    line-height: 1.75;
    color: #1A080A;
    margin-bottom: 28px;
    padding-left: 28px;
}
.om-article-prose ul { list-style: disc; }
.om-article-prose ol { list-style: decimal; }
.om-article-prose a {
    color: #681A24;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.om-article-prose figure { margin: 32px 0; }
.om-article-prose figure img { width: 100%; }
.om-article-prose figcaption {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    color: #7A6A4A;
    margin-top: 8px;
}

/* Article tags */
.om-article-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(104, 26, 36, 0.15);
}
.om-tag {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #681A24;
    border: 1px solid rgba(104, 26, 36, 0.25);
    padding: 4px 12px;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.om-tag:hover {
    background: #681A24;
    color: #FFF7DE;
}

/* Related articles band */
.om-related {
    background: #F5EDCC;
    padding: 56px 0;
}

/* ── ABOUT PAGE ────────────────────────────────────────────── */
.om-about-hero {
    background: #681A24;
    padding: 72px 0 80px;
}
.om-about-hero__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0.01em;
    margin-bottom: 32px;
}
.om-about-hero__lead {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.78);
    font-size: 20px;
    line-height: 1.72;
    max-width: 600px;
}

.om-story-section { padding: 64px 0; }
.om-story-section p {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 19px;
    line-height: 1.75;
    color: #1A080A;
    margin-bottom: 28px;
}
.om-story-section p:last-child { margin-bottom: 0; }

/* Values grid */
.om-values-section {
    background: #F5EDCC;
    padding: 56px 0 64px;
}
.om-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.om-value-item {
    padding: 32px 36px;
}
.om-value-item:nth-child(even) {
    border-left: 1px solid rgba(104, 26, 36, 0.12);
}
.om-value-item:nth-child(n+3) {
    border-top: 1px solid rgba(104, 26, 36, 0.12);
}
.om-value-label {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #681A24;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}
.om-value-body {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 17px;
    line-height: 1.72;
    color: #1A080A;
}

/* Team grid */
.om-team-section {
    padding: 64px 0 72px;
}
.om-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 48px;
}
.om-team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #681A24;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.om-team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.om-team-avatar__initials {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: 24px;
    font-weight: 900;
}
.om-team-name-wrap {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(104, 26, 36, 0.12);
}
.om-team-name {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #1A080A;
    line-height: 1;
    margin-bottom: 6px;
}
.om-team-role {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #681A24;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.om-team-bio {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 16px;
    line-height: 1.72;
    color: #7A6A4A;
}

/* Contact / Support CTA */
.om-cta-section {
    background: #681A24;
    padding: 64px 0 72px;
}
.om-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
.om-cta-kicker {
    font-family: 'Libre Franklin', Arial, sans-serif;
    display: block;
    color: rgba(255, 247, 222, 0.5);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.om-cta-title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: 46px;
    font-weight: 900;
    line-height: 0.97;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.om-cta-body {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.72);
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 28px;
}
.om-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.om-contact-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 247, 222, 0.1);
    margin-bottom: 0;
}
.om-contact-rows { display: flex; flex-direction: column; gap: 0; }
.om-contact-label {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 247, 222, 0.4);
    letter-spacing: 0.1em;
    min-width: 80px;
    text-transform: uppercase;
}
.om-contact-value {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 14px;
    color: rgba(255, 247, 222, 0.8);
}

/* ── ARCHIVE / SEARCH PAGE ─────────────────────────────────── */
.om-archive-header {
    background: #681A24;
    padding: 48px 0 52px;
}
.om-archive-kicker {
    font-family: 'Libre Franklin', Arial, sans-serif;
    color: rgba(255, 247, 222, 0.5);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}
.om-archive-title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    color: #FFF7DE;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.97;
    letter-spacing: 0.01em;
}
.om-archive-desc {
    font-family: 'Newsreader', Georgia, serif;
    color: rgba(255, 247, 222, 0.72);
    font-size: 18px;
    line-height: 1.65;
    max-width: 560px;
    margin-top: 16px;
}
.om-archive-body { padding: 56px 0 72px; }

/* Pagination */
.om-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 48px;
    padding-bottom: 16px;
}
.om-pagination .page-numbers {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #681A24;
    border: 1px solid rgba(104, 26, 36, 0.25);
    padding: 8px 14px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.om-pagination .page-numbers.current,
.om-pagination .page-numbers:hover {
    background: #681A24;
    color: #FFF7DE;
}

/* ── 404 PAGE ──────────────────────────────────────────────── */
.om-not-found {
    padding: 120px 24px;
    text-align: center;
}
.om-not-found__code {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 160px;
    font-weight: 900;
    color: rgba(104, 26, 36, 0.12);
    line-height: 1;
    margin-bottom: 0;
}
.om-not-found__title {
    font-family: 'Dharma Gothic E', 'Big Shoulders Display', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #1A080A;
    line-height: 1;
    margin-bottom: 20px;
}
.om-not-found__body {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 19px;
    line-height: 1.72;
    color: #7A6A4A;
    max-width: 480px;
    margin: 0 auto 32px;
}

/* ── SEARCH BOX ────────────────────────────────────────────── */
.om-search-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}
.om-search-input {
    flex: 1;
    border: 2px solid rgba(104, 26, 36, 0.25);
    border-right: none;
    padding: 11px 16px;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 15px;
    color: #1A080A;
    background: #FFF7DE;
    outline: none;
}
.om-search-input:focus { border-color: #681A24; }
.om-search-submit {
    background: #681A24;
    color: #FFF7DE;
    border: none;
    padding: 11px 20px;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 900px) {
    .om-grid-featured { grid-template-columns: 1fr; }
    .om-footer-top { grid-template-columns: 1fr; }
    .om-footer-nav-cols { gap: 32px; }
    .om-cta-grid { grid-template-columns: 1fr; gap: 48px; }
    .om-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
    .om-primary-nav { display: none; }
    .om-primary-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
    .om-primary-nav.is-open ul { flex-direction: column; gap: 0; width: 100%; }
    .om-primary-nav.is-open a {
        display: block;
        padding: 12px 24px;
        border-bottom: 1px solid rgba(104,26,36,0.08);
        border-bottom-width: 0;
    }
    .om-menu-toggle { display: flex; }
    .om-header-subscribe { display: none; }
    .om-main-nav-inner { flex-wrap: wrap; }

    .om-hero { height: 420px; }
    .om-hero__title { font-size: 44px; }

    .om-article-hero { height: 320px; }
    .om-article-byline { flex-wrap: wrap; }
    .om-article-share { margin-left: 0; }

    .om-grid-4 { grid-template-columns: 1fr 1fr; }
    .om-grid-3 { grid-template-columns: 1fr; }

    .om-footer-nav-cols { grid-template-columns: repeat(2, 1fr); gap: 28px; }

    .om-about-hero__title { font-size: 52px; }
    .om-cta-title { font-size: 36px; }
    .om-not-found__code { font-size: 100px; }
    .om-not-found__title { font-size: 36px; }

    .om-card--featured .om-card__title { font-size: 26px; }
}

@media (max-width: 480px) {
    .om-grid-4 { grid-template-columns: 1fr; }
    .om-footer-nav-cols { grid-template-columns: 1fr; }
    .om-values-grid { grid-template-columns: 1fr; }
    .om-value-item:nth-child(even) { border-left: none; border-top: 1px solid rgba(104,26,36,0.12); }
}

/* ── SKIP LINK (accessibility) ─────────────────────────────── */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 8px 16px;
    background: #681A24;
    color: #FFF7DE;
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* ── WORDPRESS SPECIFICS ───────────────────────────────────── */
.alignwide { margin-left: -40px; margin-right: -40px; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
.wp-caption { max-width: 100%; }
.wp-caption-text {
    font-family: 'Libre Franklin', Arial, sans-serif;
    font-size: 13px;
    color: #7A6A4A;
    margin-top: 6px;
}
.sticky { /* WP sticky posts — no special style needed */ }
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
