:root {
  --ink: #1f1b16;
  --muted: #685e54;
  --gold: #b98235;
  --gold-deep: #8a5a18;
  --paper: #f5f0e8;
  --surface: #fff;
  --surface-soft: #fbf7f1;
  --line: #ddd3c6;
  --footer: #14110f;
  --footer-soft: #1d1916;
  --forest: #274c43;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)),
    var(--paper);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(20, 17, 15, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .09);
  backdrop-filter: blur(12px);
}

.site-header-rail {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(90deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
}

.site-header-rail-inner {
  width: min(1680px, calc(100% - 64px));
  min-height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  letter-spacing: .01em;
}

.site-header-rail-inner p {
  margin: 0;
}

.site-header-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-header-quicklinks a {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
}

.site-header-quicklinks a:hover {
  color: #fff;
}

.site-header-inner {
  width: min(1680px, calc(100% - 64px));
  min-height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: grid;
  gap: 6px;
  text-decoration: none;
}

.logo-mark {
  width: max-content;
  display: inline-block;
  padding: 0 8px 3px;
  background: linear-gradient(135deg, #f7f0e4, #fff);
  color: #181512;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04);
}

.logo-desc {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  letter-spacing: .02em;
}

.site-header nav {
  flex: 1;
}

.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  display: block;
  padding: 38px 12px;
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  border-radius: 999px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.menu > li > a:hover,
.has-submenu:hover > a {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .06);
  transform: translateY(-1px);
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  min-width: 280px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(255, 252, 247, .98);
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 4px;
  box-shadow: 0 18px 32px rgba(16, 12, 9, .12);
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.has-submenu:hover .sub-menu {
  display: block;
}

.sub-menu a {
  display: block;
  padding: 10px 16px;
  color: #28231d;
  text-decoration: none;
  border-left: 3px solid transparent;
}

.sub-menu a:hover {
  color: var(--gold-deep);
  background: #f6efe3;
  border-left-color: var(--gold);
}

.home-slider {
  position: relative;
  height: clamp(520px, 44vw, 690px);
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, #11100f, #1b1714);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: sliderFade 25s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 5s; }
.slide:nth-child(3) { animation-delay: 10s; }
.slide:nth-child(4) { animation-delay: 15s; }
.slide:nth-child(5) { animation-delay: 20s; }

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.52) contrast(1.08);
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.28), rgba(0,0,0,.55));
}

.slide-copy {
  position: absolute;
  z-index: 2;
  left: clamp(34px, 7vw, 150px);
  top: 50%;
  transform: translateY(-50%);
  width: min(760px, 62vw);
  max-height: calc(100% - 92px);
  overflow: hidden;
  color: #fff;
}

.slide-copy p {
  margin: 0 0 12px;
  color: #dca043;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
  font-size: clamp(14px, 1.3vw, 20px);
}

.slide-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1.04;
  text-shadow: 0 2px 20px rgba(0,0,0,.45);
  text-wrap: balance;
}

.slide-copy h1::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 14px;
  background: var(--gold);
}

.slide-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 64px);
  line-height: 1.06;
  text-shadow: 0 2px 20px rgba(0,0,0,.45);
  text-wrap: balance;
}

.slide-copy h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 14px;
  background: var(--gold);
}

.slide-copy a {
  display: block;
  max-width: 680px;
  color: #e7e7e7;
  text-decoration: none;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.55;
}

@keyframes sliderFade {
  0%, 17% { opacity: 1; }
  22%, 100% { opacity: 0; }
}

.page-head {
  margin: 10px auto 0;
  width: min(1600px, calc(100% - 44px));
  padding: 14px 0 0;
}

.page-head div {
  display: grid;
  gap: 12px;
  align-items: end;
  padding: 12px 0 18px;
  border-bottom: 1px solid rgba(26, 20, 15, .08);
}

.page-head-category div {
  grid-template-columns: 1fr;
}

.page-head div::after,
.page-head-category div::after {
  content: none;
}

.page-head-label {
  display: none;
}

.page-head h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  text-shadow: none;
}

