:root {
  --ta-bg: #F5F2EB;
  --ta-surface: #FBF9F5;
  --ta-navy: #18232D;
  --ta-text: #292D31;
  --ta-copper: #A86645;
  --ta-stone: #D7D2C8;
  --ta-slate: #687078;
  --ta-pale: #E9E5DC;
  --ta-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ta-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ta-shell: 1280px;
  --ta-reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ta-bg); }
body {
  margin: 0;
  background: var(--ta-bg);
  color: var(--ta-text);
  font-family: var(--ta-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ta-copper); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--ta-navy); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ta-copper); outline-offset: 4px; }
img { max-width: 100%; height: auto; }

.ta-shell { width: min(calc(100% - 96px), var(--ta-shell)); margin-inline: auto; }
.ta-detail-narrow { max-width: var(--ta-reading); }
.ta-skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--ta-navy); color: #fff; padding: 10px 14px; }
.ta-skip-link:focus { left: 16px; top: 16px; }

.ta-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(24,35,45,.12);
  background: rgba(245,242,235,.96);
}
.ta-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ta-wordmark { font-family: var(--ta-serif); font-size: 22px; font-weight: 700; color: var(--ta-navy); text-decoration: none; letter-spacing: -.02em; }
.ta-primary-nav { display: flex; gap: 28px; align-items: center; }
.ta-primary-nav a { color: var(--ta-navy); text-decoration: none; font-size: 14px; font-weight: 600; position: relative; }
.ta-primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ta-copper); transition: right .18s ease; }
.ta-primary-nav a:hover::after, .ta-primary-nav a.is-active::after { right: 0; }

