/* ==============================================
   TINY HOUSE ARENA — Design System v1.0
   Hearth editorial direction
   ============================================== */

/* --- TOKENS --- */
:root {
    --tha-paper:       #F4EFE5;
    --tha-paper-alt:   #EBE4D5;
    --tha-white:       #FFFFFF;
    --tha-ink:         #29251F;
    --tha-body:        #34301F;
    --tha-muted:       #56503F;
    --tha-secondary:   #6B6453;
    --tha-meta:        #9A9384;
    --tha-forest:      #36412F;
    --tha-footer-bg:   #26221C;
    --tha-terra:       #BE6A43;
    --tha-terra-lt:    #C9956F;
    --tha-border:      #DAD2C1;
    --tha-ad-bg:       #EDE6D7;
    --tha-ad-bg2:      #EBE4D5;
    --tha-ad-border:   #C7BCA6;
    --tha-ad-label:    #A89E89;
    --page-pad:        40px;
    --max-w:           1280px;
}

/* --- GLOBAL RESET --- */
*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    background: var(--tha-paper);
    color: var(--tha-ink);
    font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

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

a { color: var(--tha-terra); text-decoration: none; }
a:hover { color: var(--tha-forest); }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 500;
    color: var(--tha-ink);
    margin: 0;
    line-height: 1.15;
}

p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }

/* Hide Astra's native header/footer so ours show cleanly */
.ast-primary-header-bar,
#masthead .ast-main-header-wrap,
#masthead .ast-above-header-section,
.site-footer .ast-builder-grid-row,
.site-below-footer-wrap,
.site-above-footer-wrap { display: none !important; }

/* ================================================
   UTILITY BAR
   ================================================ */
.tha-utility-bar {
    background: var(--tha-forest);
    color: #E9E3D4;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px var(--page-pad);
}
.tha-utility-bar a { color: #E9E3D4; }
.tha-utility-bar a:hover { color: #fff; }
.tha-utility-links { display: flex; gap: 22px; }

/* ================================================
   MASTHEAD
   ================================================ */
.tha-masthead {
    text-align: center;
    border-bottom: 1px solid var(--tha-border);
    background: var(--tha-paper);
}
.tha-masthead--home  { padding: 30px var(--page-pad) 22px; }
.tha-masthead--inner { padding: 26px var(--page-pad) 20px; }

.tha-masthead__eyebrow {
    font-size: 11px;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--tha-terra);
    font-weight: 600;
    font-family: 'Hanken Grotesk', sans-serif;
    margin-bottom: 10px;
}

.tha-masthead__logo a {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1;
    color: var(--tha-ink);
    text-decoration: none;
    display: inline-block;
}
.tha-masthead--home  .tha-masthead__logo a { font-size: 46px; }
.tha-masthead--inner .tha-masthead__logo a { font-size: 30px; }

.tha-masthead__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.tha-masthead--inner .tha-masthead__nav { margin-top: 16px; }

/* WP menu output */
.tha-nav__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.tha-nav__menu li { margin: 0; padding: 0; }
.tha-nav__menu li ul { display: none; }  /* hide submenus */
.tha-nav__menu a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--tha-ink);
    text-decoration: none;
    transition: color .2s;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-nav__menu .current-menu-item > a,
.tha-nav__menu .current-menu-ancestor > a,
.tha-nav__menu a:hover { color: var(--tha-terra); }

.tha-nav__search {
    font-size: 14px;
    font-weight: 600;
    color: var(--tha-meta) !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Hanken Grotesk', sans-serif;
    margin-left: 4px;
    padding: 0 !important;
    border-radius: 0 !important;
}
.tha-nav__search:hover { color: var(--tha-terra) !important; background: none !important; }

/* Search dropdown */
.tha-search-bar {
    background: var(--tha-paper);
    border-top: 1px solid var(--tha-border);
    border-bottom: 1px solid var(--tha-border);
    padding: 14px var(--page-pad);
}
.tha-search-bar form {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    border: 1px solid var(--tha-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--tha-white);
}
.tha-search-bar__input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 18px;
    font-size: 15px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: var(--tha-ink);
    background: transparent;
}
.tha-search-bar__btn {
    background: var(--tha-forest);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s;
}
.tha-search-bar__btn:hover { background: var(--tha-terra); }

/* Hamburger */
.tha-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    right: var(--page-pad);
    top: 50%;
    transform: translateY(-50%);
}
.tha-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--tha-ink);
    border-radius: 2px;
    transition: .3s;
}