.page-head-desc {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
  justify-self: start;
  text-align: left;
}

.page-head-category .page-head-desc {
  margin-top: 2px;
}

main {
  width: min(1600px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  padding: 22px 0 28px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #766c61;
  font-size: 13px;
}

.breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}

.kicker,
.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.intro {
  max-width: 920px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-size: 18px;
}

.hero-image {
  width: min(980px, 100%);
  margin: 30px auto 0;
}

.hero-image img {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.article-inline-image {
  margin: 34px 0;
}

.article-inline-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.article-inline-image figcaption {
  margin-top: 10px;
  color: #7a6f63;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.article {
  width: min(900px, 100%);
  margin: 0 auto 56px;
  color: #534b42;
}

.article-narrow {
  width: min(820px, 100%);
}

.article h2,
.section h2,
.related h2 {
  margin: 34px 0 14px;
  color: #221d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.22;
  font-weight: 800;
}

.article h1 {
  margin: 0 0 18px;
  color: #221d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.1vw, 62px);
  line-height: 1.08;
  font-weight: 900;
  text-wrap: balance;
}

.article-post {
  width: min(900px, 100%);
}

.post-head {
  margin: 0 0 28px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(26, 20, 15, .08);
}

.post-head .intro {
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.article h3 {
  margin: 28px 0 12px;
  color: #2a241f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.article p,
.article li {
  margin: 0 0 18px;
  font-size: 17px;
}

.article ul,
.article ol {
  margin: 18px 0 26px;
  padding-left: 24px;
}

.article li::marker {
  color: var(--gold);
  font-weight: 800;
}

.article strong,
.article b {
  color: #262626;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 58%, rgba(217, 144, 46, .22) 0);
}

.article a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
}

.article blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 5px solid var(--gold);
  background: var(--surface-soft);
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}

.article blockquote p:last-child {
  margin-bottom: 0;
}

.article h2 + p strong:first-child,
.article p:first-of-type strong:first-child {
  display: inline-block;
  padding: 2px 8px;
  background: #171717;
  color: #fff;
}

.article table {
  width: 100%;
  margin: 34px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .045);
  font-size: 16px;
}

.article thead {
  background: var(--footer);
  color: #fff;
}

.article th,
.article td {
  padding: 15px 18px;
  border-bottom: 1px solid #ece7df;
  text-align: left;
  vertical-align: top;
}

.article th {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.article tbody tr:nth-child(even) {
  background: #faf7f2;
}

.article tbody tr:hover {
  background: #f3e9dc;
}

.article td:first-child {
  color: #2c2c2c;
  font-weight: 800;
}

.article .note,
.article .info,
.article .important {
  margin: 30px 0;
  padding: 20px 22px;
  border: 1px solid #ead8bd;
  border-left: 5px solid var(--gold);
  background: #fff8ef;
}

.section,
.related {
  margin: 0 0 62px;
}

.section > h2,
.related > h2 {
  text-align: center;
}

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

.grid-tight {
  gap: 18px;
}

.home-intro-banner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin: 10px 0 34px;
}

.home-intro-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px 30px;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,242,232,.92));
  box-shadow: 0 12px 26px rgba(18, 15, 12, .05);
}

.home-intro-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
}

.home-intro-copy p:last-child {
  margin: 0;
  max-width: 44ch;
  color: var(--muted);
  font-size: 17px;
}

.home-lead-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 15, 12, .06);
}

.home-lead-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 30px;
}

.home-lead-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.1;
}

.home-lead-copy h2 a {
  text-decoration: none;
}

.home-lead-copy p:nth-of-type(2) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 54ch;
}

.home-lead-link {
  width: max-content;
  padding: 10px 14px;
  border: 1px solid rgba(185, 130, 53, .3);
  border-radius: 999px;
  background: #fcf7ef;
  color: var(--gold-deep);
  text-decoration: none;
  font-weight: 800;
}

.home-lead-link:hover {
  background: #f6ebdc;
}

.home-lead-media {
  display: block;
  min-height: 100%;
}

.home-lead-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.home-dashboard {
  display: grid;
  gap: 30px;
  margin: 8px 0 60px;
}

