:root {
	--tps-accent: #e91d35;
	--tps-accent-dark: #b91227;
	--tps-ink: #101014;
	--tps-ink-soft: #25252a;
	--tps-muted: #6b6d73;
	--tps-line: #e5e5e8;
	--tps-soft: #f4f4f5;
	--tps-soft-2: #fafafa;
	--tps-white: #ffffff;
	--tps-dark: #0d0d11;
	--tps-shell: 1320px;
	--tps-shadow: 0 18px 50px rgba(16, 16, 20, 0.08);
	--tps-shadow-strong: 0 24px 70px rgba(16, 16, 20, 0.14);
	--tps-radius: 16px;
	--tps-radius-small: 10px;
	--tps-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--tps-serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tps-ink); background: var(--tps-white); font-family: var(--tps-sans); line-height: 1.55; overflow-x: hidden; }
body.tps-no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }
main, section, article, aside, nav, div { min-width: 0; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.screen-reader-text,
.tps-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tps-skip-link:focus { position: fixed; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: #000; color: #fff; }
.tps-shell { width: min(calc(100% - 36px), var(--tps-shell)); margin-inline: auto; }
.tps-main { min-height: 60vh; }
.tps-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--tps-muted); font-size: 11px; }
.tps-meta--light { color: rgba(255,255,255,.78); }
.tps-meta-dot { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: currentColor; opacity: .5; }
.tps-category-badge,
.tps-small-category { display: inline-flex; width: fit-content; align-items: center; color: var(--tps-accent); font-size: 10px; font-weight: 850; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; }
.tps-category-badge { padding: 7px 10px; background: var(--tps-accent); color: #fff; border-radius: 3px; }
.tps-read-button { display: inline-flex; width: fit-content; align-items: center; justify-content: center; gap: 7px; min-height: 43px; padding: 10px 16px; border: 0; border-radius: 4px; background: var(--tps-accent); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.tps-read-button:hover { background: var(--tps-accent-dark); transform: translateY(-2px); }
.tps-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #ececef, #d8d9de); }
.tps-image-placeholder span { color: rgba(16,16,20,.15); font-size: 74px; font-weight: 900; }

/* Header */
.tps-site-header { position: sticky; z-index: 1000; top: 0; background: #fff; border-bottom: 1px solid var(--tps-line); transition: box-shadow .25s ease; }
.tps-site-header.is-compact { box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.admin-bar .tps-site-header { top: 32px; }
.tps-header-main { border-bottom: 1px solid var(--tps-line); }
.tps-header-main-inner { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.tps-header-tools { display: flex; align-items: center; gap: 17px; min-width: 0; }
.tps-header-tools--right { justify-content: flex-end; }
.tps-icon-action,
.tps-account-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: var(--tps-ink); font-size: 11px; cursor: pointer; }
.tps-icon-action svg,
.tps-account-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.tps-menu-icon { width: 19px; display: grid; gap: 4px; }
.tps-menu-icon i { display: block; height: 1px; background: currentColor; }
.tps-branding { min-width: 0; text-align: center; }
.tps-brand-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.tps-branding .custom-logo-link { display: inline-flex; align-items: center; justify-content: center; }
.tps-branding .custom-logo { width: auto; max-width: 220px; max-height: 56px; object-fit: contain; }
.tps-brand-symbol { width: 38px; height: 38px; display: inline-grid; place-items: center; background: var(--tps-accent); color: #fff; transform: skew(-10deg); font-weight: 900; }
.tps-brand-name { max-width: 270px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 25px; font-weight: 900; letter-spacing: -.05em; }
.tps-subscribe-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 14px; border-radius: 3px; background: var(--tps-accent); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.tps-header-nav-wrap { background: #fff; }
.tps-header-nav-inner { min-height: 50px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tps-primary-nav { max-width: 100%; }
.tps-primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 34px); margin: 0; padding: 0; list-style: none; }
.tps-primary-menu li { position: relative; }
.tps-primary-menu a { display: block; padding: 15px 0; font-size: 12px; font-weight: 780; white-space: nowrap; transition: color .2s ease; }
.tps-primary-menu a:hover,
.tps-primary-menu .current-menu-item > a,
.tps-primary-menu .current-category-ancestor > a { color: var(--tps-accent); }
.tps-primary-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 10px; list-style: none; background: #fff; box-shadow: var(--tps-shadow); }
.tps-primary-menu li:hover > .sub-menu,
.tps-primary-menu li:focus-within > .sub-menu { display: block; }
.tps-primary-menu .sub-menu a { padding: 9px 10px; }
.tps-mobile-drawer { position: fixed; z-index: 1250; top: 0; bottom: 0; left: 0; width: min(88vw, 380px); padding: 25px; background: #fff; transform: translateX(-105%); transition: transform .3s ease; overflow-y: auto; }
.tps-mobile-drawer.is-open { transform: translateX(0); }
.tps-mobile-drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--tps-line); }
.tps-drawer-close,
.tps-search-close { padding: 0; border: 0; background: transparent; font-size: 34px; line-height: 1; cursor: pointer; }
.tps-mobile-menu-list { list-style: none; margin: 20px 0 0; padding: 0; }
.tps-mobile-menu-list .sub-menu { list-style: none; padding-left: 16px; }
.tps-mobile-menu-list a { display: block; padding: 13px 0; border-bottom: 1px solid var(--tps-line); font-size: 16px; font-weight: 760; }
.tps-mobile-subscribe { display: flex; justify-content: center; margin-top: 25px; padding: 13px; background: var(--tps-accent); color: #fff; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.tps-page-overlay { position: fixed; z-index: 1150; inset: 0; background: rgba(0,0,0,.48); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.tps-page-overlay.is-visible { opacity: 1; pointer-events: auto; }
.tps-search-overlay { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(255,255,255,.97); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.tps-search-overlay.is-open { opacity: 1; visibility: visible; }
.tps-search-close { position: absolute; top: 22px; right: 25px; }
.tps-search-box { width: min(100%, 780px); text-align: center; }
.tps-search-box > span { display: block; margin-bottom: 18px; color: var(--tps-accent); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.tps-search-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--tps-ink); }
.tps-search-form label { display: block; min-width: 0; }
.tps-search-field { width: 100%; padding: 17px 0; border: 0; outline: none; background: transparent; font-size: clamp(24px, 4vw, 48px); }
.tps-search-form button { padding: 0 20px; border: 0; background: var(--tps-accent); color: #fff; font-weight: 800; cursor: pointer; }

/* Top stories */
.tps-top-stories { background: var(--tps-soft-2); border-bottom: 1px solid var(--tps-line); }
.tps-top-stories-inner { display: grid; grid-template-columns: 150px minmax(0,1fr); min-height: 94px; }
.tps-top-stories-label { display: flex; align-items: center; gap: 10px; padding-right: 20px; border-right: 1px solid var(--tps-line); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.tps-top-stories-label span { width: 9px; height: 9px; border-radius: 50%; background: var(--tps-accent); box-shadow: 0 0 0 6px rgba(233, 29, 53, .14); }
.tps-top-stories-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.tps-top-stories-track::-webkit-scrollbar { display: none; }
.tps-top-stories-track article { min-width: 0; padding: 18px 22px; border-right: 1px solid var(--tps-line); scroll-snap-align: start; }
.tps-top-stories-track h2 { margin: 0 0 7px; font-family: var(--tps-serif); font-size: 13px; line-height: 1.38; }
.tps-top-stories-track time { color: var(--tps-muted); font-size: 9px; }

/* Lead */
.tps-lead-section { padding: 28px 0 44px; background: #fff; }
.tps-lead-grid { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(0,1.65fr) minmax(250px,.82fr); gap: 24px; align-items: stretch; }
.tps-panel { min-width: 0; }
.tps-fresh-column,
.tps-trending-column { padding: 20px; border: 1px solid var(--tps-line); background: #fff; }
.tps-column-heading { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 3px solid var(--tps-ink); }
.tps-column-heading--accent { border-color: var(--tps-accent); }
.tps-column-heading span { color: var(--tps-muted); font-size: 9px; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.tps-column-heading h2 { margin: 2px 0 0; font-family: var(--tps-serif); font-size: 25px; line-height: 1.1; }
.tps-compact-card { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 8px; padding: 13px 0; border-bottom: 1px solid var(--tps-line); }
.tps-compact-card:last-child { border-bottom: 0; }
.tps-compact-card.has-image { grid-template-columns: 80px minmax(0,1fr); align-items: start; }
.tps-compact-card.has-rank { grid-template-columns: 40px minmax(0,1fr); }
.tps-compact-rank { color: #d4d5d9; font-size: 25px; font-weight: 900; line-height: 1; }
.tps-compact-image { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; background: var(--tps-soft); }
.tps-compact-image img,
.tps-compact-image .tps-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.tps-compact-image .tps-image-placeholder span { font-size: 32px; }
.tps-compact-content { min-width: 0; }
.tps-compact-card h3 { margin: 4px 0 5px; font-family: var(--tps-serif); font-size: 13px; line-height: 1.36; }
.tps-compact-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tps-compact-card time { color: var(--tps-muted); font-size: 9px; }
.tps-hero-slider { position: relative; min-width: 0; min-height: 590px; overflow: hidden; background: var(--tps-dark); }
.tps-hero-track { display: flex; min-height: 590px; transition: transform .7s cubic-bezier(.22,1,.36,1); will-change: transform; }
.tps-hero-slide { position: relative; flex: 0 0 100%; min-width: 100%; min-height: 590px; overflow: hidden; }
.tps-hero-image,
.tps-hero-shade { position: absolute; inset: 0; }
.tps-hero-image img,
.tps-hero-image .tps-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.tps-hero-slide:hover .tps-hero-image img { transform: scale(1.045); }
.tps-hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.03) 22%, rgba(0,0,0,.9) 100%); }
.tps-hero-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 36px; color: #fff; }
.tps-hero-content h1 { max-width: 820px; margin: 14px 0 12px; font-family: var(--tps-serif); font-size: clamp(32px, 3.7vw, 54px); line-height: 1.04; letter-spacing: -.035em; }
.tps-hero-content h1 a { color: #fff; }
.tps-hero-content p { max-width: 760px; margin: 0 0 14px; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.65; }
.tps-hero-controls { position: absolute; z-index: 4; top: 18px; right: 18px; display: flex; align-items: center; gap: 9px; padding: 7px; border-radius: 999px; background: rgba(0,0,0,.45); backdrop-filter: blur(12px); }
.tps-hero-controls > button { width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.tps-hero-dots { display: flex; gap: 5px; }
.tps-hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 10px; background: rgba(255,255,255,.4); transition: width .25s ease; cursor: pointer; }
.tps-hero-dots button.is-active { width: 22px; background: #fff; }
.tps-trending-list { display: grid; }

/* Shared section headings */
.tps-category-sections { background: #fff; }
.tps-category-section { padding: 52px 0; border-top: 1px solid var(--tps-line); }
.tps-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.tps-section-heading--center { justify-content: center; text-align: center; }
.tps-section-heading--compact { margin-bottom: 18px; }
.tps-section-heading > div { min-width: 0; }
.tps-section-heading span:not(.tps-meta-dot) { display: block; margin-bottom: 5px; color: var(--tps-accent); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.tps-section-heading h2 { margin: 0; font-family: var(--tps-serif); font-size: clamp(30px, 3vw, 43px); line-height: 1.04; letter-spacing: -.035em; }
.tps-section-heading p { max-width: 760px; margin: 10px 0 0; color: var(--tps-muted); font-size: 13px; }
.tps-view-all { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding-bottom: 5px; border-bottom: 1px solid var(--tps-accent); color: var(--tps-accent); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Cards */
.tps-post-card { min-width: 0; position: relative; }
.tps-post-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; border-radius: 5px; background: var(--tps-soft); }
.tps-post-card-image img,
.tps-post-card-image .tps-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tps-post-card:hover .tps-post-card-image img { transform: scale(1.055); }
.tps-post-card-content { min-width: 0; padding-top: 14px; }
.tps-post-card-content h3 { margin: 7px 0 9px; font-family: var(--tps-serif); font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.tps-post-card-content h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tps-post-card-content p { display: -webkit-box; overflow: hidden; margin: 0 0 12px; color: var(--tps-muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tps-post-card.is-overlay { min-height: 100%; overflow: hidden; background: var(--tps-dark); }
.tps-post-card.is-overlay .tps-post-card-image { position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; }
.tps-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 25%, rgba(0,0,0,.9) 100%); }
.tps-post-card.is-overlay .tps-post-card-content { position: relative; z-index: 2; min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; color: #fff; }
.tps-post-card.is-overlay .tps-post-card-content h3 { font-size: 23px; }
.tps-post-card.is-overlay .tps-post-card-content h3 a { color: #fff; }
.tps-post-card.is-overlay .tps-post-card-content p { color: rgba(255,255,255,.76); }

/* Homepage category layouts */
.tps-spotlight-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 22px; }
.tps-spotlight-lead { min-height: 520px; }
.tps-spotlight-side { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.tps-spotlight-side .tps-post-card-content h3 { font-size: 17px; }
.tps-four-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.tps-layout-grid { background: var(--tps-soft-2); }
.tps-rail-shell { display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 10px; align-items: center; }
.tps-card-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 60px)/4); gap: 20px; overflow-x: auto; padding: 4px 0 10px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.tps-card-rail::-webkit-scrollbar { display: none; }
.tps-card-rail .tps-post-card { scroll-snap-align: start; }
.tps-rail-arrow { width: 42px; height: 42px; padding: 0; border: 1px solid var(--tps-line); border-radius: 50%; background: #fff; cursor: pointer; }
.tps-rail-arrow:hover:not(:disabled) { border-color: var(--tps-accent); background: var(--tps-accent); color: #fff; }
.tps-rail-arrow:disabled { opacity: .35; cursor: not-allowed; }
.tps-editorial-layout { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.75fr); gap: 30px; }
.tps-editorial-main { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.tps-editorial-main .tps-post-card-image { aspect-ratio: 4/3; }
.tps-editorial-main .tps-post-card-content h3 { font-size: 26px; }
.tps-editorial-list { padding: 0 20px; border-left: 1px solid var(--tps-line); border-right: 1px solid var(--tps-line); }
.tps-layout-dark { position: relative; color: #fff; background: var(--tps-dark); border-color: transparent; }
.tps-layout-dark .tps-section-heading h2 { color: #fff; }
.tps-layout-dark .tps-section-heading p { color: rgba(255,255,255,.65); }
.tps-dark-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 20px; }
.tps-dark-lead { min-height: 520px; }
.tps-dark-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.tps-dark-grid .tps-post-card { min-height: 250px; }
.tps-dark-grid .tps-post-card.is-overlay .tps-post-card-content h3 { font-size: 17px; }
.tps-ranked-layout { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.75fr); gap: 30px; align-items: start; }
.tps-ranked-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.tps-ranked-list { padding: 20px 22px; border: 1px solid var(--tps-line); background: #fff; box-shadow: var(--tps-shadow); }
.tps-category-section.is-alternate .tps-section-heading { flex-direction: row-reverse; text-align: right; }
.tps-category-section.is-alternate .tps-view-all { margin-right: auto; }
.tps-category-section.is-alternate .tps-spotlight-layout,
.tps-category-section.is-alternate .tps-dark-layout,
.tps-category-section.is-alternate .tps-ranked-layout { direction: rtl; }
.tps-category-section.is-alternate .tps-spotlight-layout > *,
.tps-category-section.is-alternate .tps-dark-layout > *,
.tps-category-section.is-alternate .tps-ranked-layout > * { direction: ltr; }

/* Recent */
.tps-recent-section { padding: 65px 0 78px; background: var(--tps-soft); }
.tps-recent-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,.75fr); gap: 26px; align-items: start; }
.tps-recent-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.tps-recent-grid .tps-post-card { padding: 16px; background: #fff; border: 1px solid var(--tps-line); }
.tps-recent-grid .tps-post-card.is-featured { grid-column: 1/-1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: stretch; padding: 0; }
.tps-recent-grid .tps-post-card.is-featured .tps-post-card-image { height: 360px; aspect-ratio: auto; border-radius: 0; }
.tps-recent-grid .tps-post-card.is-featured .tps-post-card-content { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.tps-recent-grid .tps-post-card.is-featured .tps-post-card-content h3 { font-size: 31px; }
.tps-editor-picks { padding: 22px; border: 1px solid var(--tps-line); background: #fff; box-shadow: var(--tps-shadow); }

/* Archive */
.tps-archive-hero { padding: 52px 0; background: var(--tps-soft-2); border-bottom: 1px solid var(--tps-line); }
.tps-archive-hero-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.tps-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--tps-muted); font-size: 11px; }
.tps-breadcrumb a:hover { color: var(--tps-accent); }
.tps-archive-kicker { display: block; margin-bottom: 8px; color: var(--tps-accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tps-archive-hero h1,
.tps-generic-title h1 { margin: 0; font-family: var(--tps-serif); font-size: clamp(48px,7vw,86px); line-height: .98; letter-spacing: -.045em; }
.tps-archive-description { max-width: 820px; margin-top: 18px; color: var(--tps-muted); font-size: 15px; line-height: 1.75; }
.tps-archive-description p { margin: 0; }
.tps-archive-stat { flex: 0 0 190px; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; border: 1px solid var(--tps-line); background: #fff; text-align: center; box-shadow: var(--tps-shadow); }
.tps-archive-stat strong { font-family: var(--tps-serif); font-size: 48px; line-height: 1; }
.tps-archive-stat span { margin-top: 10px; color: var(--tps-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tps-archive-popular-strip { padding: 30px 0; border-bottom: 1px solid var(--tps-line); background: #fff; }
.tps-popular-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px,1fr); overflow-x: auto; border: 1px solid var(--tps-line); scrollbar-width: none; }
.tps-popular-rail::-webkit-scrollbar { display: none; }
.tps-popular-rail-card { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 12px; padding: 18px; border-right: 1px solid var(--tps-line); }
.tps-popular-rail-card > span { color: #d6d7db; font-size: 25px; font-weight: 900; }
.tps-popular-rail-card h3 { margin: 0 0 6px; font-family: var(--tps-serif); font-size: 14px; line-height: 1.35; }
.tps-popular-rail-card time { color: var(--tps-muted); font-size: 9px; }
.tps-archive-posts-section { padding: 50px 0 75px; }
.tps-page-indicator { flex: 0 0 auto; color: var(--tps-muted) !important; font-size: 11px !important; }
.tps-archive-grid,
.tps-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 24px; }
.tps-archive-grid .tps-post-card { padding-bottom: 22px; border-bottom: 1px solid var(--tps-line); }
.tps-pagination { margin-top: 44px; }
.tps-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.tps-pagination .page-numbers { min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--tps-line); background: #fff; font-size: 12px; font-weight: 760; }
.tps-pagination .page-numbers.current,
.tps-pagination .page-numbers:hover { border-color: var(--tps-accent); background: var(--tps-accent); color: #fff; }
.tps-generic-archive { padding: 52px 0 75px; }
.tps-generic-title { margin-bottom: 34px; }
.tps-empty-state { max-width: 680px; margin: 70px auto; padding: 45px; background: var(--tps-soft); text-align: center; }
.tps-empty-state > span { display: block; color: var(--tps-accent); font-size: 70px; font-weight: 900; }


/* Category archive experience */
.tps-category-title-band { padding: 54px 0 48px; background: var(--tps-soft-2); border-bottom: 1px solid var(--tps-line); text-align: center; }
.tps-category-title-inner { max-width: 900px; }
.tps-category-title-inner .tps-breadcrumb { justify-content: center; margin-bottom: 20px; }
.tps-category-title-band h1 { margin: 0; font-family: var(--tps-serif); font-size: clamp(48px, 7vw, 84px); line-height: .98; letter-spacing: -.045em; }
.tps-category-title-band .tps-archive-description { margin-right: auto; margin-left: auto; }
.tps-category-featured-deck { padding: 32px 0 20px; background: #fff; }
.tps-category-featured-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 14px; }
.tps-category-feature-card { position: relative; min-height: 350px; overflow: hidden; background: #ddd; }
.tps-category-feature-card.is-primary { min-height: 410px; }
.tps-category-feature-image { position: absolute; inset: 0; display: block; }
.tps-category-feature-image img,
.tps-category-feature-image .tps-image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tps-category-feature-card:hover .tps-category-feature-image img { transform: scale(1.055); }
.tps-category-feature-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 23px 20px; color: #fff; }
.tps-category-feature-content h2 { margin: 10px 0 10px; font-family: var(--tps-serif); font-size: clamp(20px, 2.2vw, 29px); line-height: 1.08; letter-spacing: -.025em; }
.tps-category-feature-content h2 a { color: #fff; }
.tps-category-feature-card:not(.is-primary) .tps-category-feature-content h2 { font-size: 20px; }
.tps-archive-content-section { padding: 58px 0 78px; background: #fff; }
.tps-archive-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: start; }
.tps-section-heading--archive { margin-bottom: 27px; }
.tps-archive-sidebar { position: sticky; top: 126px; display: grid; gap: 24px; }
.tps-archive-sidebar .tps-widget { padding: 22px; border: 1px solid var(--tps-line); background: #fff; }
.tps-widget-heading { margin-bottom: 17px; padding-bottom: 13px; border-bottom: 3px solid var(--tps-accent); }
.tps-widget-heading > span { display: block; margin-bottom: 3px; color: var(--tps-muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tps-widget-heading h2 { margin: 0; font-family: var(--tps-serif); font-size: 30px; line-height: 1; }
.tps-archive-popular-lead { margin-bottom: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--tps-line); }
.tps-archive-popular-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; margin-bottom: 14px; background: var(--tps-soft); }
.tps-archive-popular-image img,
.tps-archive-popular-image .tps-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.tps-archive-popular-image > span { position: absolute; top: 0; left: 0; padding: 7px 10px; background: var(--tps-accent); color: #fff; font-family: var(--tps-serif); font-size: 15px; font-style: italic; }
.tps-archive-popular-lead h3 { margin: 0 0 10px; font-family: var(--tps-serif); font-size: 20px; line-height: 1.24; }
.tps-archive-popular-widget .tps-compact-card { padding: 13px 0; }
.tps-archive-feed .tps-archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.tps-archive-feed .tps-post-card-content h3 { font-size: 20px; }
.tps-archive-feed .tps-post-card-content p { -webkit-line-clamp: 2; }

/* Single */
.tps-reading-progress { position: fixed; z-index: 1500; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.admin-bar .tps-reading-progress { top: 32px; }
.tps-reading-progress span { display: block; width: 0; height: 100%; background: var(--tps-accent); }
.tps-single-header { padding: 48px 0 38px; background: var(--tps-soft-2); border-bottom: 1px solid var(--tps-line); }
.tps-single-header-inner { max-width: 1060px; }
.tps-single-header h1 { max-width: 1020px; margin: 16px 0 17px; font-family: var(--tps-serif); font-size: clamp(42px,6.2vw,78px); line-height: 1.02; letter-spacing: -.04em; }
.tps-single-deck { max-width: 850px; margin: 0 0 20px; color: var(--tps-muted); font-family: var(--tps-serif); font-size: 19px; line-height: 1.55; }
.tps-single-byline { display: flex; align-items: center; gap: 12px; }
.tps-single-byline img { border-radius: 50%; }
.tps-single-feature-wrap { padding-top: 36px; }
.tps-single-featured-image { margin: 0; }
.tps-single-featured-image img { width: 100%; max-height: 760px; object-fit: cover; }
.tps-single-featured-image figcaption { margin-top: 8px; color: var(--tps-muted); font-size: 10px; }
.tps-single-layout { display: grid; grid-template-columns: 56px minmax(0,860px) minmax(280px,1fr); gap: 32px; align-items: start; padding-top: 38px; padding-bottom: 58px; }
.tps-share-rail { position: sticky; top: 130px; display: grid; gap: 8px; }
.tps-share-rail > span { color: var(--tps-muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tps-share-rail a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--tps-line); background: #fff; font-size: 10px; font-weight: 850; }
.tps-share-rail a:hover { border-color: var(--tps-accent); background: var(--tps-accent); color: #fff; }
.tps-single-article { min-width: 0; }
.tps-auto-toc { margin-bottom: 28px; padding: 22px 24px; border: 1px solid var(--tps-line); background: var(--tps-soft-2); }
.tps-auto-toc strong { display: block; margin-bottom: 10px; font-family: var(--tps-serif); font-size: 20px; }
.tps-auto-toc ol { margin: 0; padding-left: 20px; }
.tps-auto-toc li { margin: 7px 0; font-size: 13px; }
.tps-auto-toc a:hover { color: var(--tps-accent); }
.tps-single-content { font-family: var(--tps-serif); font-size: 18px; line-height: 1.82; }
.tps-single-content > p:first-child::first-letter { float: left; margin: 10px 10px 0 0; color: var(--tps-accent); font-size: 72px; line-height: .72; font-weight: 800; }
.tps-single-content h2,
.tps-single-content h3,
.tps-single-content h4 { margin-top: 1.65em; margin-bottom: .7em; font-family: var(--tps-sans); line-height: 1.2; }
.tps-single-content h2 { font-size: 32px; }
.tps-single-content h3 { font-size: 25px; }
.tps-single-content a { color: var(--tps-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.tps-single-content img { height: auto; }
.tps-single-content blockquote { margin: 30px 0; padding: 24px 27px; border-left: 4px solid var(--tps-accent); background: var(--tps-soft); font-size: 22px; }
.tps-single-content table { width: 100%; border-collapse: collapse; font-family: var(--tps-sans); font-size: 14px; }
.tps-single-content th,
.tps-single-content td { padding: 12px; border: 1px solid var(--tps-line); text-align: left; }
.tps-single-content iframe { max-width: 100%; }
.tps-single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--tps-line); font-size: 11px; }
.tps-single-tags a { padding: 7px 10px; background: var(--tps-soft); }
.tps-article-newsletter { margin-top: 34px; padding: 32px; background: var(--tps-dark); color: #fff; }
.tps-article-newsletter > span { color: var(--tps-accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tps-article-newsletter h2 { margin: 6px 0 10px; font-family: var(--tps-serif); font-size: 31px; }
.tps-article-newsletter p { margin: 0 0 18px; color: rgba(255,255,255,.7); }
.tps-author-box { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 20px; margin-top: 30px; padding: 25px; background: var(--tps-soft); }
.tps-author-box img { border-radius: 50%; }
.tps-author-box span { color: var(--tps-accent); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.tps-author-box h2 { margin: 2px 0 6px; font-family: var(--tps-serif); }
.tps-author-box p { margin: 0; color: var(--tps-muted); font-size: 12px; }
.tps-post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--tps-line); }
.tps-post-navigation > div:last-child { text-align: right; }
.tps-post-navigation a { font-family: var(--tps-serif); font-size: 15px; font-weight: 700; }
.tps-single-sidebar { position: sticky; top: 125px; display: grid; gap: 24px; min-width: 0; }
.tps-widget { padding: 22px; border: 1px solid var(--tps-line); background: #fff; }
.tps-widget-title { margin: 0 0 16px; padding-bottom: 11px; border-bottom: 3px solid var(--tps-accent); font-family: var(--tps-serif); font-size: 24px; }
.tps-widget-dark { background: var(--tps-dark); color: #fff; }
.tps-widget-dark > span { color: var(--tps-accent); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.tps-widget-dark p { color: rgba(255,255,255,.7); font-size: 12px; }
.tps-category-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tps-category-cloud a { padding: 7px 10px; background: var(--tps-soft); font-size: 10px; font-weight: 750; }
.tps-related-section { padding: 52px 0 72px; background: var(--tps-soft); }
.tps-comments-area { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--tps-line); }
.tps-comments-area > h2 { font-family: var(--tps-serif); }
.tps-comment-list { padding-left: 0; list-style: none; }
.tps-comment-list .comment { margin: 18px 0; padding: 18px; border: 1px solid var(--tps-line); }
.comment-form input:not([type="submit"]),
.comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--tps-line); }
.comment-form input[type="submit"] { padding: 12px 18px; border: 0; background: var(--tps-accent); color: #fff; font-weight: 800; cursor: pointer; }

/* Pages and footer */
.tps-page-main { padding: 50px 0 70px; }
.tps-page-shell { max-width: 1000px; }
.tps-page-article > header h1 { font-family: var(--tps-serif); font-size: clamp(42px,6vw,72px); }
.tps-site-footer { background: #ededee; }
.tps-footer-top { border-bottom: 2px solid #232326; }
.tps-footer-brand-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.tps-footer-brand .custom-logo { width: auto; max-width: 185px; max-height: 52px; object-fit: contain; }
.tps-footer-inline-menu { display: flex; flex-wrap: wrap; gap: 25px; margin: 0; padding: 0; list-style: none; }
.tps-footer-inline-menu a { font-size: 11px; font-weight: 760; }
.tps-footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr 1.25fr; gap: 48px; padding-top: 40px; padding-bottom: 38px; }
.tps-footer-grid h2 { margin: 0 0 15px; font-family: var(--tps-serif); font-size: 23px; }
.tps-footer-grid p { margin: 0; color: #4f5054; font-size: 12px; }
.tps-footer-list { margin: 0; padding: 0; list-style: none; }
.tps-footer-list li { margin: 7px 0; }
.tps-footer-list a { font-size: 11px; font-weight: 760; text-transform: uppercase; }
.tps-social-links { display: flex; gap: 7px; margin-top: 19px; }
.tps-social-links a { width: 36px; height: 36px; display: grid; place-items: center; background: #111; color: #fff; font-size: 9px; font-weight: 850; }
.tps-newsletter-form { display: grid; margin-top: 13px; }
.tps-newsletter-form input { width: 100%; padding: 13px; border: 0; background: #fff; }
.tps-newsletter-form button { margin-top: 7px; padding: 13px; border: 0; background: var(--tps-dark); color: #fff; font-size: 11px; font-weight: 800; text-align: left; text-transform: uppercase; cursor: pointer; }
.tps-newsletter-form small { margin-top: 8px; color: #666; font-size: 9px; }
.tps-footer-bottom { border-top: 1px solid #d6d6d8; }
.tps-footer-bottom-inner { min-height: 46px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; }
.tps-legal-menu { display: flex; flex-wrap: wrap; gap: 15px; margin: 0; padding: 0; list-style: none; }
.tps-back-to-top { position: fixed; z-index: 900; right: 18px; bottom: 18px; width: 42px; height: 42px; border: 0; background: var(--tps-accent); color: #fff; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; cursor: pointer; }
.tps-back-to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* Reveal */
.tps-reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.tps-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
	.tps-primary-menu { gap: 20px; }
	.tps-lead-grid { grid-template-columns: minmax(220px,.7fr) minmax(0,1.55fr); }
	.tps-trending-column { grid-column: 1/-1; }
	.tps-trending-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 22px; }
	.tps-trending-list .tps-compact-card { border-right: 1px solid var(--tps-line); }
	.tps-four-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.tps-card-rail { grid-auto-columns: calc((100% - 40px)/3); }
	.tps-single-layout { grid-template-columns: 46px minmax(0,1fr) minmax(270px,.55fr); gap: 25px; }
}

@media (max-width: 980px) {
	.admin-bar .tps-site-header { top: 46px; }
	.admin-bar .tps-reading-progress { top: 46px; }
	.tps-header-main-inner { min-height: 70px; }
	.tps-header-tools .tps-icon-action > span,
	.tps-account-link span { display: none; }
	.tps-primary-nav { overflow-x: auto; scrollbar-width: none; }
	.tps-primary-nav::-webkit-scrollbar { display: none; }
	.tps-primary-menu { justify-content: flex-start; width: max-content; }
	.tps-lead-grid { grid-template-columns: 1fr; }
	.tps-hero-slider { order: 1; }
	.tps-fresh-column { order: 2; }
	.tps-trending-column { order: 3; grid-column: auto; }
	.tps-fresh-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; }
	.tps-trending-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.tps-spotlight-layout,
	.tps-dark-layout,
	.tps-ranked-layout,
	.tps-editorial-layout { grid-template-columns: 1fr; }
	.tps-spotlight-lead,
	.tps-dark-lead { min-height: 480px; }
	.tps-editorial-list { border-right: 0; border-left: 0; border-top: 1px solid var(--tps-line); padding: 15px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; }
	.tps-ranked-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.tps-ranked-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; }
	.tps-four-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.tps-card-rail { grid-auto-columns: calc((100% - 20px)/2); }
	.tps-recent-layout { grid-template-columns: 1fr; }
	.tps-archive-grid,
	.tps-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.tps-single-layout { grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); }
	.tps-share-rail { position: static; grid-column: 1/-1; display: flex; align-items: center; }
	.tps-share-rail > span { margin-right: 5px; }
	.tps-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
	.tps-shell { width: min(calc(100% - 20px), var(--tps-shell)); }
	.tps-header-main-inner { grid-template-columns: auto 1fr auto; gap: 12px; }
	.tps-header-tools--left .tps-search-toggle,
	.tps-account-link { display: none; }
	.tps-header-tools--right { justify-content: flex-end; }
	.tps-subscribe-button { min-height: 34px; padding: 8px 10px; font-size: 9px; }
	.tps-branding .custom-logo { max-width: 155px; max-height: 44px; }
	.tps-brand-name { max-width: 150px; font-size: 19px; }
	.tps-header-nav-inner { justify-content: flex-start; }
	.tps-top-stories-inner { grid-template-columns: 1fr; }
	.tps-top-stories-label { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--tps-line); }
	.tps-top-stories-track { grid-auto-columns: 78%; }
	.tps-lead-section { padding-top: 18px; }
	.tps-fresh-list,
	.tps-trending-list { grid-template-columns: 1fr; }
	.tps-hero-slider,
	.tps-hero-track,
	.tps-hero-slide { min-height: 500px; }
	.tps-hero-content { padding: 25px 21px; }
	.tps-hero-content h1 { font-size: 35px; }
	.tps-hero-content p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
	.tps-category-section { padding: 40px 0; }
	.tps-section-heading,
	.tps-category-section.is-alternate .tps-section-heading { align-items: flex-start; flex-direction: column; text-align: left; }
	.tps-category-section.is-alternate .tps-view-all { margin-right: 0; }
	.tps-spotlight-side,
	.tps-dark-grid,
	.tps-editorial-main,
	.tps-ranked-cards,
	.tps-four-grid,
	.tps-editorial-list,
	.tps-ranked-list { grid-template-columns: 1fr; }
	.tps-spotlight-lead,
	.tps-dark-lead { min-height: 430px; }
	.tps-card-rail { grid-auto-columns: 86%; }
	.tps-rail-shell { grid-template-columns: 34px minmax(0,1fr) 34px; gap: 6px; }
	.tps-rail-arrow { width: 34px; height: 34px; }
	.tps-recent-grid { grid-template-columns: 1fr; }
	.tps-recent-grid .tps-post-card.is-featured { grid-column: auto; grid-template-columns: 1fr; }
	.tps-recent-grid .tps-post-card.is-featured .tps-post-card-image { height: auto; aspect-ratio: 16/10; }
	.tps-archive-hero { padding: 38px 0; }
	.tps-archive-hero-inner { align-items: flex-start; flex-direction: column; }
	.tps-archive-hero h1,
	.tps-generic-title h1 { font-size: 49px; }
	.tps-archive-stat { width: 100%; min-height: auto; flex-basis: auto; align-items: flex-start; text-align: left; }
	.tps-archive-grid,
	.tps-related-grid { grid-template-columns: 1fr; }
	.tps-section-heading .tps-page-indicator { align-self: flex-start; }
	.tps-single-header { padding: 37px 0 30px; }
	.tps-single-header h1 { font-size: 42px; }
	.tps-single-deck { font-size: 17px; }
	.tps-single-feature-wrap { padding-top: 20px; }
	.tps-single-layout { grid-template-columns: 1fr; gap: 28px; }
	.tps-share-rail { grid-column: auto; }
	.tps-single-sidebar { position: static; }
	.tps-single-content { font-size: 17px; }
	.tps-single-content h2 { font-size: 28px; }
	.tps-author-box { grid-template-columns: 64px minmax(0,1fr); }
	.tps-post-navigation { grid-template-columns: 1fr; }
	.tps-post-navigation > div:last-child { text-align: left; }
	.tps-footer-brand-row { align-items: flex-start; flex-direction: column; padding-top: 24px; padding-bottom: 24px; }
	.tps-footer-inline-menu { gap: 14px 20px; }
	.tps-footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.tps-footer-bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 14px; padding-bottom: 14px; }
}

@media (max-width: 420px) {
	.tps-subscribe-button { display: none; }
	.tps-header-main-inner { grid-template-columns: auto 1fr auto; }
	.tps-header-tools--right::after { content: ""; width: 24px; }
	.tps-hero-content h1 { font-size: 31px; }
	.tps-post-card-content h3 { font-size: 19px; }
	.tps-post-card.is-overlay .tps-post-card-content { padding: 20px; }
	.tps-post-card.is-overlay .tps-post-card-content h3 { font-size: 21px; }
	.tps-archive-hero h1,
	.tps-generic-title h1 { font-size: 42px; }
	.tps-archive-stat strong { font-size: 39px; }
	.tps-single-header h1 { font-size: 36px; }
	.tps-single-byline { align-items: flex-start; }
	.tps-article-newsletter { padding: 25px 21px; }
	.tps-author-box { grid-template-columns: 1fr; }
}


@media (max-width: 1180px) {
	.tps-category-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tps-category-feature-card.is-primary { grid-column: span 2; }
	.tps-archive-content-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 26px; }
	.tps-archive-feed .tps-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
	.tps-archive-content-layout { grid-template-columns: 1fr; }
	.tps-archive-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tps-archive-sidebar .tps-widget:first-child { grid-row: span 2; }
}

@media (max-width: 700px) {
	.tps-category-title-band { padding: 38px 0 34px; }
	.tps-category-title-band h1 { font-size: 48px; }
	.tps-category-featured-deck { padding-top: 18px; }
	.tps-category-featured-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; grid-template-columns: none; gap: 10px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.tps-category-featured-grid::-webkit-scrollbar { display: none; }
	.tps-category-feature-card,
	.tps-category-feature-card.is-primary { grid-column: auto; min-height: 360px; scroll-snap-align: start; }
	.tps-category-feature-content { padding: 22px 18px; }
	.tps-category-feature-card:not(.is-primary) .tps-category-feature-content h2 { font-size: 23px; }
	.tps-archive-content-section { padding: 42px 0 60px; }
	.tps-archive-feed .tps-archive-grid { grid-template-columns: 1fr; }
	.tps-archive-sidebar { grid-template-columns: 1fr; }
	.tps-archive-sidebar .tps-widget:first-child { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	.tps-reveal { opacity: 1; transform: none; }
}
