:root {
  --ttt-ink: #111111;
  --ttt-muted: #5f5f5f;
  --ttt-rule: #d6d6d6;
  --ttt-soft: #f7f7f5;
  --ttt-paper: #fbfaf7;
  --ttt-newsprint: #f0eee8;
  --ttt-rule-strong: #222222;
  --ttt-accent: #b40018;
  --ttt-blue: #315f84;
  --ttt-gold: #9c6b22;
  --ttt-serif: Georgia, "Times New Roman", serif;
  --ttt-sans: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ttt-headline-serif: Georgia, "Times New Roman", serif;
  --ttt-body-serif: Georgia, "Times New Roman", serif;
  --ttt-meta-sans: "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ttt-h1-article: clamp(30px, 2.55vw, 40px);
  --ttt-h1-listing: clamp(26px, 2.2vw, 34px);
  --ttt-card-title: clamp(18px, 1.42vw, 21px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ttt-news {
  margin: 0;
  color: var(--ttt-ink);
  background: var(--ttt-paper);
  font-family: var(--ttt-sans);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  z-index: 999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #ffffff;
  clip: auto;
  border: 1px solid var(--ttt-ink);
}

.ttt-site-header,
.ttt-main,
.ttt-site-footer {
  width: min(1360px, calc(100vw - 32px));
  margin: 0 auto;
}

.ttt-site-header {
  padding-top: 0;
  background: var(--ttt-paper);
}

.ttt-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 22px;
  color: var(--ttt-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.ttt-topline a {
  color: var(--ttt-blue);
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-brand-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(280px, 390px) minmax(220px, 1fr);
  gap: 12px;
  align-items: center;
  padding: 4px 0 8px;
  border-top: 1px solid var(--ttt-rule);
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-brand {
  grid-column: 2;
  text-align: center;
}

.ttt-masthead-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
}

.ttt-masthead-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 76px;
  height: auto;
  object-fit: contain;
}

.ttt-wordmark {
  font-family: var(--ttt-serif);
  font-size: clamp(34px, 7vw, 78px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.ttt-icon-button {
  display: none;
}

.ttt-search {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
}

.ttt-search input {
  width: min(100%, 250px);
  height: 34px;
  border: 1px solid var(--ttt-rule);
  border-right: 0;
  border-radius: 0;
  padding: 6px 10px;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
}

.ttt-search button,
.ttt-search-refine button {
  min-height: 34px;
  border: 1px solid var(--ttt-ink);
  border-radius: 0;
  padding: 0 11px;
  color: #ffffff;
  background: var(--ttt-ink);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.ttt-search input:focus,
.ttt-search-refine input:focus {
  outline: 2px solid var(--ttt-gold);
  outline-offset: 2px;
}

.ttt-primary-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(251, 250, 247, 0.96);
  border-bottom: 1px solid var(--ttt-rule);
  backdrop-filter: blur(10px);
}

.ttt-nav-list,
.ttt-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 7px 0 8px;
}

.ttt-nav-list a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ttt-nav-list a:hover,
.ttt-nav-list a:focus-visible {
  color: var(--ttt-accent);
  text-decoration: none;
}

.ttt-main {
  padding-top: 6px;
  padding-bottom: 34px;
}

.ttt-live-strip {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 7px 0 8px;
  border-top: 3px double var(--ttt-ink);
  border-bottom: 1px solid var(--ttt-ink);
  overflow-x: auto;
  white-space: nowrap;
}

.ttt-home-edition {
  display: grid;
  grid-template-columns: minmax(104px, 0.16fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-edition-mark {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  align-items: baseline;
  min-width: 0;
}

.ttt-edition-mark strong {
  font-family: var(--ttt-serif);
  font-size: 18px;
  line-height: 1.05;
}

.ttt-edition-headlines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ttt-edition-headlines a {
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid var(--ttt-rule);
  font-family: var(--ttt-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
}

.ttt-live-strip strong,
.ttt-kicker {
  color: var(--ttt-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttt-live-strip a {
  border-left: 1px solid var(--ttt-rule);
  padding-left: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.ttt-live-strip strong {
  font-size: 12px;
  font-weight: 700;
}

.ttt-front-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.46fr);
  gap: 18px;
  align-items: start;
  padding: 12px 0 16px;
  border-bottom: 3px double var(--ttt-rule-strong);
}

.ttt-lead-column,
.ttt-secondary-column {
  min-width: 0;
}

.ttt-lead-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ttt-secondary-column {
  display: grid;
  gap: 13px;
  padding-left: 18px;
  border-left: 1px solid var(--ttt-rule);
}

.ttt-lead-story {
  display: block;
  min-width: 0;
}

.ttt-lead-story h1 {
  margin: 6px 0 4px;
  font-family: var(--ttt-serif);
  font-size: clamp(22px, 1.85vw, 29px);
  line-height: 1.06;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ttt-article-header h1 {
  margin: 2px 0 6px;
  font-family: var(--ttt-serif);
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ttt-card h2,
.ttt-live-strip a {
  overflow-wrap: anywhere;
}

.ttt-lead-story p,
.ttt-deck {
  max-width: 760px;
  color: #4d4d4d;
  font-family: var(--ttt-serif);
  font-size: 14.5px;
  line-height: 1.36;
}

.ttt-recruit-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  min-height: clamp(72px, 7vw, 108px);
  margin-top: 10px;
  padding: clamp(13px, 1.35vw, 18px) clamp(15px, 1.7vw, 24px);
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 36px),
    linear-gradient(170deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 44px),
    #171717;
  background-size: 220px 120px, 260px 140px, auto;
  border: 1px solid #272727;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  animation: ttt-recruit-texture 14s linear infinite;
}

.ttt-lead-column .ttt-recruit-banner {
  grid-column: 1 / -1;
}

.ttt-recruit-banner::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  content: "";
  pointer-events: none;
}

.ttt-recruit-banner::after {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--ttt-accent);
  content: "";
  transform-origin: left center;
  transition: transform 180ms ease, width 180ms ease;
}

.ttt-recruit-kicker {
  position: relative;
  z-index: 1;
  color: #d80a1f;
  font-family: var(--ttt-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ttt-recruit-title {
  position: relative;
  z-index: 1;
  font-family: var(--ttt-sans);
  font-size: clamp(20px, 2.15vw, 31px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.ttt-recruit-copy {
  position: relative;
  z-index: 1;
  grid-column: 2;
  margin-top: -6px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--ttt-sans);
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 600;
  line-height: 1.25;
}

.ttt-recruit-signature {
  position: relative;
  z-index: 1;
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  max-width: 210px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ttt-meta-sans);
  font-size: clamp(18px, 1.75vw, 28px);
  font-weight: 400;
  line-height: 1.04;
  text-align: right;
}

.ttt-recruit-banner:hover,
.ttt-recruit-banner:focus-visible {
  background-color: #1d1d1d;
  border-color: #3a3a3a;
  text-decoration: none;
  transform: translateY(-1px);
}

.ttt-recruit-banner:hover::after,
.ttt-recruit-banner:focus-visible::after {
  width: 52px;
  transform: translateX(3px);
}

@keyframes ttt-recruit-texture {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 220px 0, -260px 0, 0 0;
  }
}

.ttt-lead-media {
  display: block;
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  aspect-ratio: 16 / 9;
  max-height: 230px;
  overflow: hidden;
  background: var(--ttt-soft);
}

.ttt-post-image,
.ttt-image-placeholder {
  display: block;
  width: 100%;
  height: auto;
  background: var(--ttt-soft);
  border: 0;
}

.ttt-lead-media .ttt-post-image,
.ttt-lead-media .ttt-image-placeholder,
.ttt-card-media .ttt-post-image,
.ttt-card-media .ttt-image-placeholder {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ttt-image-placeholder {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  color: #777777;
  font-family: var(--ttt-serif);
  font-size: 32px;
  border: 1px solid var(--ttt-rule);
}

.ttt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--ttt-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-section {
  padding: 18px 0;
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-page-header {
  margin-bottom: 14px;
}

.ttt-section-header h2,
.ttt-page-header h1 {
  margin: 0;
  font-family: var(--ttt-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ttt-section-header > a {
  color: var(--ttt-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ttt-archive-description {
  max-width: 720px;
  color: var(--ttt-muted);
}

.ttt-archive-description p {
  margin: 8px 0 0;
}

.ttt-listing-header,
.ttt-journalist-profile {
  display: grid;
  gap: 10px;
  padding: 12px 0 14px;
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-page-header h1 {
  font-family: var(--ttt-serif);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: none;
}

.ttt-search-panel {
  display: grid;
  gap: 12px;
  margin: 16px 0 18px;
  padding: 16px;
  background: var(--ttt-newsprint);
  border-top: 1px solid var(--ttt-rule-strong);
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-search-refine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
}

.ttt-search-refine input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--ttt-rule);
  border-right: 0;
  border-radius: 0;
  padding: 10px 14px;
  background: #ffffff;
  font: inherit;
  font-size: 16px;
}

.ttt-section-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
}

.ttt-section-pills a,
.ttt-journalist-stats a {
  border-bottom: 1px solid var(--ttt-rule);
  color: #2f2f2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ttt-section-pills a:hover,
.ttt-journalist-stats a:hover {
  border-bottom-color: var(--ttt-accent);
  color: var(--ttt-accent);
  text-decoration: none;
}

.ttt-journalist-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  color: var(--ttt-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-journalist-stats strong {
  color: var(--ttt-ink);
  font-size: 15px;
}

.ttt-category-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--ttt-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, 0.58fr);
  gap: 20px;
  align-items: start;
}

.ttt-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ttt-category-rail .ttt-card:nth-child(n+4) {
  display: none;
}

.ttt-archive-layout {
  display: grid;
  gap: 18px;
  padding-top: 14px;
}

.ttt-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ttt-archive-grid .ttt-card {
  display: block;
  padding: 0;
  border-top: 0;
}

.ttt-archive-grid .ttt-card-media {
  aspect-ratio: 16 / 10;
  max-height: 150px;
}

.ttt-archive-grid .ttt-card h2 {
  font-size: 20px;
  line-height: 1.1;
}

.ttt-river {
  display: grid;
  gap: 0;
}

.ttt-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid var(--ttt-rule);
}

.ttt-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.ttt-category-grid .ttt-card,
.ttt-secondary-column .ttt-card {
  display: block;
  padding-top: 0;
  border-top: 0;
}

.ttt-card a:hover,
.ttt-card a:focus-visible {
  color: var(--ttt-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.ttt-river .ttt-card {
  min-height: 0;
}

.ttt-river .ttt-card-media {
  aspect-ratio: 4 / 3;
  max-height: 126px;
}

.ttt-secondary-column .ttt-card-media {
  aspect-ratio: 16 / 10;
  height: 136px;
  max-height: none;
}

.ttt-category-grid .ttt-card-media {
  aspect-ratio: 16 / 10;
  max-height: 168px;
}

.ttt-card h2 {
  margin: 1px 0 5px;
  font-family: var(--ttt-serif);
  font-size: 20px;
  line-height: 1.1;
}

.ttt-river .ttt-card h2 {
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
}

.ttt-secondary-column .ttt-card h2 {
  font-size: 20px;
  line-height: 1.06;
}

.ttt-byline {
  margin: 0;
  color: var(--ttt-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ttt-byline-link {
  text-decoration: none;
}

.ttt-byline-link:hover {
  color: var(--ttt-accent);
  text-decoration: underline;
}

.ttt-preview-meta {
  display: grid;
  gap: 1px;
  margin: 0 0 5px;
}

.ttt-preview-date {
  color: var(--ttt-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ttt-card p,
.ttt-card .ttt-preview-summary {
  display: block;
  clear: both;
  margin: 0;
  color: #4d4d4d;
  font-size: 13.5px;
  line-height: 1.34;
}

.ttt-secondary-column .ttt-preview-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ttt-lead-story .ttt-preview-summary {
  display: block;
  clear: both;
  margin: 5px 0 0;
}

.ttt-card-media {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: var(--ttt-soft);
}

.ttt-card-media + .ttt-card-body {
  margin-top: 6px;
}

.ttt-river .ttt-card-media + .ttt-card-body {
  margin-top: 0;
}

.ttt-pagination {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--ttt-rule);
  font-family: var(--ttt-sans);
}

.ttt-pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ttt-pagination li {
  margin: 0;
}

.ttt-pagination .page-numbers {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ttt-rule);
  padding: 0 10px;
  color: var(--ttt-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.ttt-pagination .page-numbers.current {
  border-color: var(--ttt-ink);
  background: var(--ttt-ink);
  color: #ffffff;
}

.ttt-pagination a.page-numbers:hover {
  border-color: var(--ttt-ink);
  text-decoration: none;
}

.ttt-pagination .prev,
.ttt-pagination .next {
  min-width: auto;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ttt-top10 {
  border-left: 1px solid var(--ttt-rule);
  padding: 0 0 0 18px;
}

.ttt-top10 ol {
  margin: 0;
  padding-left: 26px;
}

.ttt-top10 li {
  padding: 12px 0;
  border-top: 1px solid var(--ttt-rule);
  font-family: var(--ttt-serif);
  font-size: 17px;
  line-height: 1.2;
}

.ttt-top10 li::marker {
  color: var(--ttt-gold);
  font-family: var(--ttt-sans);
  font-weight: 800;
}

.ttt-top10 li a {
  display: block;
  text-decoration: none;
}

.ttt-top10 span {
  display: block;
  margin-top: 7px;
  color: var(--ttt-muted);
  font-family: var(--ttt-sans);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-article {
  max-width: 860px;
  margin: 0 auto;
}

.ttt-article-header {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-article-header h1 {
  max-width: 760px;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.06;
}

.ttt-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 18px;
  justify-content: center;
  padding-top: 18px;
}

.ttt-article-body {
  min-width: 0;
}

.ttt-article-footer-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--ttt-rule-strong);
}

.ttt-article-actions {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 0;
  border: 0;
}

.ttt-like-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--ttt-rule-strong);
  border-radius: 0;
  padding: 8px 10px;
  color: var(--ttt-ink);
  background: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.ttt-like-button strong {
  color: var(--ttt-accent);
  font-size: 16px;
}

.ttt-like-button[aria-pressed="true"],
.ttt-like-button:disabled {
  color: #ffffff;
  background: var(--ttt-ink);
  cursor: default;
}

.ttt-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.ttt-share-list a,
.ttt-share-list button,
.ttt-author-archive-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 0;
  border-bottom: 1px solid var(--ttt-rule);
  padding: 0;
  color: #2f2f2f;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.ttt-share-list a:hover,
.ttt-share-list button:hover,
.ttt-author-archive-link:hover {
  border-bottom-color: var(--ttt-accent);
  color: var(--ttt-accent);
  text-decoration: none;
}

.ttt-more-from-journalist {
  display: grid;
  gap: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

.ttt-more-from-journalist h2 {
  margin: 0;
  font-family: var(--ttt-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ttt-more-from-journalist ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttt-more-from-journalist li {
  padding-top: 8px;
  border-top: 1px solid var(--ttt-rule);
  font-family: var(--ttt-serif);
  font-size: 14.5px;
  line-height: 1.22;
}

.ttt-more-from-journalist p {
  margin: 0;
  color: var(--ttt-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ttt-article-highlights {
  margin: 14px 0 12px;
  padding: 11px 0 11px 18px;
  border-top: 1px solid var(--ttt-rule);
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-article-highlights h2 {
  margin: 0 0 8px;
  font-family: var(--ttt-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttt-article-highlights ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.ttt-article-highlights li {
  color: #333333;
  font-family: var(--ttt-sans);
  font-size: 14.5px;
  line-height: 1.48;
}

.ttt-article-image {
  max-width: 680px;
  margin: 0 auto 22px;
  overflow: hidden;
  background: var(--ttt-soft);
}

.ttt-article-image .ttt-post-image,
.ttt-article-image .ttt-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.ttt-article-image figcaption {
  margin-top: 8px;
  color: var(--ttt-muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

.ttt-article-byline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ttt-rule);
  font-family: var(--ttt-sans);
}

.ttt-article-byline-photo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.ttt-article-byline p {
  margin: 0 0 5px;
  color: #333333;
  font-size: 14px;
  line-height: 1.22;
}

.ttt-article-byline a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.ttt-article-byline span {
  display: block;
  color: var(--ttt-muted);
  font-size: 13px;
}

.ttt-article-content {
  max-width: 680px;
  margin: 0 auto;
  font-family: var(--ttt-serif);
  font-size: 19px;
  line-height: 1.66;
}

.ttt-article-content p {
  margin: 0 0 1.18em;
}

.ttt-article-content a {
  color: var(--ttt-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.ttt-article-content a:hover {
  color: var(--ttt-accent);
}

.ttt-article-content img {
  max-width: 100%;
  height: auto;
}

.ttt-article-content figcaption,
.ttt-article-content .wp-caption-text,
.ttt-article-content .wp-block-image figcaption,
.ttt-inline-caption {
  color: var(--ttt-muted);
  font-family: var(--ttt-sans);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.ttt-empty {
  margin-top: 32px;
  padding: 18px;
  background: var(--ttt-soft);
  border: 1px solid var(--ttt-rule);
}

.ttt-journalist-results {
  margin: 18px 0 22px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--ttt-rule);
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-journalist-results h2,
.ttt-result-subhead {
  margin: 0 0 10px;
  font-family: var(--ttt-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttt-journalist-result-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
}

.ttt-journalist-result-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 8px 10px;
  border: 1px solid var(--ttt-rule);
  color: var(--ttt-ink);
  background: #ffffff;
}

.ttt-journalist-result-card:hover {
  border-color: var(--ttt-ink);
  text-decoration: none;
}

.ttt-journalist-result-photo,
.ttt-journalist-result-image,
.ttt-journalist-result-placeholder {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
}

.ttt-journalist-result-photo {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  background: var(--ttt-soft);
}

.ttt-journalist-result-image {
  object-fit: cover;
}

.ttt-journalist-result-placeholder {
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ttt-rule);
  color: var(--ttt-muted);
  font-family: var(--ttt-sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ttt-journalist-result-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ttt-journalist-result-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.ttt-journalist-result-count {
  color: var(--ttt-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ttt-result-subhead {
  margin-top: 20px;
  padding-top: 4px;
}

.ttt-inline-author-signature {
  margin: 0.82rem 0 0.28rem;
}

.ttt-inline-author-photo {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 7px 10px rgba(17, 17, 17, 0.18);
}

.ttt-article-content p.ttt-author-detail {
  margin: 0 0 0.18rem;
  line-height: 1.16;
}

.ttt-article-content p.ttt-author-name {
  margin-top: 0;
}

.ttt-apply-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 28px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px) 0 0 / 22px 22px,
    var(--ttt-newsprint);
  padding: 28px;
  border: 1px solid var(--ttt-rule);
  scroll-margin-top: 24px;
}

.ttt-apply-intro {
  display: grid;
  gap: 16px;
}

.ttt-apply-image {
  margin: 10px 0 0;
  overflow: hidden;
  border: 1px solid var(--ttt-rule);
  background: #ffffff;
}

.ttt-apply-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ttt-apply-form {
  display: grid;
  gap: 14px;
}

.ttt-home-apply-band .ttt-apply-form {
  margin-top: 0;
}

.ttt-apply-form label {
  display: grid;
  gap: 6px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

.ttt-apply-form input,
.ttt-apply-form textarea,
.ttt-apply-form select {
  width: 100%;
  border: 1px solid var(--ttt-rule);
  border-radius: 0;
  padding: 10px;
  background: #ffffff;
  font: inherit;
}

.ttt-apply-form button,
.ttt-button {
  border: 1px solid var(--ttt-ink);
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--ttt-ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.ttt-apply-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: 28px;
  align-items: center;
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-apply-hero h1 {
  max-width: 880px;
  margin: 8px 0 12px;
  font-family: var(--ttt-serif);
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 0.98;
}

.ttt-apply-hero p {
  max-width: 740px;
  color: #3f3f3f;
  font-family: var(--ttt-serif);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.34;
}

.ttt-apply-hero .ttt-button {
  display: inline-flex;
  margin-top: 10px;
}

.ttt-apply-hero-image {
  margin: 0;
  border: 1px solid var(--ttt-rule);
  background: #ffffff;
}

.ttt-apply-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ttt-apply-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-apply-facts div {
  min-width: 0;
  padding: 13px 14px 14px 0;
  border-right: 1px solid var(--ttt-rule);
}

.ttt-apply-facts div:last-child {
  border-right: 0;
}

.ttt-apply-facts span,
.ttt-apply-content-grid .ttt-kicker {
  display: block;
  color: var(--ttt-accent);
  font-family: var(--ttt-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ttt-apply-facts strong {
  display: block;
  margin-top: 4px;
  font-family: var(--ttt-serif);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.08;
}

.ttt-apply-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ttt-apply-content-grid article {
  padding-right: 16px;
  border-right: 1px solid var(--ttt-rule);
}

.ttt-apply-content-grid article:last-child {
  border-right: 0;
}

.ttt-apply-content-grid h2 {
  margin: 7px 0 10px;
  font-family: var(--ttt-serif);
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.04;
}

.ttt-apply-content-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #3f3f3f;
  font-size: 15px;
}

.ttt-apply-sections > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ttt-apply-sections a {
  border: 1px solid var(--ttt-rule);
  padding: 7px 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 750;
}

.ttt-apply-faq {
  display: grid;
  gap: 0;
}

.ttt-apply-faq details {
  padding: 12px 0;
  border-top: 1px solid var(--ttt-rule);
}

.ttt-apply-faq summary {
  cursor: pointer;
  font-family: var(--ttt-serif);
  font-size: 19px;
  font-weight: 700;
}

.ttt-apply-faq p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #4d4d4d;
}

.ttt-apply-page-form {
  margin-top: 14px;
}

.ttt-notice {
  padding: 12px;
  border: 1px solid var(--ttt-rule);
  background: #ffffff;
}

.ttt-site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 34px;
  border-top: 1px solid var(--ttt-ink);
  color: var(--ttt-muted);
  font-size: 13px;
}

.ttt-site-footer p {
  margin: 4px 0 0;
}

.ttt-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: flex-end;
}

.ttt-footer-apply {
  color: var(--ttt-accent);
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .ttt-front-grid,
  .ttt-two-column {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  }

  .ttt-lead-story h1 {
    font-size: 30px;
  }

  .ttt-secondary-column .ttt-card-media {
    height: 104px;
  }
}

@media (max-width: 1020px) {
  .ttt-home-edition {
    grid-template-columns: minmax(92px, 0.2fr) minmax(0, 1fr);
  }

  .ttt-front-grid,
  .ttt-two-column {
    grid-template-columns: 1fr;
  }

  .ttt-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-secondary-column,
  .ttt-top10 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid var(--ttt-rule);
    border-left: 0;
  }

  .ttt-article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

}

@media (max-width: 860px) {
  .ttt-site-header,
  .ttt-main,
  .ttt-site-footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .ttt-brand-row {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
    padding: 4px 0 7px;
  }

  .ttt-brand {
    grid-column: 2;
  }

  .ttt-masthead-logo {
    width: min(100%, 300px);
  }

  .ttt-masthead-logo img {
    max-height: 64px;
  }

  .ttt-search {
    grid-column: 1 / -1;
    display: flex;
    justify-content: stretch;
    order: 3;
    margin-top: 4px;
  }

  .ttt-search input {
    width: 100%;
  }

  .ttt-icon-button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    background: #ffffff;
  }

  .ttt-icon-button span[aria-hidden="true"],
  .ttt-icon-button span[aria-hidden="true"]::before,
  .ttt-icon-button span[aria-hidden="true"]::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ttt-ink);
    content: "";
  }

  .ttt-icon-button span[aria-hidden="true"]::before {
    transform: translateY(-6px);
  }

  .ttt-icon-button span[aria-hidden="true"]::after {
    transform: translateY(4px);
  }

  .ttt-primary-nav {
    display: none;
    position: static;
    background: var(--ttt-paper);
    backdrop-filter: none;
  }

  .ttt-primary-nav.is-open {
    display: block;
  }

  .ttt-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  .ttt-front-grid,
  .ttt-two-column,
  .ttt-home-edition,
  .ttt-apply-hero,
  .ttt-apply-content-grid,
  .ttt-apply-band {
    grid-template-columns: 1fr;
  }

  .ttt-home-edition {
    gap: 10px;
  }

  .ttt-edition-headlines {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ttt-edition-mark strong {
    font-size: 18px;
  }

  .ttt-apply-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-apply-content-grid article {
    padding-right: 0;
    border-right: 0;
  }

  .ttt-home-apply-band .ttt-apply-form {
    margin-top: 0;
  }

  .ttt-secondary-column,
  .ttt-top10 {
    grid-template-columns: 1fr;
    padding-left: 0;
    border-left: 0;
  }

  .ttt-lead-story {
    display: block;
  }

  .ttt-lead-story h1 {
    font-size: 24px;
    line-height: 1.02;
  }

  .ttt-article-header h1 {
    font-size: 32px;
    line-height: 1.07;
  }

  .ttt-page-header h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .ttt-recruit-banner {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 78px;
    margin-top: 10px;
  }

  .ttt-recruit-banner::after {
    grid-column: 2;
    width: 34px;
  }

  .ttt-recruit-signature {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
    max-width: none;
    font-size: 20px;
    text-align: left;
  }

  .ttt-category-grid {
    grid-template-columns: 1fr;
  }

  .ttt-archive-grid {
    grid-template-columns: 1fr;
  }

  .ttt-card {
    grid-template-columns: 128px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .ttt-site-header,
  .ttt-main,
  .ttt-site-footer {
    width: min(calc(100% - 18px), 1180px);
  }

  .ttt-topline {
    min-height: 22px;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
  }

  .ttt-live-strip {
    gap: 14px;
    padding: 6px 0 7px;
  }

  .ttt-live-strip a {
    font-size: 13px;
  }

  .ttt-front-grid {
    gap: 0;
    padding: 9px 0 10px;
  }

  .ttt-home-edition {
    padding: 10px 0;
  }

  .ttt-home-edition p {
    font-size: 15px;
  }

  .ttt-lead-story h1 {
    font-size: 29px;
    line-height: 1.06;
  }

  .ttt-article-header h1 {
    font-size: 30px;
    line-height: 1.06;
  }

  .ttt-page-header h1 {
    font-size: 26px;
  }

  .ttt-article-layout {
    padding-top: 14px;
  }

  .ttt-article-actions {
    gap: 10px;
  }

  .ttt-share-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-search-refine {
    grid-template-columns: 1fr;
  }

  .ttt-search-refine input {
    border-right: 1px solid var(--ttt-rule);
    border-bottom: 0;
  }

  .ttt-lead-story .ttt-preview-summary {
    font-size: 15px;
    line-height: 1.34;
  }

  .ttt-lead-media {
    aspect-ratio: 4 / 3;
  }

  .ttt-recruit-banner {
    gap: 7px 11px;
    min-height: 72px;
    padding: 12px;
  }

  .ttt-recruit-banner::before {
    inset: 6px;
  }

  .ttt-recruit-banner::after {
    width: 30px;
  }

  .ttt-recruit-title {
    font-size: clamp(19px, 5.7vw, 25px);
  }

  .ttt-recruit-copy {
    grid-column: 1 / -1;
    margin-top: 0;
    font-size: 12px;
  }

  .ttt-recruit-signature {
    font-size: 18px;
  }

  .ttt-secondary-column {
    display: grid;
    gap: 0;
    margin-top: 10px;
    border-top: 3px solid var(--ttt-ink);
  }

  .ttt-section {
    padding: 11px 0;
  }

  .ttt-apply-hero {
    gap: 14px;
    padding-top: 18px;
  }

  .ttt-apply-hero h1 {
    font-size: clamp(29px, 8.6vw, 40px);
  }

  .ttt-apply-hero p {
    font-size: 17px;
  }

  .ttt-apply-facts {
    grid-template-columns: 1fr;
  }

  .ttt-apply-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--ttt-rule);
  }

  .ttt-apply-content-grid h2 {
    font-size: 24px;
  }

  .ttt-apply-faq summary {
    font-size: 17px;
  }

  .ttt-section-header h2 {
    font-size: 13px;
  }

  .ttt-card,
  .ttt-archive-grid .ttt-card,
  .ttt-category-grid .ttt-card,
  .ttt-secondary-column .ttt-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(34vw, 128px);
    gap: 10px;
    align-items: start;
    padding: 11px 0;
    border-top: 1px solid var(--ttt-rule);
  }

  .ttt-card:first-child {
    border-top: 0;
  }

  .ttt-card-media,
  .ttt-river .ttt-card-media,
  .ttt-archive-grid .ttt-card-media,
  .ttt-category-grid .ttt-card-media,
  .ttt-secondary-column .ttt-card-media {
    grid-column: 2;
    grid-row: 1 / span 4;
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: 128px;
  }

  .ttt-card-body {
    grid-column: 1;
    min-width: 0;
  }

  .ttt-card-media + .ttt-card-body,
  .ttt-river .ttt-card-media + .ttt-card-body {
    margin-top: 0;
  }

  .ttt-card h2 {
    margin-bottom: 4px;
    font-size: clamp(17px, 4.9vw, 21px);
    line-height: 1.08;
  }

  .ttt-secondary-column .ttt-card h2,
  .ttt-category-grid .ttt-card h2 {
    font-size: clamp(16px, 4.7vw, 20px);
  }

  .ttt-byline,
  .ttt-preview-date,
  .ttt-meta {
    font-size: 11px;
  }

  .ttt-card .ttt-preview-summary {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ttt-category-grid {
    gap: 0;
  }

  .ttt-top10 ol {
    padding-left: 24px;
  }

  .ttt-top10 li {
    padding: 8px 0;
    font-size: 16px;
  }

  .ttt-article-content {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ttt-recruit-banner {
    animation: none;
    transition: none;
  }
}

/* 1.0.52 editorial unification layer. */
body.ttt-news:has(.ttt-site-header) .elementor-location-header,
body.ttt-news:has(.ttt-site-footer) .elementor-location-footer,
body.ttt-news:has(.ttt-article) .elementor-location-single,
body.ttt-news:has(.ttt-unified-listing) .elementor-location-archive {
  display: none !important;
}

body.ttt-news {
  background: #fbfaf7;
  font-family: var(--ttt-meta-sans);
}

.ttt-site-header,
.ttt-main,
.ttt-site-footer {
  width: min(1280px, calc(100vw - 40px));
}

.ttt-topline {
  min-height: 20px;
  font-family: var(--ttt-meta-sans);
  font-size: 11px;
}

.ttt-brand-row {
  grid-template-columns: minmax(140px, 1fr) minmax(260px, 360px) minmax(180px, 1fr);
  gap: 10px;
  padding: 3px 0 7px;
  border-top: 0;
  border-bottom: 3px double var(--ttt-ink);
}

.ttt-masthead-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: min(100%, 380px);
  overflow: visible;
}

.ttt-masthead-logo .ttt-masthead-mark {
  display: block;
  width: 150px;
  max-width: 42%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.ttt-masthead-wordmark {
  display: block;
  padding: 2px 0 3px;
  font-family: var(--ttt-headline-serif);
  font-size: clamp(21px, 2.35vw, 32px);
  font-variant: small-caps;
  line-height: 1.16;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.ttt-search input {
  width: min(100%, 230px);
  height: 32px;
  font-size: 12px;
}

.ttt-search button,
.ttt-search-refine button {
  min-height: 32px;
  font-family: var(--ttt-meta-sans);
}

.ttt-primary-nav {
  border-bottom: 1px solid var(--ttt-rule-strong);
}

.ttt-nav-list {
  gap: 0 30px;
  padding: 8px 0 9px;
}

.ttt-nav-list a {
  font-family: var(--ttt-meta-sans);
  font-size: 13px;
  font-weight: 750;
}

.ttt-home-edition {
  grid-template-columns: minmax(112px, 0.14fr) minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
}

.ttt-edition-mark strong {
  font-family: var(--ttt-headline-serif);
  font-size: 20px;
}

.ttt-edition-headlines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ttt-edition-headlines a {
  font-family: var(--ttt-headline-serif);
  font-size: 14px;
  line-height: 1.18;
}

.ttt-front-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0 18px;
}

.ttt-lead-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ttt-lead-media {
  max-height: 245px;
}

.ttt-lead-story h1 {
  font-family: var(--ttt-headline-serif);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.06;
}

.ttt-lead-story p,
.ttt-deck {
  font-family: var(--ttt-body-serif);
  font-size: 14.5px;
  line-height: 1.38;
}

.ttt-secondary-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 14px 0 0;
  border-top: 1px solid var(--ttt-rule);
  border-left: 0;
}

.ttt-secondary-column .ttt-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  padding: 0;
  border-top: 0;
}

.ttt-secondary-column .ttt-card-media {
  height: auto;
  aspect-ratio: 4 / 3;
  max-height: 150px;
}

.ttt-section {
  padding: 18px 0;
}

.ttt-section-header h2 {
  font-family: var(--ttt-meta-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.ttt-card h2,
.ttt-river .ttt-card h2,
.ttt-archive-grid .ttt-card h2,
.ttt-category-grid .ttt-card h2,
.ttt-secondary-column .ttt-card h2 {
  font-family: var(--ttt-headline-serif);
  font-size: var(--ttt-card-title);
  line-height: 1.12;
}

.ttt-card p,
.ttt-card .ttt-preview-summary {
  font-size: 13.5px;
  line-height: 1.34;
}

.ttt-byline,
.ttt-preview-date,
.ttt-meta,
.ttt-category-context,
.ttt-journalist-stats {
  font-family: var(--ttt-meta-sans);
}

.ttt-unified-listing {
  max-width: 1180px;
  margin: 0 auto;
}

.ttt-unified-listing .ttt-page-header {
  margin-bottom: 16px;
}

.ttt-unified-listing .ttt-page-header h1 {
  max-width: 780px;
  font-family: var(--ttt-headline-serif);
  font-size: var(--ttt-h1-listing);
  line-height: 1.08;
}

.ttt-listing-header,
.ttt-journalist-profile {
  gap: 9px;
  padding: 14px 0 15px;
}

.ttt-archive-grid,
.ttt-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ttt-archive-grid .ttt-card-media,
.ttt-category-grid .ttt-card-media {
  aspect-ratio: 16 / 10;
  max-height: 155px;
}

.ttt-river .ttt-card {
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
}

.ttt-river .ttt-card-media {
  aspect-ratio: 4 / 3;
  max-height: 120px;
}

.ttt-search-panel {
  margin: 14px 0 18px;
  padding: 14px;
  background: transparent;
  border-top: 1px solid var(--ttt-rule-strong);
  border-bottom: 1px solid var(--ttt-rule);
}

.ttt-article {
  max-width: none;
}

.ttt-article-header {
  width: min(100%, 990px);
  max-width: none;
  padding: 20px 0 12px;
}

.ttt-article-header h1 {
  max-width: none;
  font-family: var(--ttt-headline-serif);
  font-size: var(--ttt-h1-article);
  line-height: 1.1;
}

.ttt-article-layout {
  width: min(100%, 990px);
  grid-template-columns: minmax(0, 620px) minmax(230px, 280px);
  gap: 28px;
  align-items: start;
  margin: 0 auto;
}

.ttt-article-highlights {
  margin: 12px 0 10px;
  max-width: none;
}

.ttt-article-image {
  max-width: 620px;
  margin-bottom: 16px;
}

.ttt-article-byline {
  max-width: 590px;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.ttt-author-profile-line {
  color: #4b4b4b;
  font-weight: 700;
}

.ttt-article-date-line {
  margin-top: 3px;
}

.ttt-article-content {
  max-width: 590px;
  font-family: var(--ttt-body-serif);
  font-size: 17.5px;
  line-height: 1.66;
}

.ttt-article-content h2,
.ttt-article-content h3,
.ttt-article-content h4 {
  font-family: var(--ttt-headline-serif);
  line-height: 1.18;
}

.ttt-inline-author-signature {
  display: none;
}

.ttt-article-sidebar {
  position: static;
  display: grid;
  gap: 20px;
  padding-top: 4px;
}

.ttt-sidebar-block {
  padding-top: 10px;
  border-top: 1px solid var(--ttt-rule-strong);
}

.ttt-sidebar-block h2 {
  margin: 0 0 10px;
  font-family: var(--ttt-meta-sans);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttt-sidebar-block ol,
.ttt-sidebar-block ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttt-sidebar-top10 ol {
  padding-left: 22px;
  list-style: decimal;
}

.ttt-sidebar-block li {
  padding: 9px 0;
  border-top: 1px solid var(--ttt-rule);
  font-family: var(--ttt-headline-serif);
  font-size: 14px;
  line-height: 1.2;
}

.ttt-sidebar-block li:first-child {
  border-top: 0;
}

.ttt-sidebar-block li::marker {
  color: var(--ttt-accent);
  font-family: var(--ttt-meta-sans);
  font-weight: 800;
}

.ttt-sidebar-block a {
  text-decoration: none;
}

.ttt-sidebar-block span {
  display: block;
  margin-top: 5px;
  color: var(--ttt-muted);
  font-family: var(--ttt-meta-sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ttt-article-footer-panel {
  grid-column: 1;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  max-width: 590px;
  margin: 10px 0 0;
}

.ttt-more-from-journalist ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttt-recruit-signature {
  font-family: var(--ttt-meta-sans);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ttt-site-footer {
  align-items: flex-start;
  padding: 20px 0 32px;
  font-family: var(--ttt-meta-sans);
  font-size: 12px;
}

@media (max-width: 1120px) {
  .ttt-article-header,
  .ttt-article-layout {
    width: min(100%, 680px);
  }

  .ttt-article-layout {
    grid-template-columns: 1fr;
  }

  .ttt-article-image,
  .ttt-article-byline,
  .ttt-article-content,
  .ttt-article-footer-panel {
    max-width: 100%;
  }

  .ttt-article-sidebar {
    border-top: 1px solid var(--ttt-rule-strong);
    padding-top: 18px;
  }
}

@media (max-width: 1020px) {
  .ttt-front-grid,
  .ttt-two-column {
    grid-template-columns: 1fr;
  }

  .ttt-article-footer-panel {
    grid-template-columns: 1fr;
  }

  .ttt-archive-grid,
  .ttt-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-secondary-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttt-category-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(292px, 42vw);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 4px 14px 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ttt-category-rail .ttt-card,
  .ttt-category-rail .ttt-card:nth-child(n+4) {
    display: block;
    min-width: 0;
    padding: 0;
    border-top: 0;
    scroll-snap-align: start;
  }

  .ttt-category-rail .ttt-card-media {
    aspect-ratio: 16 / 10;
    max-height: 160px;
  }
}

@media (max-width: 860px) {
  .ttt-site-header,
  .ttt-main,
  .ttt-site-footer {
    width: min(calc(100% - 24px), 1180px);
  }

  .ttt-brand-row {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .ttt-masthead-logo {
    width: min(100%, 318px);
    gap: 6px;
  }

  .ttt-masthead-logo .ttt-masthead-mark {
    width: 124px;
    max-height: 46px;
  }

  .ttt-masthead-wordmark {
    font-size: clamp(18px, 6.2vw, 25px);
    line-height: 1.18;
  }

  .ttt-home-edition,
  .ttt-lead-column,
  .ttt-edition-headlines,
  .ttt-secondary-column,
  .ttt-archive-grid,
  .ttt-article-footer-panel {
    grid-template-columns: 1fr;
  }

  .ttt-category-rail {
    grid-auto-columns: minmax(248px, 82vw);
    gap: 14px;
    margin-right: -12px;
    padding-right: 12px;
  }

  .ttt-article-sidebar {
    position: static;
    padding-top: 8px;
  }

  .ttt-edition-headlines a {
    padding-left: 10px;
    font-size: 13.5px;
  }

  .ttt-lead-story h1 {
    font-size: 25px;
  }

  .ttt-secondary-column {
    gap: 0;
  }

  .ttt-secondary-column .ttt-card,
  .ttt-river .ttt-card,
  .ttt-archive-grid .ttt-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(34vw, 126px);
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid var(--ttt-rule);
  }

  .ttt-secondary-column .ttt-card-media,
  .ttt-river .ttt-card-media,
  .ttt-archive-grid .ttt-card-media {
    grid-column: 2;
    grid-row: 1 / span 4;
    aspect-ratio: 1 / 1;
    max-height: 126px;
  }

  .ttt-card-body {
    grid-column: 1;
  }

  .ttt-category-rail .ttt-card-media {
    aspect-ratio: 16 / 10;
    max-height: 150px;
  }

  .ttt-unified-listing .ttt-page-header h1,
  .ttt-article-header h1 {
    font-size: 28px;
  }

  .ttt-article-content {
    font-size: 17px;
    line-height: 1.6;
  }

  .ttt-more-from-journalist ul {
    grid-template-columns: 1fr;
  }
}