/* ================================================
   AD SLOTS  (reserved space — Ad Inserter fills)
   ================================================ */
.tha-ad-wrap        { padding: 24px var(--page-pad) 0; }
.tha-ad-wrap--below { padding: 44px var(--page-pad); }

.tha-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tha-ad--leaderboard {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 120px;
    border: 1px dashed var(--tha-ad-border);
    border-radius: 12px;
    background: var(--tha-ad-bg);
}
.tha-ad--infeed {
    grid-column: 1 / -1;
    min-height: 130px;
    border: 1px dashed var(--tha-ad-border);
    border-radius: 14px;
    background: var(--tha-ad-bg);
    margin: 6px 0;
}
.tha-ad--inarticle {
    min-height: 280px;
    border: 1px dashed var(--tha-ad-border);
    border-radius: 14px;
    background: var(--tha-ad-bg2);
    margin: 34px 0;
}
.tha-ad--sidebar {
    min-height: 250px;
    border: 1px dashed var(--tha-ad-border);
    border-radius: 14px;
    padding: 40px 20px;
    text-align: center;
    color: var(--tha-ad-label);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk', sans-serif;
}

/* ================================================
   EYEBROW (category label above headings)
   ================================================ */
.tha-eyebrow {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 10.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--tha-terra);
    font-weight: 700;
    margin-bottom: 9px;
}

/* ================================================
   POST CARD
   ================================================ */
.tha-card { cursor: pointer; }
.tha-card-lift { transition: transform .25s ease, box-shadow .25s ease; }
.tha-card-lift:hover { transform: translateY(-4px); }

.tha-card__link { text-decoration: none; color: inherit; display: block; }

.tha-card__img-wrap {
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 14px;
}
.tha-card__img-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.tha-card:hover .tha-card__img-wrap img { transform: scale(1.04); }

.tha-card__title {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: var(--tha-ink);
}
.tha-card__excerpt {
    font-size: 14px;
    line-height: 1.55;
    color: var(--tha-secondary);
    margin: 0 0 12px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-card__meta {
    font-size: 12px;
    color: var(--tha-meta);
    font-family: 'Hanken Grotesk', sans-serif;
}

/* ================================================
   3-COLUMN GRID
   ================================================ */
.tha-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 30px;
}

/* ================================================
   SECTION HEADER (rule + title + "View all")
   ================================================ */
.tha-section-hd {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-top: 2px solid var(--tha-ink);
    padding-top: 16px;
    margin-bottom: 28px;
}
.tha-section-title {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
}
.tha-section-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--tha-terra);
    letter-spacing: .02em;
    text-decoration: none;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-section-link:hover { color: var(--tha-forest); }

/* ================================================
   HOMEPAGE — HERO
   ================================================ */
.tha-hero { padding: 34px var(--page-pad) 30px; }