.ta-hero { position: relative; min-height: 310px; overflow: hidden; border-bottom: 1px solid var(--ta-stone); }
.ta-hero-inner { min-height: 310px; display: flex; align-items: center; position: relative; z-index: 2; }
.ta-hero-copy { max-width: 1080px; padding-block: 42px; }
.ta-eyebrow { display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; color: var(--ta-slate); }
.ta-eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--ta-copper); }
.ta-hero h1, .ta-page-hero h1, .ta-detail h1 { font-family: var(--ta-serif); color: var(--ta-navy); letter-spacing: -.045em; font-weight: 700; }
.ta-hero h1 { margin: 14px 0 14px; font-size: clamp(50px, 4.8vw, 68px); line-height: .98; max-width: 1050px; }
.ta-tagline { margin: 0; color: var(--ta-navy); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.42; max-width: 900px; }
.ta-hero-graphic { position: absolute; inset: 0; pointer-events: none; opacity: .86; background-image: linear-gradient(rgba(24,35,45,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,35,45,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 15%, #000 58%, #000 100%); }
.ta-hero-graphic::before, .ta-hero-graphic::after { content: ""; position: absolute; border: 1px solid rgba(168,102,69,.18); border-radius: 50%; }
.ta-hero-graphic::before { width: 620px; height: 620px; right: -110px; top: -210px; }
.ta-hero-graphic::after { width: 360px; height: 360px; right: 190px; bottom: -210px; border-color: rgba(24,35,45,.12); }

.ta-month-nav { position: sticky; top: 0; z-index: 15; background: rgba(245,242,235,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--ta-stone); }
.admin-bar .ta-month-nav { top: 32px; }
.ta-month-nav-inner { display: flex; gap: 34px; min-height: 46px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.ta-month-nav-inner::-webkit-scrollbar { display: none; }
.ta-month-nav a { flex: 0 0 auto; color: var(--ta-slate); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .12em; position: relative; padding: 12px 0; }
.ta-month-nav a.is-active { color: var(--ta-copper); }
.ta-month-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ta-copper); }

.ta-events-section { padding-block: 32px 76px; }
.ta-month-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--ta-stone); border-left: 1px solid var(--ta-stone); }
.ta-month-grid--count-1 { grid-template-columns: 1fr; }
.ta-month-grid--count-1 .ta-event-list { max-width: 820px; }
.ta-month-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ta-month-section { position: relative; min-width: 0; padding: 24px 28px 8px; border-right: 1px solid var(--ta-stone); border-bottom: 1px solid var(--ta-stone); scroll-margin-top: 76px; overflow: hidden; }
.ta-month-header { min-height: 72px; position: relative; display: flex; align-items: flex-start; margin-bottom: 2px; }
.ta-month-header h2 { margin: 0; position: relative; z-index: 2; font-family: var(--ta-serif); color: var(--ta-navy); font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.ta-month-watermark { position: absolute; top: -28px; right: -2px; font-family: var(--ta-serif); font-size: 96px; line-height: 1; color: var(--ta-pale); font-weight: 700; z-index: 1; }
.ta-event-item { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; padding: 22px 0 24px; border-top: 1px solid var(--ta-stone); }
.ta-event-date { color: var(--ta-copper); text-align: left; line-height: 1; }
.ta-event-date strong { display: block; font-family: var(--ta-serif); font-size: 32px; font-weight: 700; }
.ta-event-date span { display: block; margin-top: 6px; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ta-event-content h3 { margin: 0 0 6px; font-family: var(--ta-serif); font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.ta-event-content h3 a { color: var(--ta-navy); text-decoration: none; }
.ta-event-content h3 a:hover { color: var(--ta-copper); }
.ta-event-meta, .ta-event-topics, .ta-event-description { margin: 0; }
.ta-event-meta { color: var(--ta-slate); font-size: 14px; }
.ta-event-topics { margin-top: 9px; color: var(--ta-copper); font-size: 12px; font-weight: 700; }
.ta-event-description { margin-top: 10px; color: var(--ta-text); font-size: 15px; line-height: 1.5; }
.ta-event-external { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; text-decoration: none; }

.ta-archive-callout { padding-bottom: 96px; }
.ta-archive-callout-inner { display: flex; gap: 22px; align-items: flex-start; padding: 28px 30px; border: 1px solid var(--ta-stone); background: rgba(251,249,245,.45); }
.ta-accent-rule { width: 36px; height: 1px; background: var(--ta-copper); margin-top: 13px; flex: 0 0 auto; }
.ta-archive-callout p { margin: 0 0 2px; font-family: var(--ta-serif); font-size: 22px; color: var(--ta-navy); }
.ta-archive-callout a { font-weight: 700; text-decoration: none; }

.ta-page-hero { padding-block: 92px 62px; }
.ta-page-hero h1 { margin: 18px 0 10px; font-size: clamp(50px, 6vw, 72px); line-height: 1; }
.ta-page-hero > p { margin: 0; color: var(--ta-slate); max-width: 680px; }
.ta-byline { margin-top: 18px !important; color: var(--ta-navy) !important; font-weight: 700; }

.ta-detail { padding-block: 84px 110px; }
.ta-detail-header { margin-bottom: 42px; }
.ta-detail-kicker { color: var(--ta-copper); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 800; }
.ta-detail h1 { font-size: clamp(46px, 6vw, 64px); line-height: 1.05; margin: 14px 0 24px; }
.ta-detail-meta { color: var(--ta-slate); font-size: 15px; }
.ta-detail-meta p { margin: 1px 0; }
.ta-lead { font-family: var(--ta-serif); font-size: 25px; line-height: 1.45; color: var(--ta-navy); margin: 0 0 36px; }
.ta-prose { font-size: 18px; line-height: 1.75; }
.ta-prose h2, .ta-prose h3 { font-family: var(--ta-serif); color: var(--ta-navy); line-height: 1.2; }
.ta-prose h2 { margin-top: 2.4em; font-size: 32px; }
.ta-prose h3 { margin-top: 2em; font-size: 25px; }
.ta-prose a { font-weight: 600; }
.ta-highlight-block { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--ta-stone); }
.ta-highlight-block h2 { font-family: var(--ta-serif); color: var(--ta-navy); font-size: 28px; }
.ta-detail-cta { margin-top: 44px; }
.ta-detail-cta a { display: inline-block; font-weight: 800; text-decoration: none; padding-bottom: 4px; border-bottom: 1px solid var(--ta-copper); }

.ta-archive-list .ta-month-section { border: 1px solid var(--ta-stone); margin-bottom: 28px; }
.ta-briefings-list { padding-bottom: 110px; }
.ta-briefing-item { padding: 34px 0 38px; border-top: 1px solid var(--ta-stone); }
.ta-briefing-item time { color: var(--ta-slate); font-size: 13px; }
.ta-briefing-item h2 { font-family: var(--ta-serif); margin: 8px 0 10px; font-size: 34px; line-height: 1.15; letter-spacing: -.03em; }
.ta-briefing-item h2 a { color: var(--ta-navy); text-decoration: none; }
.ta-briefing-item > p { margin: 0 0 14px; color: var(--ta-text); }
.ta-read-more { font-weight: 800; text-decoration: none; }


.ta-author-intro {
  margin-top: 34px;
  padding: 24px 0 4px 24px;
  border-left: 2px solid var(--ta-copper);
  max-width: 660px;
}
.ta-author-name {
  margin: 0 0 8px;
  color: var(--ta-navy);
  font-weight: 800;
  font-size: 17px;
}
.ta-author-bio {
  margin: 0;
  color: var(--ta-text);
  font-size: 16px;
  line-height: 1.6;
}
.ta-author-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.ta-author-card {
  margin-top: 72px;
  padding: 30px 0 0;
  border-top: 1px solid var(--ta-stone);
}
.ta-author-card-label {
  margin: 0 0 8px;
  color: var(--ta-copper);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 800;
}
.ta-author-card-name {
  margin: 0 0 8px;
  font-family: var(--ta-serif);
  color: var(--ta-navy);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
}
.ta-author-card-bio {
  margin: 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.65;
}
.ta-editorial-disclaimer {
  margin: 24px 0 0;
  color: var(--ta-slate);
  font-size: 12px;
  font-style: italic;
}

.ta-site-footer { border-top: 1px solid var(--ta-stone); padding-block: 28px; color: var(--ta-slate); font-size: 13px; }
.ta-footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.ta-footer-brand { color: var(--ta-navy); font-family: var(--ta-serif); font-weight: 700; }

.nav-links { display: flex; gap: 12px; margin-top: 42px; }
.nav-links .page-numbers { border: 1px solid var(--ta-stone); padding: 6px 11px; text-decoration: none; }
.nav-links .current { background: var(--ta-navy); color: #fff; }

@media (max-width: 1199px) {
  .ta-shell { width: min(calc(100% - 64px), var(--ta-shell)); }
  .ta-month-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ta-month-grid--count-1 { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .ta-shell { width: min(calc(100% - 32px), var(--ta-shell)); }

  /* Mobile header: deliberate two-row layout so the wordmark never wraps awkwardly. */
  .ta-header-inner {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 12px;
  }
  .ta-wordmark {
    display: block;
    width: max-content;
    max-width: 100%;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .ta-primary-nav {
    width: 100%;
    gap: 24px;
    padding: 10px 0 11px;
    border-top: 1px solid rgba(24,35,45,.09);
  }
  .ta-primary-nav a { font-size: 13px; }
  .ta-primary-nav a::after { bottom: -11px; }

  /* Keep the first screen useful: compact hero, no decorative eyebrow on phones. */
  .ta-hero, .ta-hero-inner { min-height: 198px; }
  .ta-hero-copy { width: 100%; padding-block: 22px 24px; }
  .ta-eyebrow { display: none; }
  .ta-hero h1 {
    max-width: 100%;
    margin: 0 0 12px;
    font-size: clamp(39px, 10.4vw, 44px);
    line-height: .96;
    letter-spacing: -.04em;
  }
  .ta-tagline {
    max-width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.38;
  }
  .ta-hero-graphic {
    background-size: 40px 40px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
  }
  .ta-hero-graphic::before { width: 330px; height: 330px; right: -170px; top: -90px; }
  .ta-hero-graphic::after { width: 190px; height: 190px; right: 26px; bottom: -135px; }

  .ta-month-nav-inner { min-height: 44px; gap: 26px; }
  .ta-month-nav a { padding: 11px 0; font-size: 11px; }
  .admin-bar .ta-month-nav { top: 46px; }

  .ta-events-section { padding-block: 14px 48px; }
  .ta-month-grid { display: block; border: 0; }
  .ta-month-grid--count-1 .ta-event-list { max-width: none; }
  .ta-month-section {
    padding: 14px 0 2px;
    border: 0;
    border-bottom: 1px solid var(--ta-stone);
    scroll-margin-top: 58px;
  }
  .ta-month-header { min-height: 50px; margin-bottom: 0; }
  .ta-month-header h2 { font-size: 27px; line-height: 1.06; }
  .ta-month-watermark { font-size: 64px; top: -14px; right: 0; }

  /* On phones, give the title and summary the full width instead of reserving a date column. */
  .ta-event-item {
    display: block;
    padding: 16px 0 20px;
  }
  .ta-event-date {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 9px;
  }
  .ta-event-date strong { display: inline; font-size: 25px; }
  .ta-event-date span { display: inline; margin-top: 0; font-size: 10px; }
  .ta-event-content h3 { margin-bottom: 4px; font-size: 21px; line-height: 1.16; }
  .ta-event-meta { font-size: 13.5px; line-height: 1.38; }
  .ta-event-topics { margin-top: 6px; font-size: 11px; line-height: 1.4; }
  .ta-event-description { margin-top: 8px; font-size: 14.5px; line-height: 1.44; }
  .ta-event-external { margin-top: 9px; font-size: 13.5px; }

  .ta-archive-callout { padding-bottom: 62px; }
  .ta-archive-callout-inner { padding: 22px 18px; gap: 16px; }
  .ta-archive-callout p { font-size: 20px; line-height: 1.25; }

  .ta-page-hero { padding-block: 58px 40px; }
  .ta-page-hero h1 { font-size: 44px; }
  .ta-detail { padding-block: 52px 76px; }
  .ta-detail h1 { font-size: 38px; }
  .ta-lead { font-size: 21px; }
  .ta-prose { font-size: 17px; }
  .ta-briefing-item { padding: 28px 0 32px; }
  .ta-briefing-item h2 { font-size: 29px; }
  .ta-author-intro { margin-top: 28px; padding: 18px 0 2px 18px; }
  .ta-author-name { font-size: 16px; }
  .ta-author-bio { font-size: 15px; line-height: 1.55; }
  .ta-author-card { margin-top: 52px; padding-top: 24px; }
  .ta-author-card-name { font-size: 25px; }
  .ta-author-card-bio { font-size: 15.5px; }
  .ta-footer-inner { flex-direction: column; gap: 4px; }
}

@media (max-width: 430px) {
  .ta-wordmark { font-size: 18px; }
  .ta-primary-nav { gap: 20px; }
  .ta-primary-nav a { font-size: 12.5px; }
  .ta-hero h1 { font-size: clamp(38px, 10.1vw, 42px); }
  .ta-tagline { font-size: 14.5px; }
  .ta-month-header h2 { font-size: 26px; }
  .ta-month-watermark { font-size: 60px; }
}

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

/* Briefings landing — v1.5 editorial layout */
.ta-briefings-landing {
  padding-block: 64px 46px;
}
.ta-briefings-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: end;
  max-width: 1100px;
  margin-inline: auto;
}
.ta-briefings-heading h1 {
  margin: 16px 0 10px;
  font-family: var(--ta-serif);
  color: var(--ta-navy);
  font-size: clamp(56px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}
.ta-briefings-heading .ta-tagline {
  color: var(--ta-slate);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.42;
  max-width: 650px;
}
.ta-briefings-landing .ta-author-intro {
  margin: 0 0 4px;
  padding: 8px 0 8px 24px;
  max-width: none;
}
.ta-briefings-list {
  max-width: 1100px;
  padding-bottom: 110px;
}
.ta-briefings-list::before {
  content: "";
  display: block;
  border-top: 1px solid var(--ta-stone);
}
.ta-briefing-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 40px;
  padding: 34px 0 38px;
  border-top: 0;
  border-bottom: 1px solid var(--ta-stone);
}
.ta-briefing-meta time {
  display: block;
  padding-top: 7px;
  color: var(--ta-slate);
  font-size: 13px;
  line-height: 1.4;
}
.ta-briefing-summary h2 {
  margin: 0 0 12px;
  font-family: var(--ta-serif);
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ta-briefing-summary h2 a {
  color: var(--ta-navy);
  text-decoration: none;
}
.ta-briefing-summary h2 a:hover { color: var(--ta-copper); }
.ta-briefing-summary > p {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--ta-text);
  font-size: 17px;
  line-height: 1.58;
}
.ta-empty-state {
  margin: 34px 0 0;
  font-size: 18px;
  color: var(--ta-slate);
}

@media (max-width: 767px) {
  .ta-briefings-landing {
    padding-block: 38px 30px;
  }
  .ta-briefings-hero-grid {
    display: block;
    max-width: none;
  }
  .ta-briefings-heading h1 {
    margin-top: 12px;
    font-size: 44px;
  }
  .ta-briefings-heading .ta-tagline {
    font-size: 17px;
    line-height: 1.45;
  }
  .ta-briefings-landing .ta-author-intro {
    margin-top: 28px;
    padding: 16px 0 2px 18px;
  }
  .ta-briefings-list {
    max-width: none;
    padding-bottom: 76px;
  }
  .ta-briefing-item {
    display: block;
    padding: 26px 0 30px;
  }
  .ta-briefing-meta time {
    padding-top: 0;
    margin-bottom: 9px;
    font-size: 12.5px;
  }
  .ta-briefing-summary h2 {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1.12;
  }
  .ta-briefing-summary > p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* Briefings mobile refinement — v1.6 */
@media (max-width: 767px) {
  .ta-briefings-landing {
    padding-block: 22px 20px;
  }

  .ta-briefings-heading h1 {
    margin: 6px 0 6px;
    font-size: 40px;
    line-height: .98;
  }

  .ta-briefings-heading .ta-tagline {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.4;
  }

  /* Keep the author identity visible without letting it dominate the first screen. */
  .ta-briefings-landing .ta-author-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 14px;
    row-gap: 5px;
    align-items: baseline;
    margin-top: 18px;
    padding: 10px 0 10px 14px;
    border-left-width: 1px;
  }

  .ta-briefings-landing .ta-author-name {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 15px;
  }

  .ta-briefings-landing .ta-author-link {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .ta-briefings-landing .ta-author-bio {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 14.5px;
    line-height: 1.48;
  }

  .ta-briefings-list {
    padding-bottom: 64px;
  }

  .ta-briefings-list::before {
    margin-top: 2px;
  }

  .ta-briefing-item {
    padding: 20px 0 24px;
  }

  .ta-briefing-meta time {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .ta-briefing-summary h2 {
    margin-bottom: 9px;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -.03em;
  }

  .ta-briefing-summary > p {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .ta-read-more {
    font-size: 14px;
  }
}
