/*
Theme Name: Top Story Wire
Theme URI: https://topstorywire.com/
Author: Top Story Wire
Description: Business, startup and commerce editorial WordPress theme for Top Story Wire. Inspired by modern startup-media information architecture, with original design and monetization-ready review/affiliate components.
Version: 3.0.0
Text Domain: top-story-wire
*/

:root {
  --tsw-ink: #111827;
  --tsw-navy: #0b1f33;
  --tsw-navy-2: #132c46;
  --tsw-red: #ef3f32;
  --tsw-red-dark: #d52f25;
  --tsw-blue: #1769aa;
  --tsw-muted: #667085;
  --tsw-line: #e5e9ee;
  --tsw-soft: #f6f8fa;
  --tsw-warm: #fff8f3;
  --tsw-white: #ffffff;
  --tsw-max: 1240px;
  --tsw-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tsw-serif: Georgia, "Times New Roman", serif;
  --tsw-shadow: 0 16px 40px rgba(15,31,50,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--tsw-ink); font-family: var(--tsw-ui); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--tsw-red); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.tsw-container { width: min(calc(100% - 40px), var(--tsw-max)); margin-inline: auto; }
.tsw-icon { display: inline-flex; width: 19px; height: 19px; }
.tsw-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tsw-icon svg .fill { fill: currentColor; stroke: none; }
.tsw-muted { color: var(--tsw-muted); }
.tsw-dot { opacity: .6; }