.tha-hero__inner {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 480px;
}
.tha-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tha-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26,28,20,0) 28%, rgba(26,28,20,.84) 100%);
}
.tha-hero__body {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 46px 48px;
    color: var(--tha-paper);
}
.tha-hero__tag {
    display: inline-block;
    background: var(--tha-terra);
    color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 2px;
    margin-bottom: 18px;
}
.tha-hero__title {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -.01em;
    margin: 0 0 14px;
    max-width: 24ch;
    color: var(--tha-paper);
}
.tha-hero__title a { color: inherit; text-decoration: none; }
.tha-hero__title a:hover { color: #fff; }
.tha-hero__deck {
    font-size: 16.5px;
    line-height: 1.55;
    color: rgba(244,239,229,.85);
    margin: 0 0 20px;
    max-width: 58ch;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-hero__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: rgba(244,239,229,.8);
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-hero__meta strong { font-weight: 600; color: #fff; }

/* ================================================
   HOMEPAGE — LATEST STORIES
   ================================================ */
.tha-latest { padding: 14px var(--page-pad) 44px; }

/* ================================================
   HOMEPAGE — EXPLORE CATEGORIES
   ================================================ */
.tha-cats { background: var(--tha-paper-alt); padding: 40px var(--page-pad); }
.tha-cats__title {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 22px;
    text-align: center;
}
.tha-cats__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.tha-cat-tile {
    background: var(--tha-paper);
    border: 1px solid var(--tha-border);
    border-radius: 12px;
    padding: 20px 14px;
    text-align: center;
    text-decoration: none;
    color: var(--tha-ink);
    display: block;
    transition: transform .25s ease, box-shadow .25s ease;
}
.tha-cat-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(40,44,30,.08);
    color: var(--tha-terra);
}
.tha-cat-tile__icon { font-size: 22px; margin-bottom: 8px; }
.tha-cat-tile__name { font-size: 13px; font-weight: 600; font-family: 'Hanken Grotesk', sans-serif; }

/* ================================================
   NEWSLETTER BAND
   ================================================ */
.tha-newsletter {
    background: var(--tha-forest);
    color: var(--tha-paper);
    padding: 54px var(--page-pad);
    text-align: center;
}
.tha-newsletter__eyebrow {
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--tha-terra-lt);
    font-weight: 700;
    margin-bottom: 14px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-newsletter__title {
    font-family: 'Newsreader', serif;
    font-size: 32px;
    margin: 0 0 12px;
    color: var(--tha-paper);
}
.tha-newsletter__deck {
    font-size: 15px;
    color: #C8C0AC;
    margin: 0 auto 26px;
    max-width: 46ch;
    line-height: 1.6;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-newsletter__form {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 440px;
    margin: 0 auto;
}
.tha-newsletter__input {
    flex: 1;
    background: var(--tha-paper);
    color: #8A8377;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    outline: none;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-newsletter__btn {
    background: var(--tha-terra);
    color: #fff;
    font-weight: 600;
    padding: 14px 26px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-family: 'Hanken Grotesk', sans-serif;
    transition: background .2s;
}
.tha-newsletter__btn:hover { background: #a85636; }

/* Inline newsletter strip (inside grid) */
.tha-nl-strip {
    grid-column: 1 / -1;
    background: var(--tha-forest);
    color: var(--tha-paper);
    border-radius: 16px;
    padding: 30px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 6px 0;
}
.tha-nl-strip__text {}
.tha-nl-strip__title { font-family: 'Newsreader', serif; font-size: 24px; margin-bottom: 4px; color: var(--tha-paper); }
.tha-nl-strip__sub   { font-size: 14px; color: #C8C0AC; }
.tha-nl-strip__form  { display: flex; gap: 10px; flex-shrink: 0; }
.tha-nl-strip__input {
    background: var(--tha-paper);
    color: #8A8377;
    padding: 13px 18px;
    border-radius: 9px;
    font-size: 14px;
    border: none;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-nl-strip__btn {
    background: var(--tha-terra);
    color: #fff;
    font-weight: 600;
    padding: 13px 22px;
    border-radius: 9px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-family: 'Hanken Grotesk', sans-serif;
}

/* ================================================
   FOOTER
   ================================================ */
.tha-footer {
    background: var(--tha-footer-bg);
    color: #A8A192;
    padding: 46px var(--page-pad) 30px;
    font-size: 13px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #3A352C;
    margin-bottom: 20px;
}
.tha-footer__logo {
    font-family: 'Newsreader', serif;
    font-size: 24px;
    color: var(--tha-paper);
    margin-bottom: 12px;
}
.tha-footer__blurb { line-height: 1.6; max-width: 34ch; margin: 0; }
.tha-footer__col   { display: flex; flex-direction: column; gap: 10px; }
.tha-footer__col-title { color: var(--tha-paper); font-weight: 600; margin-bottom: 4px; display: block; }
.tha-footer__col a, .tha-footer__col span { color: #A8A192; text-decoration: none; }
.tha-footer__col a:hover { color: var(--tha-paper); }
/* WP menu items inside footer column */
.tha-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.tha-footer__col ul li { margin: 0; }
.tha-footer__col ul a { color: #A8A192; text-decoration: none; }
.tha-footer__col ul a:hover { color: var(--tha-paper); }
.tha-footer__bottom {
    display: flex;
    justify-content: space-between;
    color: #A8A192;
}

/* ================================================
   ARTICLE PAGE
   ================================================ */
.tha-article-header {
    max-width: 760px;
    margin: 0 auto;
    padding: 44px var(--page-pad) 0;
    text-align: center;
}
.tha-article-header .tha-eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .2em; }

.tha-article-title {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 20px;
    color: var(--tha-ink);
}
.tha-article-deck {
    font-size: 19px;
    line-height: 1.55;
    color: var(--tha-muted);
    margin: 0 0 26px;
    font-family: 'Newsreader', serif;
    font-style: italic;
}
.tha-article-byline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13.5px;
    color: var(--tha-meta);
    padding-bottom: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-byline-avatar {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #D8CDBA;
    overflow: hidden;
    flex-shrink: 0;
}
.tha-byline-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tha-byline-name { font-weight: 600; color: var(--tha-ink); }

/* Article hero image */
.tha-article-hero { padding: 0 var(--page-pad) 8px; }
.tha-article-hero__wrap { border-radius: 18px; overflow: hidden; }
.tha-article-hero__wrap img { width: 100%; height: 560px; object-fit: cover; display: block; }
.tha-article-hero__caption {
    text-align: center;
    font-size: 12.5px;
    color: var(--tha-meta);
    margin-top: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
}

/* Body + sidebar two-col */
.tha-article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px var(--page-pad) 50px;
    align-items: start;
}

/* Article body */
.tha-article-body {
    font-size: 18px;
    line-height: 1.75;
    color: var(--tha-body);
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-article-body p { margin: 0 0 22px; }
.tha-article-body h2 {
    font-family: 'Newsreader', serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 38px 0 16px;
    color: var(--tha-ink);
}
.tha-article-body h3 {
    font-family: 'Newsreader', serif;
    font-size: 22px;
    margin: 28px 0 12px;
    color: var(--tha-ink);
}
.tha-article-body figure { margin: 30px 0; }
.tha-article-body figure img { width: 100%; border-radius: 14px; }
.tha-article-body figcaption {
    font-size: 12.5px;
    color: var(--tha-meta);
    margin-top: 10px;
    text-align: center;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-article-body blockquote {
    margin: 34px 0;
    padding: 6px 0 6px 26px;
    border-left: 3px solid var(--tha-terra);
    font-family: 'Newsreader', serif;
    font-style: italic;
    font-size: 23px;
    line-height: 1.4;
    color: var(--tha-forest);
}
.tha-article-body blockquote p { margin: 0; }
.tha-article-body ul, .tha-article-body ol {
    padding-left: 1.4em;
    margin: 0 0 22px;
}
.tha-article-body li { margin-bottom: .4em; }
.tha-article-body a { color: var(--tha-terra); }
.tha-article-body a:hover { color: var(--tha-forest); }

/* Drop cap on first paragraph */
.tha-article-body > p:first-of-type::first-letter,
.tha-article-body .entry-content > p:first-child::first-letter {
    font-family: 'Newsreader', serif;
    font-size: 68px;
    line-height: .82;
    float: left;
    padding: 6px 12px 0 0;
    color: var(--tha-terra);
    font-weight: 400;
}

/* WordPress .entry-content inside article body */
.tha-article-body .entry-content {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    max-width: none;
    padding: 0;
}

/* Tags */
.tha-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid var(--tha-border);
}
.tha-tag {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--tha-secondary);
    background: var(--tha-paper-alt);
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Hanken Grotesk', sans-serif;
    transition: background .2s;
}
.tha-tag:hover { background: var(--tha-border); color: var(--tha-ink); }

/* Author bio box */
.tha-author-bio {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 30px;
    background: var(--tha-paper-alt);
    border-radius: 14px;
    padding: 24px;
}
.tha-author-bio__avatar {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: #D8CDBA;
    flex-shrink: 0;
    overflow: hidden;
}
.tha-author-bio__avatar img { width: 100%; height: 100%; object-fit: cover; }
.tha-author-bio__name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--tha-ink);
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-author-bio__desc {
    font-size: 14px;
    line-height: 1.55;
    color: var(--tha-secondary);
    font-family: 'Hanken Grotesk', sans-serif;
}

/* Sidebar */
.tha-sidebar { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 26px; }

.tha-sidebar-nl {
    background: var(--tha-forest);
    color: var(--tha-paper);
    border-radius: 14px;
    padding: 24px;
}
.tha-sidebar-nl__eyebrow {
    font-size: 10.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--tha-terra-lt);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-sidebar-nl__title {
    font-family: 'Newsreader', serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--tha-paper);
}
.tha-sidebar-nl__deck {
    font-size: 13px;
    color: #C8C0AC;
    line-height: 1.5;
    margin: 0 0 16px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-sidebar-nl__input {
    display: block; width: 100%;
    background: var(--tha-paper);
    color: #8A8377;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
    border: none;
    margin-bottom: 9px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-sidebar-nl__btn {
    display: block; width: 100%; text-align: center;
    background: var(--tha-terra);
    color: #fff; font-weight: 600;
    padding: 11px 14px; border-radius: 8px;
    font-size: 13.5px; border: none; cursor: pointer;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-sidebar-nl__btn:hover { background: #a85636; }

/* Popular Now */
.tha-popular__hd {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--tha-terra);
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tha-ink);
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-popular__list { display: flex; flex-direction: column; gap: 18px; }
.tha-popular__item {
    display: flex;
    gap: 13px;
    align-items: center;
    text-decoration: none;
    color: var(--tha-ink);
}
.tha-popular__item:hover .tha-popular__title { color: var(--tha-terra); }
.tha-popular__thumb { width: 74px; height: 60px; object-fit: cover; border-radius: 9px; flex-shrink: 0; }
.tha-popular__title { font-family: 'Newsreader', serif; font-size: 16px; line-height: 1.25; transition: color .2s; }

/* ================================================
   RELATED POSTS (Keep Reading)
   ================================================ */
.tha-related { background: var(--tha-paper-alt); padding: 46px var(--page-pad); }
.tha-related__inner { max-width: 1080px; margin: 0 auto; }
.tha-related__title { font-family: 'Newsreader', serif; font-size: 26px; margin: 0 0 26px; }
.tha-related .tha-card__img-wrap { height: 180px; }
.tha-related .tha-card__img-wrap img { height: 180px; }
.tha-related .tha-card__excerpt { display: none; } /* cleaner for related */

/* ================================================
   CATEGORY ARCHIVE PAGE
   ================================================ */
.tha-cat-header { text-align: center; padding: 48px var(--page-pad) 12px; }
.tha-breadcrumb { font-size: 12px; color: var(--tha-meta); margin-bottom: 14px; font-family: 'Hanken Grotesk', sans-serif; }
.tha-breadcrumb a { color: var(--tha-meta); text-decoration: none; }
.tha-breadcrumb a:hover { color: var(--tha-terra); }
.tha-breadcrumb__sep { color: var(--tha-border); margin: 0 4px; }
.tha-breadcrumb__current { color: var(--tha-ink); }

.tha-cat-title {
    font-family: 'Newsreader', serif;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -.01em;
    margin: 0 0 16px;
}
.tha-cat-desc {
    font-size: 17px;
    line-height: 1.6;
    color: var(--tha-muted);
    margin: 0 auto;
    max-width: 56ch;
    font-family: 'Hanken Grotesk', sans-serif;
}

/* Lead post */
.tha-lead-wrap { padding: 0 var(--page-pad) 10px; }
.tha-lead-post {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 34px;
    align-items: center;
    background: var(--tha-white);
    border: 1px solid #E4DBCA;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: var(--tha-ink);
    transition: transform .25s ease, box-shadow .25s ease;
}
.tha-lead-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(40,44,30,.10);
}
.tha-lead-post__img { width: 100%; height: 340px; object-fit: cover; display: block; }
.tha-lead-post__body { padding: 20px 34px 20px 0; }
.tha-lead-post__eyebrow {
    font-size: 10.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--tha-terra);
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-lead-post__title {
    font-family: 'Newsreader', serif;
    font-size: 32px;
    line-height: 1.12;
    margin: 0 0 14px;
}
.tha-lead-post__excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: var(--tha-secondary);
    margin: 0 0 18px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-lead-post__meta { font-size: 12.5px; color: var(--tha-meta); font-family: 'Hanken Grotesk', sans-serif; }

.tha-post-grid { padding: 30px var(--page-pad) 44px; }

/* Pagination */
.tha-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 46px;
}
.tha-pagination .page-numbers {
    width: 42px; height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tha-border);
    border-radius: 9px;
    text-decoration: none;
    color: var(--tha-ink);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Hanken Grotesk', sans-serif;
    transition: background .2s;
}
.tha-pagination .page-numbers:hover { background: var(--tha-paper-alt); }
.tha-pagination .page-numbers.current {
    background: var(--tha-forest);
    color: #fff;
    border-color: var(--tha-forest);
    font-weight: 600;
}
.tha-pagination .page-numbers.dots { border: none; color: var(--tha-meta); }

/* ================================================
   ABOUT PAGE
   ================================================ */
.tha-about-hero { text-align: center; padding: 48px var(--page-pad) 44px; max-width: 780px; margin: 0 auto; }
.tha-about-hero__eyebrow {
    font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
    color: var(--tha-terra); font-weight: 700; margin-bottom: 20px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.tha-about-hero__title { font-family: 'Newsreader', serif; font-size: 52px; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 22px; }
.tha-about-hero__deck { font-size: 19px; line-height: 1.6; color: var(--tha-muted); margin: 0; font-family: 'Hanken Grotesk', sans-serif; }

.tha-about-img { padding: 0 var(--page-pad); }
.tha-about-img img { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; }

.tha-mission {
    max-width: 980px; margin: 0 auto; padding: 56px var(--page-pad) 30px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start;
}
.tha-mission__h { font-family: 'Newsreader', serif; font-size: 32px; line-height: 1.2; margin: 0; }
.tha-mission__body { font-size: 17px; line-height: 1.7; color: var(--tha-body); font-family: 'Hanken Grotesk', sans-serif; }
.tha-mission__body p { margin: 0 0 18px; }
.tha-mission__body p:last-child { margin: 0; }

.tha-stats { max-width: 980px; margin: 0 auto; padding: 20px var(--page-pad) 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tha-stat { background: var(--tha-paper-alt); border-radius: 16px; padding: 34px 28px; text-align: center; }
.tha-stat__num { font-family: 'Newsreader', serif; font-size: 46px; line-height: 1; color: var(--tha-forest); }
.tha-stat__label { font-size: 14px; color: var(--tha-secondary); margin-top: 10px; font-family: 'Hanken Grotesk', sans-serif; }

.tha-values { background: var(--tha-paper-alt); padding: 56px var(--page-pad); }
.tha-values__inner { max-width: 980px; margin: 0 auto; }
.tha-values__title { font-family: 'Newsreader', serif; font-size: 30px; text-align: center; margin: 0 0 38px; }
.tha-values__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.tha-value__icon { font-size: 28px; margin-bottom: 14px; }
.tha-value__title { font-family: 'Newsreader', serif; font-size: 21px; margin: 0 0 10px; }
.tha-value__body { font-size: 14.5px; line-height: 1.6; color: var(--tha-secondary); margin: 0; font-family: 'Hanken Grotesk', sans-serif; }

.tha-founder {
    max-width: 980px; margin: 0 auto; padding: 56px var(--page-pad);
    display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center;
}
.tha-founder__avatar { width: 200px; height: 200px; border-radius: 18px; background: #D8CDBA; overflow: hidden; }
.tha-founder__avatar img { width: 100%; height: 100%; object-fit: cover; }
.tha-founder__eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--tha-terra); font-weight: 700; margin-bottom: 12px; font-family: 'Hanken Grotesk', sans-serif; }
.tha-founder__name { font-family: 'Newsreader', serif; font-size: 30px; margin: 0 0 14px; }
.tha-founder__bio { font-size: 16px; line-height: 1.7; color: var(--tha-body); margin: 0; font-family: 'Hanken Grotesk', sans-serif; }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 960px) {
    .tha-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .tha-cats__grid { grid-template-columns: repeat(3, 1fr); }
    .tha-article-layout { grid-template-columns: 1fr; }
    .tha-sidebar { position: static; }
    .tha-lead-post { grid-template-columns: 1fr; }
    .tha-lead-post__img { height: 260px; }
    .tha-lead-post__body { padding: 24px; }
    .tha-footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .tha-mission { grid-template-columns: 1fr; }
    .tha-values__grid { grid-template-columns: 1fr; gap: 24px; }
    .tha-stats { grid-template-columns: 1fr; }
    .tha-founder { grid-template-columns: 1fr; }
    .tha-nl-strip { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
    :root { --page-pad: 20px; }
    .tha-utility-bar { justify-content: center; }
    .tha-utility-links { display: none; }
    .tha-grid-3 { grid-template-columns: 1fr; }
    .tha-cats__grid { grid-template-columns: repeat(2, 1fr); }
    .tha-hero__title { font-size: 30px; }
    .tha-hero__body { padding: 28px 24px; }
    .tha-article-title { font-size: 30px; }
    .tha-about-hero__title { font-size: 36px; }
    .tha-cat-title { font-size: 34px; }
    .tha-masthead__nav { display: none; flex-direction: column; }
    .tha-masthead.nav-open .tha-masthead__nav {
        display: flex;
        padding: 16px 0 20px;
    }
    .tha-masthead.nav-open .tha-nav__menu { flex-direction: column; gap: 16px; }
    .tha-nav-toggle { display: flex; }
    .tha-masthead--home { position: relative; }
    .tha-masthead--inner { position: relative; }
    .tha-footer__grid { grid-template-columns: 1fr; }
    .tha-footer__bottom { flex-direction: column; gap: 6px; }
    .tha-newsletter__form { flex-direction: column; }
}