.home-section {
  display: grid;
  gap: 18px;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  padding-bottom: 4px;
}

.home-section-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
}

.home-section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .85fr);
  gap: 20px;
}

.home-card,
.home-list-item {
  overflow: hidden;
  border: 1px solid rgba(18, 15, 12, .08);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 12px 26px rgba(18, 15, 12, .05);
}

.home-card-media {
  display: block;
}

.home-card-media img,
.home-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-card-feature {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100%;
}

.home-card-feature .home-card-media {
  min-height: 340px;
}

.home-card-feature .home-card-media img {
  min-height: 340px;
}

.home-card-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.home-card-body h2,
.home-card-body h3,
.home-list-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.18;
}

.home-card-body h2 {
  font-size: 30px;
}

.home-card-body h3,
.home-list-copy h3 {
  font-size: 22px;
}

.home-card-body p:last-child,
.home-list-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

.home-stack {
  display: grid;
  gap: 18px;
}

.home-card-stack {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 150px;
}

.home-card-stack .home-card-media {
  min-height: 100%;
}

.home-card-stack .home-card-media img {
  min-height: 150px;
}

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

.home-list-item {
  display: grid;
  grid-template-columns: 134px minmax(0, 1fr);
}

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

.home-card-compact {
  display: grid;
  grid-template-rows: auto 1fr;
}

.home-card-compact .home-card-media img {
  aspect-ratio: 16 / 9;
}

.home-card-compact .home-card-body {
  gap: 8px;
  padding: 16px;
}

.home-card-compact h3 {
  font-size: 18px;
}

.home-card-compact .eyebrow {
  margin-bottom: 2px;
}

.home-list-thumb {
  display: block;
  min-height: 100%;
}

.home-list-thumb img {
  min-height: 100%;
}

.home-list-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.home-list-copy h3 {
  font-size: 21px;
}

.home-list-copy p:last-child {
  font-size: 14px;
  line-height: 1.55;
}

.card {
  background: var(--surface);
  border: 1px solid rgba(18, 15, 12, .08);
  box-shadow: 0 10px 26px rgba(18, 15, 12, .05);
  overflow: hidden;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card div {
  padding: 20px;
}

.card h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
}

.card h2 a {
  text-decoration: none;
}

.card h2 a:hover {
  color: var(--gold);
}

.card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.author-box {
  width: min(900px, 100%);
  margin: 46px auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.author-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
  font-weight: 700;
}

.author-tabs span,
.author-tabs a {
  padding: 9px 18px;
  color: #2f2923;
  text-decoration: none;
}

.author-tabs span:first-child {
  background: #eee5d8;
}

.author-content {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: start;
  padding: 30px 18px;
}

.author-content img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.author-text h2 {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 25px;
  line-height: 1.1;
}

.author-text p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.author-profile-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
}

.author-hero {
  padding: 24px;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 15, 12, .05);
}

.author-profile-head img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
}

.author-profile-head h2 {
  margin-top: 0;
}

.editorial-page,
.sitemap-page {
  display: grid;
  gap: 24px;
}

.page-intro-panel {
  padding: 24px 26px;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(248,242,232,.92));
  box-shadow: 0 12px 26px rgba(18, 15, 12, .05);
}

.page-intro-panel h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.08;
}

.page-intro-panel p:last-child {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
}

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

.editorial-block {
  padding: 22px;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 15, 12, .04);
}

.editorial-block-soft {
  background: linear-gradient(180deg, #fff, #fbf7f1);
}

.editorial-block h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.12;
}

.editorial-block p:last-child {
  margin-bottom: 0;
}

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

.editorial-strip div {
  padding: 16px 18px;
  border: 1px solid rgba(185, 130, 53, .18);
  border-radius: 6px;
  background: #fffaf2;
}

.editorial-strip span {
  display: block;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.editorial-strip strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
}

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

.author-facts div {
  padding: 16px 18px;
  border: 1px solid rgba(26, 20, 15, .08);
  border-radius: 6px;
  background: #fff;
}

.author-facts span {
  display: block;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.author-facts strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
}

