:root {
	--tij-ink: #111;
	--tij-paper: #f7f3ea;
	--tij-panel: #fffdf7;
	--tij-muted: #67635b;
	--tij-line: #d7d0c2;
	--tij-red: #a61018;
	--tij-gold: #a87722;
	--tij-navy: #101923;
	--tij-serif: Georgia, "Times New Roman", serif;
	--tij-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--tij-paper); color: var(--tij-ink); font-family: var(--tij-sans); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; }
.tij-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }

.tij-topbar { border-bottom: 1px solid var(--tij-line); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tij-topbar .tij-container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tij-reading-toggle { border: 1px solid var(--tij-ink); background: transparent; padding: 7px 10px; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }

.tij-masthead { padding: 34px 0 26px; text-align: center; }
.tij-logo-fallback, .custom-logo-link { display: inline-block; width: min(870px, 90vw); }
.tij-logo-fallback img, .custom-logo-link img { display: block; width: 100%; height: auto; }
.tij-masthead p { margin: 12px 0 0; color: var(--tij-muted); font-size: 11px; font-weight: 800; letter-spacing: .34em; text-transform: uppercase; }

.tij-nav { border-top: 2px solid var(--tij-ink); border-bottom: 1px solid var(--tij-ink); background: rgba(247,243,234,.96); position: sticky; top: 0; z-index: 20; }
.tij-menu { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 30px); list-style: none; margin: 0; padding: 0; overflow-x: auto; }
.tij-menu a { display: block; padding: 13px 0 11px; border-bottom: 3px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.tij-menu a:hover { border-bottom-color: var(--tij-red); text-decoration: none; }

.tij-livebar { background: var(--tij-ink); color: #fff; }
.tij-livebar .tij-container { min-height: 44px; display: flex; align-items: center; gap: 16px; font-size: 12px; }
.tij-livebar strong { background: var(--tij-red); padding: 4px 8px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.tij-livebar span { flex: 1; color: #ddd7cb; }
.tij-livebar a { font-weight: 800; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.tij-main { min-height: 55vh; }
.tij-front { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(230px, .75fr) minmax(250px, .7fr); gap: 28px; padding: 38px 0 42px; }
.tij-lead-column { border-right: 1px solid var(--tij-line); padding-right: 28px; }
.tij-secondary-column { display: grid; gap: 22px; }
.tij-latest-column { border-left: 1px solid var(--tij-line); padding-left: 26px; }
.tij-latest-column h2, .tij-section-heading h2 { margin: 0; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.tij-latest-column h2 { padding-top: 12px; border-top: 4px solid var(--tij-ink); }
.tij-latest-column article { border-bottom: 1px solid var(--tij-line); padding: 15px 0; }
.tij-latest-column time { color: var(--tij-red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tij-latest-column h3 { margin: 5px 0 0; font: 700 16px/1.28 var(--tij-serif); }

.tij-card { border-bottom: 1px solid var(--tij-line); padding-bottom: 20px; }
.tij-image { display: block; overflow: hidden; background: #ddd3c4; }
.tij-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tij-image:hover img { transform: scale(1.025); }
.tij-card-large .tij-image { height: 390px; }
.tij-card-standard .tij-image { height: 190px; }
.tij-card-compact .tij-image { height: 150px; }
.tij-kicker { margin: 16px 0 8px; color: var(--tij-red); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tij-card h2 { margin: 0 0 10px; font-family: var(--tij-serif); letter-spacing: -.035em; line-height: 1.08; }
.tij-card-large h2 { font-size: clamp(34px, 4vw, 58px); }
.tij-card-standard h2 { font-size: 23px; }
.tij-card-compact h2 { font-size: 20px; }
.tij-card p:not(.tij-kicker) { color: var(--tij-muted); font-size: 15px; line-height: 1.55; }
.tij-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--tij-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tij-meta span + span::before { content: "•"; margin-right: 10px; color: var(--tij-red); }

.tij-ad-slot { margin: 4px auto 10px; border: 1px dashed #b8ae9c; background: #eee7d9; color: var(--tij-muted); min-height: 74px; display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.tij-section { padding: 58px 0 64px; }
.tij-section-heading { border-top: 4px solid currentColor; padding-top: 13px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; margin-bottom: 24px; }
.tij-section-heading span { grid-column: 1 / -1; color: var(--tij-red); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.tij-section-heading a { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tij-grid { display: grid; gap: 24px; }
.tij-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tij-grid-three, .tij-explained-grid, .tij-shortcode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tij-dark-band { background: var(--tij-navy); color: #fff; }
.tij-dark-band .tij-card { border-bottom-color: rgba(255,255,255,.22); }
.tij-dark-band .tij-card p:not(.tij-kicker), .tij-dark-band .tij-meta { color: #c9c2b8; }
.tij-dark-band .tij-section-heading span { color: #d8a541; }

.tij-explainer { min-height: 250px; padding: 26px; background: #d9a441; color: #111; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.tij-explainer:nth-child(2) { background: #bb353d; color: #fff; }
.tij-explainer:nth-child(3) { background: #536f91; color: #fff; }
.tij-explainer > span { position: absolute; right: -10px; top: -34px; color: rgba(255,255,255,.24); font-size: 112px; line-height: 1; font-weight: 900; }
.tij-explainer p { margin: 0 0 34px; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tij-explainer h3 { margin: 0; font: 700 28px/1.12 var(--tij-serif); letter-spacing: -.03em; position: relative; }
.tij-explainer a:last-child { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.35); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tij-opinion { background: #ede4d4; }

.tij-newsletter { margin-top: 70px; margin-bottom: 70px; background: var(--tij-ink); color: #fff; padding: 46px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.tij-newsletter span { color: var(--tij-gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tij-newsletter h2 { margin: 8px 0 10px; font: 700 38px/1.05 var(--tij-serif); }
.tij-newsletter p { margin: 0; color: #cfc8bd; line-height: 1.55; }
.tij-newsletter form { display: flex; }
.tij-newsletter input { flex: 1; min-width: 0; border: 1px solid #777; border-right: 0; background: transparent; color: #fff; padding: 15px; }
.tij-newsletter button, .tij-search-form button { border: 0; background: var(--tij-red); color: #fff; padding: 0 26px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.tij-article, .tij-page, .tij-archive-header, .tij-error { padding: 55px 0 70px; }
.tij-article-header, .tij-page-header { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.tij-article-header h1, .tij-page-header h1, .tij-archive-header h1, .tij-error h1 { margin: 0; font-family: var(--tij-serif); font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.05em; }
.tij-dek { color: var(--tij-muted); font-size: 20px; line-height: 1.5; }
.tij-article-header .tij-meta { justify-content: center; }
.tij-article-image { max-width: 1040px; margin: 0 auto 42px; }
.tij-article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 54px; }
.tij-article-body, .tij-page-body { font-family: var(--tij-serif); font-size: 20px; line-height: 1.78; }
.tij-article-body p, .tij-page-body p { margin: 0 0 1.25em; }
.tij-article-body h2, .tij-page-body h2 { margin: 1.7em 0 .55em; font-size: 34px; line-height: 1.15; }
.tij-article-sidebar { border-left: 1px solid var(--tij-line); padding-left: 24px; }
.tij-widget { margin-bottom: 28px; font-size: 14px; line-height: 1.55; }
.tij-widget-title { margin: 0 0 12px; border-top: 3px solid var(--tij-ink); padding-top: 10px; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; }

.tij-page-header p, .tij-archive-header p, .tij-error p { margin: 0 0 8px; color: var(--tij-red); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.tij-page-body { max-width: 760px; margin: 0 auto; }
.tij-archive-list { display: grid; gap: 28px; padding-bottom: 70px; }
.tij-card-list { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.tij-card-list .tij-image { height: 210px; }
.tij-card-list h2 { font-size: clamp(26px, 3vw, 38px); }
.tij-pagination { margin-top: 20px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tij-search-form { display: grid; grid-template-columns: 1fr auto; max-width: 760px; gap: 0; margin-top: 26px; }
.tij-search-form label { grid-column: 1 / -1; margin-bottom: 8px; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.tij-search-form input { border: 1px solid var(--tij-line); background: #fff; padding: 15px; }
.tij-error a { display: inline-block; margin-top: 24px; color: var(--tij-red); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.tij-footer { background: #111; color: #f8f1e6; padding: 50px 0 24px; }
.tij-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.tij-footer-mark { width: 54px; }
.tij-footer h2 { font: 700 28px/1 var(--tij-serif); margin: 12px 0; }
.tij-footer p, .tij-footer li { color: #c9c2b8; font-size: 14px; line-height: 1.55; }
.tij-footer ul { margin: 0; padding: 0; list-style: none; }
.tij-footer-bottom { border-top: 1px solid #373737; margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; }
.tij-footer-menu { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

body.tij-reading { --tij-paper: #fffaf0; font-size: 18px; }
body.tij-reading .tij-nav { position: static; }

@media (max-width: 1050px) {
	.tij-front { grid-template-columns: 1.45fr 1fr; }
	.tij-latest-column { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--tij-line); padding: 24px 0 0; }
	.tij-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tij-article-layout { grid-template-columns: minmax(0, 760px); }
	.tij-article-sidebar { border-left: 0; border-top: 1px solid var(--tij-line); padding: 24px 0 0; }
	.tij-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.tij-container { width: min(100% - 28px, 1240px); }
	.tij-topbar .tij-container, .tij-livebar .tij-container { align-items: flex-start; flex-direction: column; padding: 10px 0; }
	.tij-menu { justify-content: flex-start; }
	.tij-front, .tij-grid-three, .tij-explained-grid, .tij-shortcode-grid, .tij-newsletter, .tij-card-list, .tij-footer-grid { grid-template-columns: 1fr; }
	.tij-lead-column { border-right: 0; padding-right: 0; }
	.tij-card-large .tij-image { height: 285px; }
	.tij-grid-four { grid-template-columns: 1fr; }
	.tij-newsletter { gap: 28px; padding: 34px 25px; }
	.tij-search-form, .tij-newsletter form { grid-template-columns: 1fr; display: grid; }
	.tij-newsletter input { border-right: 1px solid #777; }
	.tij-newsletter button, .tij-search-form button { padding: 14px; }
	.tij-footer-bottom { flex-direction: column; }
	.tij-footer-menu { flex-wrap: wrap; }
}