/* Header */
.tsw-site-header { background: #fff; }
.tsw-utilitybar { background: var(--tsw-navy); color: #dce5ef; }
.tsw-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.tsw-utility-actions { display: flex; align-items: center; gap: 18px; }
.tsw-join-link { color: #fff; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.18); }
.tsw-join-link:hover { color: #ffb4ae; }
.tsw-masthead { border-bottom: 1px solid var(--tsw-line); }
.tsw-masthead-inner { min-height: 108px; display: grid; grid-template-columns: minmax(260px,.85fr) minmax(360px,1.15fr); align-items: center; gap: 50px; }
.tsw-brand { display: flex; flex-direction: column; align-items: flex-start; }
.tsw-brand a { display: inline-flex; }
.tsw-brand img { width: min(365px,100%); max-height: 72px; object-fit: contain; object-position: left center; }
.tsw-brand-fallback { display: inline-flex; align-items: baseline; gap: 9px; font-size: clamp(30px,3vw,44px); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.tsw-brand-top { color: var(--tsw-navy); }
.tsw-brand-wire { color: var(--tsw-red); }
.tsw-brand-subtitle { margin-top: 7px; color: var(--tsw-muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tsw-header-ad { min-height: 66px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px dashed #ccd4dd; background: #fafbfc; color: #7a8594; text-align: center; }
.tsw-header-ad .widget { margin: 0; width: 100%; }
.tsw-header-ad .widget-title { display: none; }
.tsw-header-ad img { margin-inline: auto; }
.tsw-ad-label { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.tsw-header-ad strong { margin-top: 2px; color: #6d7785; font-size: 12px; }
.tsw-icon-btn { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--tsw-navy); }
.tsw-menu-btn, .tsw-mobile-search { display: none; }
.tsw-nav-wrap { position: relative; z-index: 55; border-bottom: 1px solid var(--tsw-line); background: #fff; }
.tsw-nav-row { min-height: 50px; display: flex; align-items: stretch; justify-content: space-between; }
.tsw-nav > ul { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.tsw-nav > ul > li { position: relative; }
.tsw-nav a { display: flex; align-items: center; min-height: 50px; padding: 0 15px; color: var(--tsw-navy); font-size: 13px; font-weight: 850; }
.tsw-nav > ul > li:first-child > a { padding-left: 0; }
.tsw-nav > ul > li > a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: -1px; height: 3px; background: var(--tsw-red); transform: scaleX(0); transform-origin: left; transition: .18s ease; }
.tsw-nav > ul > li:hover > a::after, .tsw-nav > ul > li.current-menu-item > a::after, .tsw-nav > ul > li.current-menu-ancestor > a::after { transform: scaleX(1); }
.tsw-nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 230px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--tsw-line); background: #fff; box-shadow: var(--tsw-shadow); }
.tsw-nav li:hover > .sub-menu { display: block; }
.tsw-nav .sub-menu a { min-height: auto; padding: 10px 11px; font-size: 12px; font-weight: 700; }
.tsw-nav .sub-menu a:hover { background: var(--tsw-soft); }
.tsw-nav .sub-menu .sub-menu { top: 0; left: 100%; }
.tsw-nav-search { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--tsw-navy); font-size: 12px; font-weight: 800; }
.tsw-nav-search .tsw-icon { width: 17px; height: 17px; }

/* Trending bar */
.tsw-trendbar { border-bottom: 1px solid var(--tsw-line); background: #fcfdfe; overflow: hidden; }
.tsw-trendbar-inner { min-height: 42px; display: flex; align-items: center; gap: 18px; }
.tsw-trend-label { flex: 0 0 auto; color: var(--tsw-red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.tsw-trend-list { display: flex; align-items: center; gap: 34px; min-width: 0; white-space: nowrap; overflow: auto; scrollbar-width: none; }
.tsw-trend-list::-webkit-scrollbar { display: none; }
.tsw-trend-list a { position: relative; color: #4a5565; font-size: 12px; font-weight: 700; }
.tsw-trend-list a:not(:last-child)::after { content: "•"; position: absolute; right: -20px; color: #adb6c1; }

/* Search overlay */
.tsw-search-overlay { position: fixed; inset: 0; z-index: 999; display: none; place-items: start center; padding: 10vh 20px 20px; background: rgba(8,20,34,.72); backdrop-filter: blur(8px); }
.tsw-search-overlay.is-open { display: grid; }
.tsw-search-dialog { width: min(720px,100%); padding: 26px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.2); }
.tsw-search-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.tsw-search-head span { display: block; color: var(--tsw-red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.tsw-search-head strong { display: block; margin-top: 3px; color: var(--tsw-navy); font: 800 28px/1.1 var(--tsw-serif); }
.tsw-search-close { border: 0; background: transparent; color: var(--tsw-navy); }
.tsw-search-form { display: grid; grid-template-columns: 1fr auto; }
.tsw-search-form input { min-height: 52px; padding: 0 16px; border: 1px solid var(--tsw-line); outline: 0; }
.tsw-search-form input:focus { border-color: var(--tsw-navy); }
.tsw-search-form button { min-width: 112px; border: 0; background: var(--tsw-red); color: #fff; font-weight: 850; }
.tsw-search-note { margin: 12px 0 0; color: var(--tsw-muted); font-size: 11px; }

/* Common editorial */
.tsw-kicker, .tsw-eyebrow { display: inline-block; color: var(--tsw-red); font-size: 10px; line-height: 1.2; font-weight: 900; text-transform: uppercase; letter-spacing: .095em; }
.tsw-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #7b8594; font-size: 10px; font-weight: 650; }
.tsw-placeholder { width: 100%; height: 100%; min-height: 160px; display: grid; place-items: center; background: linear-gradient(135deg,#e9eef4,#f8fafc); color: #8794a4; font-size: 24px; font-weight: 950; letter-spacing: -.05em; }
.tsw-section { padding: 58px 0; }
.tsw-section-soft { background: var(--tsw-soft); }
.tsw-section-head, .tsw-section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid var(--tsw-navy); }
.tsw-section-head > div { min-width: 0; }
.tsw-section-head h2, .tsw-section-title-row h2 { margin: 2px 0 0; color: var(--tsw-navy); font: 800 clamp(28px,3vw,38px)/1.05 var(--tsw-serif); letter-spacing: -.025em; }
.tsw-section-head p { max-width: 660px; margin: 6px 0 0; color: var(--tsw-muted); font-size: 12px; }
.tsw-section-link { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: var(--tsw-navy); font-size: 11px; font-weight: 850; }
.tsw-section-link .tsw-icon { width: 15px; height: 15px; }

/* Home top */
.tsw-home-top { padding: 34px 0 38px; }
.tsw-focus-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(360px,.75fr); gap: 34px; align-items: start; }
.tsw-focus-lead { min-width: 0; }
.tsw-focus-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--tsw-soft); }
.tsw-focus-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tsw-focus-lead:hover .tsw-focus-media img { transform: scale(1.018); }
.tsw-focus-content { padding-top: 17px; }
.tsw-focus-content h1 { margin: 7px 0 9px; color: var(--tsw-navy); font: 900 clamp(35px,4.1vw,58px)/1.01 var(--tsw-serif); letter-spacing: -.038em; }
.tsw-focus-content h1 a:hover { color: var(--tsw-red-dark); }
.tsw-focus-content p { max-width: 770px; margin: 0 0 13px; color: #566171; font-size: 15px; line-height: 1.65; }
.tsw-focus-side { border-top: 4px solid var(--tsw-navy); }
.tsw-focus-side-head { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--tsw-line); }
.tsw-focus-side-head span { color: var(--tsw-navy); font: 800 21px/1.1 var(--tsw-serif); }
.tsw-focus-side-head small { color: var(--tsw-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.tsw-top-story { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--tsw-line); }
.tsw-top-thumb { aspect-ratio: 1.38; overflow: hidden; background: var(--tsw-soft); }
.tsw-top-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tsw-top-story h2 { margin: 4px 0 7px; color: var(--tsw-navy); font: 800 18px/1.18 var(--tsw-serif); }

/* Featured */
.tsw-featured-strip { padding: 34px 0 42px; border-top: 1px solid var(--tsw-line); border-bottom: 1px solid var(--tsw-line); background: #fff; }
.tsw-featured-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.tsw-featured-card { min-width: 0; }
.tsw-featured-thumb { display: block; aspect-ratio: 1.56; margin-bottom: 12px; overflow: hidden; background: var(--tsw-soft); }
.tsw-featured-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tsw-featured-card h3 { margin: 5px 0 0; color: var(--tsw-navy); font: 800 20px/1.18 var(--tsw-serif); }

/* Latest + sidebar */
.tsw-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 52px; align-items: start; }
.tsw-list { border-top: 1px solid var(--tsw-line); }
.tsw-list-item { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--tsw-line); }
.tsw-list-thumb { aspect-ratio: 1.55; overflow: hidden; background: var(--tsw-soft); }
.tsw-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tsw-list-item h2, .tsw-list-item h3 { margin: 5px 0 8px; color: var(--tsw-navy); font: 800 26px/1.11 var(--tsw-serif); letter-spacing: -.015em; }
.tsw-list-item p { margin: 0 0 10px; color: #657080; font-size: 13px; }
.tsw-sidebar { position: sticky; top: 18px; }
.tsw-widget { margin-bottom: 26px; }
.tsw-widget-title { margin: 0 0 14px; color: var(--tsw-navy); font-size: 15px; }
.tsw-widget-heading { padding-bottom: 10px; border-bottom: 3px solid var(--tsw-navy); }
.tsw-widget-heading span { color: var(--tsw-red); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.tsw-widget-heading h3 { margin: 0; color: var(--tsw-navy); font: 800 25px/1.1 var(--tsw-serif); }
.tsw-trending-item { display: grid; grid-template-columns: 40px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--tsw-line); }
.tsw-trending-item > span { color: #c6ced8; font: 900 26px/1 var(--tsw-serif); }
.tsw-trending-item a { color: var(--tsw-navy); font: 800 16px/1.24 var(--tsw-serif); }
.tsw-sidebar-newsletter { padding: 22px; background: var(--tsw-navy); color: #fff; }
.tsw-sidebar-newsletter .tsw-kicker { color: #ff8e85; }
.tsw-sidebar-newsletter h4 { margin: 7px 0 8px; font: 800 27px/1.05 var(--tsw-serif); }
.tsw-sidebar-newsletter p { margin: 0 0 16px; color: #c6d2de; font-size: 12px; }
.tsw-sidebar-newsletter > a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; background: var(--tsw-red); color: #fff; font-size: 11px; font-weight: 850; }
.tsw-sidebar-newsletter .tsw-icon { width: 15px; height: 15px; }
.tsw-home-ad { padding: 22px 0; border-block: 1px solid var(--tsw-line); background: #fafbfc; text-align: center; }

/* Company / editorial */
.tsw-editorial-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 38px; }
.tsw-big-feature-media { display: block; aspect-ratio: 1.58; overflow: hidden; background: #e9edf2; }
.tsw-big-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.tsw-big-feature-body { padding-top: 15px; }
.tsw-big-feature h3 { margin: 6px 0 8px; color: var(--tsw-navy); font: 900 35px/1.07 var(--tsw-serif); letter-spacing: -.025em; }
.tsw-big-feature p { margin: 0 0 12px; color: var(--tsw-muted); font-size: 13px; }
.tsw-story-stack { border-top: 1px solid var(--tsw-line); }
.tsw-stack-story { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--tsw-line); }
.tsw-stack-thumb { aspect-ratio: 1.4; overflow: hidden; background: #e9edf2; }
.tsw-stack-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tsw-stack-story h3 { margin: 4px 0 7px; color: var(--tsw-navy); font: 800 18px/1.17 var(--tsw-serif); }

/* Founder cards */
.tsw-profile-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.tsw-profile-card { border: 1px solid var(--tsw-line); background: #fff; }
.tsw-profile-media { display: block; aspect-ratio: 1.23; overflow: hidden; background: var(--tsw-soft); }
.tsw-profile-media img { width: 100%; height: 100%; object-fit: cover; }
.tsw-profile-body { padding: 16px; }
.tsw-profile-card h3 { margin: 6px 0 10px; color: var(--tsw-navy); font: 800 20px/1.17 var(--tsw-serif); }

/* Commerce section */
.tsw-commerce-section { background: var(--tsw-navy); color: #fff; }
.tsw-commerce-section .tsw-section-head { border-color: rgba(255,255,255,.4); }
.tsw-commerce-section .tsw-section-head h2 { color: #fff; }
.tsw-commerce-section .tsw-section-head p { color: #b8c7d8; }
.tsw-commerce-section .tsw-section-link { color: #fff; }
.tsw-commerce-section .tsw-eyebrow { color: #ff8278; }
.tsw-commerce-grid-home { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.tsw-commerce-card { position: relative; overflow: hidden; background: #fff; color: var(--tsw-ink); }
.tsw-commerce-card-media { display: block; aspect-ratio: 1.52; overflow: hidden; background: #e9eef3; }
.tsw-commerce-card-media img { width: 100%; height: 100%; object-fit: cover; }
.tsw-commerce-card-body { position: relative; padding: 15px; min-height: 132px; }
.tsw-commerce-card h3 { margin: 6px 0 8px; color: var(--tsw-navy); font: 800 20px/1.15 var(--tsw-serif); }
.tsw-rating-chip { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; background: #edf6ff; color: #0d5e9e; font-size: 10px; font-weight: 900; }

/* Learning cards */
.tsw-learning-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.tsw-card-thumb { display: block; aspect-ratio: 1.55; margin-bottom: 12px; overflow: hidden; background: #e9edf2; }
.tsw-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tsw-card h3 { margin: 5px 0 9px; color: var(--tsw-navy); font: 800 21px/1.17 var(--tsw-serif); }

/* Sectors + newsletter */
.tsw-sector-section { padding: 55px 0; }
.tsw-sector-chips { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--tsw-line); border-left: 1px solid var(--tsw-line); }
.tsw-sector-chips a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 18px; border-right: 1px solid var(--tsw-line); border-bottom: 1px solid var(--tsw-line); color: var(--tsw-navy); font: 800 16px/1.2 var(--tsw-serif); }
.tsw-sector-chips a span { color: var(--tsw-red); font-family: var(--tsw-ui); }
.tsw-sector-chips a:hover { background: var(--tsw-soft); }
.tsw-newsletter-wide { padding: 50px 0; background: #f3f6f8; border-top: 1px solid var(--tsw-line); }
.tsw-newsletter-wide-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.tsw-newsletter-wide h2 { margin: 5px 0 6px; color: var(--tsw-navy); font: 900 36px/1.05 var(--tsw-serif); }
.tsw-newsletter-wide p { max-width: 680px; margin: 0; color: var(--tsw-muted); font-size: 13px; }
.tsw-newsletter-btn { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 13px 18px; background: var(--tsw-red); color: #fff; font-size: 12px; font-weight: 850; }
.tsw-newsletter-btn:hover { background: var(--tsw-red-dark); color: #fff; }
.tsw-newsletter-btn .tsw-icon { width: 16px; height: 16px; }

/* Archive / search / pages */
.tsw-page-head { padding: 45px 0 28px; border-bottom: 1px solid var(--tsw-line); background: #fbfcfd; }
.tsw-page-head h1 { margin: 6px 0 5px; color: var(--tsw-navy); font: 900 clamp(38px,5vw,58px)/1 var(--tsw-serif); letter-spacing: -.035em; }
.tsw-page-head .tsw-muted, .tsw-page-head .taxonomy-description { max-width: 760px; color: var(--tsw-muted); font-size: 13px; }
.tsw-pagination { margin-top: 30px; }
.tsw-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.tsw-pagination .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--tsw-line); color: var(--tsw-navy); font-weight: 850; }
.tsw-pagination .current, .tsw-pagination a:hover { background: var(--tsw-navy); color: #fff; border-color: var(--tsw-navy); }
.tsw-empty { padding: 60px 0; text-align: center; }

/* Article */
.tsw-article-wrap { padding-top: 46px; }
.tsw-article-header { max-width: 1040px; }
.tsw-article-header h1 { max-width: 980px; margin: 9px 0 12px; color: var(--tsw-navy); font: 900 clamp(43px,6vw,70px)/1.01 var(--tsw-serif); letter-spacing: -.04em; }
.tsw-article-deck { max-width: 850px; margin: 0 0 20px; color: #5e6978; font-size: 19px; line-height: 1.5; }
.tsw-author-line { display: flex; align-items: center; gap: 11px; padding-top: 15px; border-top: 1px solid var(--tsw-line); }
.tsw-author-line img { border-radius: 50%; }
.tsw-author-line strong { display: block; color: var(--tsw-navy); font-size: 12px; }
.tsw-author-line .tsw-meta { margin-top: 2px; }
.tsw-author-join { margin-left: auto; padding: 8px 11px; border: 1px solid var(--tsw-line); color: var(--tsw-navy); font-size: 10px; font-weight: 850; }
.tsw-article-featured { margin-top: 32px; }
.tsw-article-featured img { width: 100%; max-height: 700px; object-fit: cover; }
.tsw-article-grid { max-width: 1120px; display: grid; grid-template-columns: minmax(0,760px) 300px; gap: 58px; align-items: start; padding-top: 40px; }
.tsw-article-main { min-width: 0; }
.tsw-sharebar { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--tsw-line); }
.tsw-sharebar > span { margin-right: 3px; color: var(--tsw-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.tsw-sharebar a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--tsw-line); color: var(--tsw-navy); }
.tsw-sharebar a:hover { background: var(--tsw-navy); color: #fff; }
.tsw-sharebar .tsw-icon { width: 14px; height: 14px; }
.tsw-toc { margin-bottom: 26px; border: 1px solid var(--tsw-line); background: #fbfcfd; }
.tsw-toc-toggle { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border: 0; background: transparent; color: var(--tsw-navy); font-size: 12px; font-weight: 850; }
.tsw-toc-list { margin: 0; padding: 0 18px 15px 38px; color: #4f5c6c; font-size: 12px; }
.tsw-toc-list li { margin: 7px 0; }
.tsw-toc.is-collapsed .tsw-toc-list { display: none; }
.tsw-entry-content { color: #242c36; font: 18px/1.78 var(--tsw-serif); }
.tsw-entry-content > :first-child { margin-top: 0; }
.tsw-entry-content h2 { margin: 1.7em 0 .55em; color: var(--tsw-navy); font: 900 34px/1.12 var(--tsw-serif); letter-spacing: -.025em; }
.tsw-entry-content h3 { margin: 1.5em 0 .5em; color: var(--tsw-navy); font: 850 27px/1.15 var(--tsw-serif); }
.tsw-entry-content a { color: #0d5f9e; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.tsw-entry-content blockquote { margin: 30px 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--tsw-red); color: var(--tsw-navy); font-size: 24px; line-height: 1.45; font-weight: 700; }
.tsw-entry-content table { width: 100%; border-collapse: collapse; margin: 26px 0; font-family: var(--tsw-ui); font-size: 13px; }
.tsw-entry-content th, .tsw-entry-content td { padding: 11px 12px; border: 1px solid var(--tsw-line); text-align: left; vertical-align: top; }
.tsw-entry-content th { background: var(--tsw-soft); color: var(--tsw-navy); }
.tsw-entry-content img { margin-block: 26px; }
.tsw-entry-content figcaption { margin-top: -18px; color: var(--tsw-muted); font: 11px/1.5 var(--tsw-ui); }
.tsw-commerce-box { margin: 0 0 28px; border: 1px solid #dfe6ed; background: #fff; box-shadow: 0 12px 32px rgba(15,31,50,.06); }
.tsw-commerce-head { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 16px; background: #f5f8fb; border-bottom: 1px solid #dfe6ed; color: var(--tsw-navy); font-size: 11px; font-weight: 850; }
.tsw-commerce-head strong { color: #087a55; font-size: 18px; }
.tsw-commerce-grid { display: flex; align-items: center; gap: 20px; padding: 16px; }
.tsw-commerce-grid > div { min-width: 120px; }
.tsw-commerce-grid small { display: block; color: var(--tsw-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.tsw-commerce-grid b { display: block; margin-top: 3px; color: var(--tsw-navy); font-size: 13px; }
.tsw-commerce-cta { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; background: var(--tsw-red); color: #fff; font-size: 11px; font-weight: 850; }
.tsw-commerce-cta:hover { background: var(--tsw-red-dark); color: #fff; }
.tsw-commerce-cta .tsw-icon { width: 15px; height: 15px; }
.tsw-commerce-box > p { margin: 0; padding: 10px 16px; border-top: 1px solid #e6ebf0; color: #7a8490; font: 10px/1.5 var(--tsw-ui); }
.tsw-tags { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 26px; margin-top: 30px; border-top: 1px solid var(--tsw-line); }
.tsw-tag { padding: 7px 10px; border: 1px solid var(--tsw-line); color: var(--tsw-navy); font: 750 11px/1 var(--tsw-ui); }
.tsw-author-box { display: grid; grid-template-columns: 78px 1fr; gap: 16px; padding: 22px; margin-top: 28px; background: var(--tsw-soft); }
.tsw-author-box img { border-radius: 50%; }
.tsw-author-box h3 { margin: 2px 0 4px; color: var(--tsw-navy); font-size: 19px; }
.tsw-post-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.tsw-post-nav a { padding: 16px; border: 1px solid var(--tsw-line); color: var(--tsw-navy); }
.tsw-post-nav small { display: block; color: var(--tsw-muted); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.tsw-post-nav strong { display: block; margin-top: 5px; font: 800 16px/1.2 var(--tsw-serif); }

/* Footer */
.tsw-footer { background: #07182a; color: #d8e1eb; }
.tsw-footer-top { padding: 54px 0 40px; display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 45px; }
.tsw-footer-brand { display: inline-flex; gap: 6px; color: #fff; font-size: 28px; font-weight: 950; letter-spacing: -.045em; }
.tsw-footer-brand b { color: #ff6459; }
.tsw-footer p { max-width: 430px; color: #a8b7c7; font-size: 12px; }
.tsw-footer h3 { margin: 0 0 14px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.tsw-footer ul { list-style: none; margin: 0; padding: 0; }
.tsw-footer li { margin: 8px 0; color: #b6c3d0; font-size: 12px; }
.tsw-footer a:hover { color: #fff; }
.tsw-footer-social { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.tsw-footer-social a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); }
.tsw-footer-social .tsw-icon { width: 14px; height: 14px; }
.tsw-footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #8799ad; font-size: 10px; }

/* WordPress */
.alignwide { max-width: 1080px; margin-inline: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption, .gallery-caption { color: var(--tsw-muted); font-size: 12px; }
.bypostauthor { font-weight: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1080px) {
  .tsw-masthead-inner { grid-template-columns: minmax(230px,.75fr) 1.25fr; gap: 30px; }
  .tsw-nav a { padding-inline: 11px; font-size: 12px; }
  .tsw-focus-grid { grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr); gap: 27px; }
  .tsw-featured-grid, .tsw-profile-grid, .tsw-learning-grid, .tsw-commerce-grid-home { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tsw-content-layout { grid-template-columns: minmax(0,1fr) 285px; gap: 34px; }
  .tsw-sector-chips { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .tsw-footer-top { grid-template-columns: 1.3fr repeat(2,1fr); }
  .tsw-footer-top > :last-child { grid-column: 2 / -1; }
}

@media (max-width: 860px) {
  .tsw-container { width: min(calc(100% - 28px), var(--tsw-max)); }
  .tsw-utility-actions > span { display: none; }
  .tsw-masthead-inner { min-height: 76px; grid-template-columns: 42px 1fr 42px; gap: 8px; }
  .tsw-menu-btn, .tsw-mobile-search { display: grid; }
  .tsw-brand { align-items: center; text-align: center; }
  .tsw-brand img { width: min(300px,62vw); max-height: 48px; object-position: center; }
  .tsw-brand-fallback { font-size: 31px; }
  .tsw-brand-subtitle { display: none; }
  .tsw-header-ad { display: none; }
  .tsw-nav-row { display: block; min-height: 0; }
  .tsw-nav { display: none; position: absolute; z-index: 60; top: 100%; left: 0; right: 0; max-height: calc(100vh - 100px); overflow: auto; padding: 7px 14px 14px; background: #fff; box-shadow: var(--tsw-shadow); }
  .tsw-nav.is-open { display: block; }
  .tsw-nav > ul { display: block; }
  .tsw-nav li { border-bottom: 1px solid var(--tsw-line); }
  .tsw-nav a { min-height: 46px; padding: 0 4px !important; }
  .tsw-nav > ul > li > a::after { display: none; }
  .tsw-nav .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 8px 14px; border: 0; box-shadow: none; }
  .tsw-nav .sub-menu a { min-height: 34px; font-weight: 650; color: #596575; }
  .tsw-nav-search { display: none; }
  .tsw-focus-grid, .tsw-editorial-grid, .tsw-content-layout, .tsw-article-grid { grid-template-columns: 1fr; }
  .tsw-focus-side { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; margin-top: 4px; }
  .tsw-focus-side-head { grid-column: 1 / -1; }
  .tsw-top-story { grid-template-columns: 105px minmax(0,1fr); }
  .tsw-sidebar { position: static; }
  .tsw-sector-chips { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tsw-article-grid { padding-top: 32px; }
  .tsw-newsletter-wide-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  body { font-size: 14px; }
  .tsw-utility-inner { min-height: 31px; }
  .tsw-utility-tagline { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
  .tsw-join-link { font-size: 9px; }
  .tsw-trendbar-inner { min-height: 39px; gap: 11px; }
  .tsw-trend-list { gap: 25px; }
  .tsw-trend-list a { font-size: 11px; }
  .tsw-home-top { padding: 19px 0 28px; }
  .tsw-focus-content h1 { font-size: 36px; line-height: 1.01; }
  .tsw-focus-content p { font-size: 13px; }
  .tsw-focus-side { grid-template-columns: 1fr; }
  .tsw-top-story { grid-template-columns: 112px minmax(0,1fr); padding: 13px 0; }
  .tsw-top-story h2 { font-size: 17px; }
  .tsw-featured-strip { padding: 29px 0 32px; }
  .tsw-section { padding: 40px 0; }
  .tsw-section-head, .tsw-section-title-row { align-items: center; margin-bottom: 18px; padding-bottom: 10px; }
  .tsw-section-head h2, .tsw-section-title-row h2 { font-size: 28px; }
  .tsw-section-head p { display: none; }
  .tsw-section-link { font-size: 9px; }
  .tsw-featured-grid, .tsw-profile-grid, .tsw-learning-grid, .tsw-commerce-grid-home { grid-template-columns: 1fr; gap: 25px; }
  .tsw-featured-card { display: grid; grid-template-columns: 126px 1fr; gap: 13px; }
  .tsw-featured-thumb { margin: 0; }
  .tsw-featured-card h3 { font-size: 18px; }
  .tsw-list-item { grid-template-columns: 122px minmax(0,1fr); gap: 13px; padding: 15px 0; }
  .tsw-list-item h2, .tsw-list-item h3 { margin-top: 3px; font-size: 18px; }
  .tsw-list-item p { display: none; }
  .tsw-big-feature h3 { font-size: 29px; }
  .tsw-stack-story { grid-template-columns: 110px 1fr; }
  .tsw-profile-card { display: grid; grid-template-columns: 128px 1fr; }
  .tsw-profile-media { height: 100%; aspect-ratio: auto; }
  .tsw-profile-card h3 { font-size: 18px; }
  .tsw-commerce-card { display: grid; grid-template-columns: 128px 1fr; }
  .tsw-commerce-card-media { height: 100%; aspect-ratio: auto; }
  .tsw-commerce-card h3 { font-size: 18px; }
  .tsw-learning-grid .tsw-card { display: grid; grid-template-columns: 126px 1fr; gap: 13px; }
  .tsw-learning-grid .tsw-card-thumb { margin: 0; }
  .tsw-learning-grid .tsw-card h3 { font-size: 18px; }
  .tsw-sector-section { padding: 40px 0; }
  .tsw-sector-chips { grid-template-columns: 1fr 1fr; }
  .tsw-sector-chips a { min-height: 58px; padding: 12px; font-size: 14px; }
  .tsw-newsletter-wide { padding: 38px 0; }
  .tsw-newsletter-wide h2 { font-size: 30px; }
  .tsw-search-dialog { padding: 20px; }
  .tsw-search-form { grid-template-columns: 1fr; }
  .tsw-search-form button { min-height: 46px; }
  .tsw-page-head { padding: 31px 0 22px; }
  .tsw-page-head h1 { font-size: 42px; }
  .tsw-article-wrap { padding-top: 29px; }
  .tsw-article-header h1 { font-size: 42px; }
  .tsw-article-deck { font-size: 17px; }
  .tsw-author-line { align-items: flex-start; }
  .tsw-author-join { display: none; }
  .tsw-article-featured { margin-top: 22px; }
  .tsw-entry-content { font-size: 18px; line-height: 1.75; }
  .tsw-entry-content h2 { font-size: 29px; }
  .tsw-entry-content h3 { font-size: 24px; }
  .tsw-entry-content blockquote { font-size: 21px; }
  .tsw-entry-content table { display: block; overflow-x: auto; white-space: nowrap; }
  .tsw-commerce-grid { align-items: flex-start; flex-wrap: wrap; }
  .tsw-commerce-cta { width: 100%; justify-content: center; margin-left: 0; }
  .tsw-post-nav { grid-template-columns: 1fr; }
  .tsw-footer-top { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .tsw-footer-top > :first-child, .tsw-footer-top > :last-child { grid-column: 1 / -1; }
  .tsw-footer-bottom { min-height: auto; align-items: flex-start; flex-direction: column; padding: 16px 0; gap: 4px; }
}