.sitemap-grid {
  grid-template-columns: 1fr;
}

.sitemap-grid .editorial-block ul {
  margin-top: 14px;
}

.clean-list,
.contact-panel {
  margin-top: 18px;
}

.clean-list {
  padding-left: 20px;
}

.contact-panel {
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.live-news {
  width: min(980px, 100%);
}

.news-intro {
  padding: 18px 22px;
  border-left: 5px solid var(--gold);
  background: #faf7f2;
  color: #494239;
}

.news-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.news-sources span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid #ead9bd;
  background: #fffaf2;
  color: #7a541d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-feed {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.news-item {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
}

.news-item a {
  display: block;
  color: #292929;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.22;
  text-decoration: none;
}

.news-item a:hover {
  color: var(--gold);
}

.news-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.news-item p {
  margin: 10px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid #ece7df;
  text-align: center;
}

.pagination-link,
.pagination-current {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #e0d7ca;
  background: #fff;
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

.pagination-link:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.pagination-current {
  background: #faf7f2;
  color: #6b5b45;
}

.related {
  padding-top: 34px;
  border-top: 1px solid #e8e8e8;
}

.site-footer {
  position: relative;
  margin-top: 70px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)),
    var(--footer);
  color: #ddd;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .9fr);
  gap: 28px;
  padding: 44px max(22px, calc((100vw - 1120px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 130, 53, .5), transparent);
}

.site-footer strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.site-footer p {
  margin: 8px 0 0;
  color: #aaa;
}

.site-footer-brand {
  max-width: 440px;
}

.site-footer-col {
  display: grid;
  gap: 14px;
  align-content: start;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.site-footer-label {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px 18px;
}

.site-footer nav a {
  color: #e0dbd4;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--gold);
}

@media (max-width: 1180px) {
  .site-header-inner {
    min-height: 110px;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .site-header-rail-inner {
    width: min(1680px, calc(100% - 64px));
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .menu > li > a {
    padding: 12px 14px 20px 0;
  }

  .sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    min-width: 0;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    grid-template-columns: 1fr;
  }

  .has-submenu:hover .sub-menu {
    display: block;
  }

  .home-slider {
    height: 460px;
    min-height: 420px;
  }

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .home-intro-banner,
  .home-lead-banner {
    grid-template-columns: 1fr;
  }

  .home-lead-media img {
    min-height: 260px;
  }

  .home-inline-grid {
    grid-template-columns: 1fr;
  }

  .home-list {
    grid-template-columns: 1fr;
  }

  .author-content {
    grid-template-columns: 110px 1fr;
  }

  .editorial-grid,
  .editorial-strip,
  .author-facts {
    grid-template-columns: 1fr;
  }

  .page-head {
    width: min(100% - 28px, 1600px);
  }

  .page-head div {
    padding: 22px 20px;
  }

  .page-head-category div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header-inner,
  main {
    width: min(100% - 28px, 1600px);
  }

  .logo-mark {
    font-size: 30px;
  }

  .home-slider {
    height: 390px;
    min-height: 360px;
  }

  .slide-copy {
    left: 24px;
    width: calc(100% - 48px);
    max-height: calc(100% - 54px);
  }

  .slide-copy h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.08;
  }

  .page-head h1 {
    font-size: 42px;
  }

  .slide-copy a {
    font-size: 16px;
    line-height: 1.45;
  }

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

  .home-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-card-stack,
  .home-list-item {
    grid-template-columns: 1fr;
  }

  .home-card-feature .home-card-media {
    min-height: 240px;
  }

  .home-lead-copy,
  .home-intro-copy {
    padding: 22px;
  }

  .author-tabs {
    font-size: 18px;
  }

  .author-content {
    grid-template-columns: 1fr;
    padding: 24px 10px;
  }

  .author-text p {
    font-size: 16px;
  }

  .author-profile-head {
    grid-template-columns: 1fr;
  }

  .author-hero,
  .page-intro-panel,
  .editorial-block {
    padding: 20px;
  }

  .article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer-col {
    padding-left: 0;
    border-left: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
