:root {
  --insight-gold: #c9a86c;
  --insight-cream: #f5f0e7;
  --insight-paper: #fffdf8;
  --insight-ink: #11100e;
  --insight-muted: #746e64;
}

/* WordPress publication integration */
.insights-page {
  --wp-ink: #0d2340;
  --wp-gold: #d8b872;
  --wp-paper: #faf7f0;
  --wp-muted: #647083;
  background: var(--wp-paper);
}

.insights-page .gold-rule {
  height: 3px;
  background: var(--wp-gold);
}

.insights-page .insights-header {
  position: relative;
  z-index: 20;
  color: #fff;
  background: #0b0b0b;
}

.insights-page .insights-header__top {
  min-height: 92px;
}

.insights-page .insights-header__brand img {
  width: 160px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.insights-page .insights-header__brand span {
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.38);
}

.insights-page .insights-header__brand strong {
  font-size: 22px;
  letter-spacing: .28em;
}

.insights-page .insights-header__brand small {
  margin-top: 7px;
  letter-spacing: .14em;
}

.insights-page .insights-header__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.insights-page .insights-header__actions a,
.insights-page .insights-header__actions button {
  color: #fff;
  font: 700 11px/1.2 Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.insights-page .insights-header__nav {
  border-top: 1px solid rgba(255,255,255,.14);
  background: #102847;
}

.insights-page .insights-header__nav .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}

.insights-page .insights-header__nav a {
  min-height: 74px;
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font: 600 12px/1.35 Arial, sans-serif;
}

.insights-page .insights-header__nav a span {
  display: block;
  margin-bottom: 6px;
  color: var(--wp-gold);
  font-size: 9px;
}

.insights-landing-hero {
  min-height: 76vh;
  display: grid;
  align-items: end;
  padding: 110px 0 90px;
  color: #fff;
  background: linear-gradient(105deg,rgba(5,18,36,.96),rgba(5,18,36,.35)),url("../img/slider/dubai-landscape-slider-center.jpg") center/cover;
}

.insights-landing-hero h1 {
  max-width: 1080px;
  margin: 24px 0 30px;
  font: 400 clamp(58px,8vw,116px)/.94 Georgia,serif;
  letter-spacing: -.055em;
}

.insights-landing-hero h1 em {
  color: var(--wp-gold);
  font-weight: 400;
}

.insights-landing-hero > .container > p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(18px,2vw,26px);
  line-height: 1.65;
  color: rgba(255,255,255,.78);
}

.insights-landing-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.insights-landing-hero__links a {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  color: #fff;
  font: 700 11px Arial,sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.insight-library {
  padding: 100px 0 0;
}

.insight-library__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}

.insight-library__intro h2,
.post-category__header h2,
.category-archive-list header h2,
.author-articles header h2 {
  margin: 12px 0 0;
  font: 400 clamp(46px,6vw,86px)/1 Georgia,serif;
  letter-spacing: -.045em;
}

.insight-library__intro > p,
.post-category__header > div > p:last-child,
.category-archive-list header > p,
.author-articles header > p {
  max-width: 560px;
  margin: 0;
  color: var(--wp-muted);
  font-size: 18px;
  line-height: 1.75;
}

.category-index {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-top: 60px;
  padding-bottom: 18px;
}

.category-index a {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
  padding: 14px 18px;
  border: 1px solid #d9d0c2;
  border-radius: 99px;
  color: var(--wp-ink);
  font: 700 10px Arial,sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.category-index a span {
  color: #a27d3b;
}

.post-category {
  padding: 110px 0;
  border-top: 1px solid #dfd6c8;
}

.post-category:nth-of-type(even) {
  background: transparent;
}

.post-category__header,
.category-archive-list header,
.author-articles header {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.post-category__header > a {
  justify-self: end;
  padding: 14px 18px;
  border: 1px solid #171717;
  border-radius: 99px;
  color: #171717;
  font: 700 10px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.post-category__wp-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-top: 1px solid #d8cec0;
  border-left: 1px solid #d8cec0;
}

.category-archive-card {
  min-width: 0;
  border-right: 1px solid #d8cec0;
  border-bottom: 1px solid #d8cec0;
  background: var(--wp-paper);
}

.category-archive-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.category-archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.category-archive-card:hover .category-archive-card__image img {
  transform: scale(1.035);
}

.category-archive-card__content {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 28px;
}

.category-archive-card__content h2 {
  margin: 22px 0 18px;
  font: 400 clamp(26px,2.45vw,42px)/1.04 Georgia,serif;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

.category-archive-card__content h2 a {
  color: #111;
}

.category-archive-card__content > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--wp-muted);
  line-height: 1.65;
}

.category-archive-card--featured {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  min-height: 720px;
  color: #fff;
  background: #0b1e38;
}

.category-archive-card--featured .category-archive-card__image {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}

.category-archive-card--featured .category-archive-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 15%,rgba(5,17,33,.92));
}

.category-archive-card--featured .category-archive-card__content {
  position: relative;
  z-index: 1;
  min-height: 720px;
  justify-content: end;
  padding: 54px;
}

.category-archive-card--featured .category-archive-card__content h2 {
  max-width: 680px;
  font-size: clamp(46px,5vw,76px);
}

.category-archive-card--featured .category-archive-card__content h2 a,
.category-archive-card--featured .category-archive-card__content .eyebrow,
.category-archive-card--featured .category-archive-card__content > p {
  color: #fff;
}

.insight-byline {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(110,105,96,.28);
  color: inherit;
  text-decoration: none;
}

.insight-byline img,
.insight-avatar-fallback {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.insight-avatar-fallback {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wp-ink);
}

.insight-byline span strong,
.insight-byline span small {
  display: block;
}

.insight-byline span strong {
  font: 700 12px/1.3 Arial,sans-serif;
}

.insight-byline span small,
.insight-byline time {
  margin-top: 3px;
  color: #7a756d;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.category-archive-card--featured .insight-byline span small,
.category-archive-card--featured .insight-byline time {
  color: rgba(255,255,255,.65);
}

.insight-byline--large {
  width: min(100%,560px);
  grid-template-columns: 66px minmax(0,1fr) auto;
  border: 0;
}

.insight-byline--large img,
.insight-byline--large .insight-avatar-fallback {
  width: 66px;
  height: 66px;
}

.insight-byline--large span strong {
  font-size: 16px;
}

.magazine-hero {
  min-height: calc(100vh - 3px);
}

.magazine-hero__inner {
  min-height: calc(100vh - 3px);
  display: flex;
  flex-direction: column;
}

.magazine-hero__masthead {
  padding: 34px 0 25px;
}

.magazine-hero__content {
  width: 100%;
  max-width: 1240px;
  margin: auto 0;
  padding: 50px 0 80px;
}

.magazine-hero__content h1 {
  max-width: 1320px;
  margin: 26px 0 26px;
  font-size: clamp(52px,6.6vw,94px);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.magazine-hero__deck {
  max-width: 760px;
  font-size: clamp(18px,1.6vw,23px);
  line-height: 1.65;
}

.magazine-hero__footer {
  margin-top: 30px;
}

.magazine-article {
  padding: 90px 0 120px;
}

.magazine-layout {
  gap: 70px;
}

.magazine-body {
  font-size: 20px;
  line-height: 1.82;
}

.magazine-body > p,
.magazine-body > section > p {
  margin: 0 0 34px;
}

.magazine-body h2 {
  margin: 80px 0 28px;
  font-size: clamp(42px,4vw,62px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.magazine-body h3 {
  margin: 52px 0 22px;
  font-size: clamp(28px,3vw,40px);
  line-height: 1.15;
}

.article-utility {
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 55px;
}

.article-utility > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-utility button,
.article-utility a {
  padding: 11px 15px;
  border: 1px solid #d6cbbb;
  border-radius: 99px;
  color: #111;
  background: transparent;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.magazine-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.magazine-sidebar__block {
  position: static;
}

[data-article-toc] a {
  display: grid;
  grid-template-columns: 30px 1fr;
}

[data-article-toc] .toc-h3 {
  padding-left: 18px;
}

.article-feedback {
  margin-top: 80px;
  padding-top: 44px;
  border-top: 2px solid var(--wp-gold);
}

.article-feedback h2 {
  margin-top: 12px;
}

.article-feedback__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.article-feedback__grid button {
  min-height: 130px;
  padding: 22px;
  border: 1px solid #ded4c5;
  background: transparent;
  text-align: left;
}

.article-feedback__grid button b,
.article-feedback__grid button span {
  display: block;
}

.article-feedback__grid button b {
  color: #a27d3b;
  font: 400 28px Georgia,serif;
}

.article-feedback__grid button span {
  margin-top: 28px;
  font: 700 10px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.magazine-author-card {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 60px;
  padding: 32px;
  border: 1px solid #d9cebe;
}

.magazine-author-card > img {
  width: 190px;
  aspect-ratio: 1;
  object-fit: cover;
}

.magazine-author-card h2 {
  margin: 4px 0 12px;
  font-size: 38px;
}

.magazine-author-card p {
  margin: 0 0 8px;
  font: 14px/1.6 Arial,sans-serif;
}

.magazine-author-card > a {
  font: 700 10px Arial,sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-archive-hero {
  padding: 110px 0 90px;
  color: #fff;
  background: var(--wp-ink);
}

.category-archive-hero h1 {
  max-width: 1000px;
  margin: 18px 0 28px;
  font: 400 clamp(64px,8vw,120px)/.95 Georgia,serif;
  letter-spacing: -.06em;
}

.category-archive-hero > .container > p:last-child {
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 22px;
  line-height: 1.65;
}

.category-archive-feature-wrap {
  padding: 90px 0 40px;
}

.category-archive-feature-wrap .category-archive-card--featured {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 620px;
  color: #111;
  background: #efe6d7;
}

.category-archive-feature-wrap .category-archive-card__image {
  position: relative;
}

.category-archive-feature-wrap .category-archive-card__image::after {
  display: none;
}

.category-archive-feature-wrap .category-archive-card__content {
  min-height: 620px;
}

.category-archive-feature-wrap .category-archive-card__content h2 a,
.category-archive-feature-wrap .category-archive-card__content .eyebrow,
.category-archive-feature-wrap .category-archive-card__content > p {
  color: #111;
}

.category-archive-list,
.author-articles {
  padding: 100px 0;
}

.category-archive-grid,
.author-article-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid #d8cec0;
  border-left: 1px solid #d8cec0;
}

.author-hero {
  padding: 80px 0;
  color: #fff;
  background: radial-gradient(circle at 70% 30%,#202017,#090909 55%);
}

.author-hero__grid {
  display: grid;
  grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr);
  gap: 100px;
  align-items: center;
}

.author-hero__portrait {
  position: relative;
  padding: 26px;
  border-top: 1px solid var(--wp-gold);
  border-left: 1px solid var(--wp-gold);
}

.author-hero__portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.author-hero__portrait span {
  position: absolute;
  right: 26px;
  bottom: 26px;
  padding: 12px 18px;
  color: #111;
  background: var(--wp-gold);
  font: 700 9px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.author-hero__content h1 {
  max-width: 850px;
  margin: 22px 0 20px;
  font: 400 clamp(68px,8vw,116px)/.98 Georgia,serif;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.author-hero__content h2 {
  color: var(--wp-gold);
  font: 700 12px Arial,sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.author-hero__bio {
  max-width: 780px;
  margin-top: 28px;
  color: rgba(255,255,255,.74);
  font-size: 18px;
  line-height: 1.8;
}

.author-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.author-profile-links a {
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 99px;
  color: #fff;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.author-hero dl {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 0;
}

.author-hero dl div {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

.author-hero dt {
  color: var(--wp-gold);
  font: 700 9px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.author-hero dd {
  margin: 8px 0 0;
  font-size: 17px;
}

.magazine-archive-hero {
  padding: 100px 0 80px;
  color: #fff;
  background: #0d2340;
}

.magazine-archive-hero h1 {
  margin: 16px 0 20px;
  font: 400 clamp(70px,10vw,140px)/.92 Georgia,serif;
  letter-spacing: -.06em;
}

.magazine-archive-hero h1 em {
  color: var(--wp-gold);
}

.magazine-archive-hero p:last-child {
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.7;
}

.magazine-latest {
  padding: 90px 0 120px;
  background: #efe6d7;
}

.magazine-latest__grid {
  display: grid;
  grid-template-columns: minmax(330px,.7fr) minmax(0,1.3fr);
  gap: 70px;
  align-items: center;
}

.magazine-cover-card {
  position: relative;
  display: flex;
  min-height: 720px;
  flex-direction: column;
  padding: 44px;
  color: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 50px rgba(36,28,18,.2);
}

.digest-brand {
  display: block;
  font: 900 clamp(34px,4vw,60px)/.9 Arial,sans-serif;
  letter-spacing: -.06em;
}

.digest-brand small {
  display: block;
  margin-top: 12px;
  text-align: right;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .19em;
}

.digest-issue {
  position: absolute;
  top: 130px;
  right: 44px;
  color: var(--wp-gold);
  font: 700 10px Arial,sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.magazine-cover-card h2 {
  margin: auto 0 34px;
  font: 400 clamp(48px,5vw,76px)/.96 Georgia,serif;
  letter-spacing: -.05em;
}

.digest-powered {
  color: rgba(255,255,255,.7);
  font: 10px Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.digest-powered b {
  color: #fff;
}

.magazine-latest__copy h2 {
  margin: 18px 0 26px;
  font: 400 clamp(56px,6vw,90px)/.98 Georgia,serif;
  letter-spacing: -.05em;
}

.magazine-latest__copy > p:not(.eyebrow) {
  color: var(--wp-muted);
  font-size: 18px;
  line-height: 1.75;
}

.magazine-latest__copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.magazine-latest__copy > div a {
  padding: 14px 20px;
  border: 1px solid #111;
  border-radius: 99px;
  color: #111;
  font: 700 10px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.magazine-latest__copy > div .is-dark {
  color: #fff;
  background: #111;
}

.magazine-issue-grid {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.magazine-issue-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid #cfc0aa;
  color: #111;
  background: var(--wp-paper);
}

.magazine-issue-card span {
  display: block;
  margin-bottom: 40px;
  color: #987333;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.magazine-issue-card strong {
  font: 400 28px/1.1 Georgia,serif;
}

.issue-web-hero {
  min-height: 82vh;
  display: grid;
  align-items: end;
  padding: 100px 0 80px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.issue-web-hero h1 {
  max-width: 1200px;
  margin: 18px 0 30px;
  font: 400 clamp(68px,8vw,120px)/.94 Georgia,serif;
  letter-spacing: -.055em;
}

.issue-web-hero .magazine-container > p:not(.eyebrow) {
  max-width: 800px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.7;
}

.issue-web-hero .magazine-container > div {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.issue-web-hero a,
.issue-web-hero button {
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 99px;
  color: #fff;
  background: transparent;
  font: 700 10px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.issue-summary,
.issue-toc-overview,
.issue-preface,
.issue-category {
  padding: 90px 0;
}

.issue-summary__grid,
.issue-preface__grid {
  gap: 70px;
}

.issue-toc-overview {
  color: #fff;
  background: #0d2340;
}

.issue-toc-overview h2 {
  margin: 14px 0 50px;
  font: 400 clamp(52px,6vw,86px)/1 Georgia,serif;
}

.issue-toc-overview ol {
  padding: 0;
  list-style: none;
}

.issue-toc-overview li a {
  display: grid;
  grid-template-columns: 60px minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #fff;
}

.issue-toc-overview li span {
  color: var(--wp-gold);
}

.issue-toc-overview li strong {
  font: 400 28px/1.1 Georgia,serif;
}

.issue-toc-overview li small {
  color: rgba(255,255,255,.6);
}

.issue-story-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.issue-story {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #dbd0bf;
}

.issue-story > img {
  width: calc(100% + 56px);
  aspect-ratio: 16/9;
  margin: -28px -28px 26px;
  object-fit: cover;
}

.issue-story > strong {
  margin: 18px 0;
  font: 400 clamp(28px,3vw,40px)/1.08 Georgia,serif;
}

.issue-story > p {
  color: var(--wp-muted);
  line-height: 1.65;
}

.issue-story > a:last-child {
  margin-top: 20px;
  color: #8d6b30;
  font: 700 9px Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.issue-disclaimer {
  padding: 90px 0;
  color: #fff;
  background: #0d2340;
}

.issue-disclaimer h2 {
  font: 400 62px/1 Georgia,serif;
}

.issue-disclaimer .magazine-container {
  max-width: 900px;
}

.issue-disclaimer p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.75;
}

.email-article-modal[hidden] {
  display: none;
}

.email-article-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.email-article-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4,10,18,.78);
}

.email-article-dialog {
  position: relative;
  z-index: 1;
  width: min(720px,100%);
  max-height: 92vh;
  overflow: auto;
  padding: 42px;
  color: #111;
  background: var(--wp-paper);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.email-article-dialog h2 {
  margin: 12px 0 24px;
  font: 400 48px/1 Georgia,serif;
}

.email-article-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: transparent;
}

.email-article-form,
.email-article-dialog form {
  display: grid;
  gap: 16px;
}

.email-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.email-article-dialog label {
  display: grid;
  gap: 7px;
  color: #363b43;
  font: 700 11px Arial,sans-serif;
}

.email-article-dialog input,
.email-article-dialog textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #cfc5b7;
  background: #fff;
  font: 15px Arial,sans-serif;
}

.download-consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-weight: 400 !important;
  line-height: 1.5;
}

.download-consent input {
  width: auto;
}

.email-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.email-article-dialog .is-gold,
.email-form-actions button {
  padding: 13px 18px;
  border: 1px solid #111;
  border-radius: 99px;
  background: transparent;
}

.email-article-dialog .is-gold {
  color: #111;
  background: var(--wp-gold);
}

.footer-insights-grid {
  display: grid;
  grid-template-columns: .7fr 1fr .7fr;
  gap: 50px;
  align-items: center;
  padding: 70px 0;
}

.footer-insights-brand img {
  width: 190px;
}

.footer-insights-grid p {
  color: #aaa;
  line-height: 1.7;
}

.footer-insights-grid nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.footer-insights-grid nav a {
  color: #fff;
}

@media (max-width: 1050px) {
  .insights-page .insights-header__actions > a {
    display: none;
  }
  .post-category__wp-grid,
  .category-archive-grid,
  .author-article-grid,
  .issue-story-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .category-archive-card--featured {
    grid-column: span 2;
  }
  .magazine-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .magazine-sidebar {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .author-hero__grid {
    gap: 50px;
  }
  .magazine-latest__grid {
    grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr);
    gap: 40px;
  }
  .magazine-cover-card {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .insights-page .insights-header__top {
    min-height: 76px;
  }
  .insights-page .insights-header__brand img {
    width: 105px;
  }
  .insights-page .insights-header__brand span {
    padding-left: 13px;
  }
  .insights-page .insights-header__brand strong {
    font-size: 15px;
  }
  .insights-page .insights-header__brand small {
    font-size: 7px;
  }
  .insights-page .insights-header__actions {
    gap: 10px;
  }
  .insights-page .insights-header__actions button {
    font-size: 9px;
  }
  .insights-page .insights-header__nav .container {
    grid-template-columns: 1fr 1fr;
  }
  .insights-landing-hero {
    min-height: 68vh;
    padding: 70px 0 60px;
  }
  .insights-landing-hero h1 {
    font-size: clamp(50px,15vw,76px);
  }
  .insight-library,
  .post-category,
  .category-archive-list,
  .author-articles {
    padding: 65px 0;
  }
  .insight-library__intro,
  .post-category__header,
  .category-archive-list header,
  .author-articles header {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .post-category__header > a {
    justify-self: start;
  }
  .post-category__wp-grid,
  .category-archive-grid,
  .author-article-grid,
  .issue-story-grid {
    grid-template-columns: 1fr;
  }
  .category-archive-card--featured {
    grid-column: auto;
    min-height: 620px;
  }
  .category-archive-card--featured .category-archive-card__content {
    min-height: 620px;
    padding: 30px;
  }
  .category-archive-card--featured .category-archive-card__content h2 {
    font-size: 48px;
  }
  .category-archive-card__content {
    min-height: auto;
  }
  .insight-byline {
    grid-template-columns: 42px minmax(0,1fr);
  }
  .insight-byline time {
    grid-column: 2;
  }
  .magazine-hero {
    min-height: 760px;
  }
  .magazine-hero__inner {
    min-height: 760px;
  }
  .magazine-hero__content {
    padding: 40px 0 90px;
  }
  .magazine-hero__content h1 {
    font-size: clamp(48px,13vw,72px);
    line-height: 1.01;
  }
  .insight-byline--large {
    grid-template-columns: 56px minmax(0,1fr);
  }
  .insight-byline--large img {
    width: 56px;
    height: 56px;
  }
  .magazine-article {
    padding: 55px 0 80px;
  }
  .magazine-body {
    font-size: 18px;
    line-height: 1.75;
  }
  .magazine-sidebar {
    grid-template-columns: 1fr;
  }
  .article-feedback__grid {
    grid-template-columns: 1fr 1fr;
  }
  .magazine-author-card {
    grid-template-columns: 110px minmax(0,1fr);
    padding: 20px;
  }
  .magazine-author-card > img {
    width: 110px;
  }
  .magazine-author-card > a {
    grid-column: 1/-1;
  }
  .category-archive-feature-wrap .category-archive-card--featured {
    grid-template-columns: 1fr;
  }
  .category-archive-feature-wrap .category-archive-card__image {
    min-height: 310px;
  }
  .category-archive-feature-wrap .category-archive-card__content {
    min-height: auto;
  }
  .author-hero__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .author-hero__content h1 {
    font-size: clamp(60px,17vw,88px);
  }
  .magazine-latest__grid {
    grid-template-columns: 1fr;
  }
  .magazine-cover-card {
    min-height: 700px;
  }
  .magazine-issue-grid {
    grid-template-columns: 1fr;
  }
  .issue-web-hero h1 {
    font-size: clamp(58px,15vw,84px);
  }
  .issue-toc-overview li a {
    grid-template-columns: 40px minmax(0,1fr);
  }
  .issue-toc-overview li small {
    grid-column: 2;
  }
  .issue-preface__grid {
    grid-template-columns: 1fr;
  }
  .email-form-grid {
    grid-template-columns: 1fr;
  }
  .email-article-dialog {
    padding: 30px 22px;
  }
  .footer-insights-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-insights-grid nav {
    text-align: left;
  }
}

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.eyebrow { margin:0 0 24px; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; color:var(--insight-gold); }
.eyebrow--dark { color:#8a6b39; }
.text-link { display:inline-flex; align-items:center; gap:10px; font-family:var(--sans); font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }

.insights-page .site-header,
.article-page .site-header {
  display: none;
}

.insights-header {
  position: sticky;
  z-index: 45;
  top: 0;
  color: #fff;
  background: rgba(9, 9, 9, .97);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.insights-header__top {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.insights-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  text-decoration: none;
}

.insights-header__brand img {
  width: auto;
  height: 40px;
}

.insights-header__brand > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.insights-header__brand strong {
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: .24em;
}

.insights-header__brand small {
  font-family: var(--sans);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .52);
}

.insights-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.insights-header__actions > a {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .58);
}

.insights-header__actions > a:hover,
.insights-header__actions > a[aria-current="page"] {
  color: var(--insight-gold);
}

.insights-header__actions button {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
}

.insights-header__actions button i,
.insights-header__actions button i::before {
  display: block;
  width: 13px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform .2s ease;
}

.insights-header__actions button i::before {
  transform: translateY(4px);
}

.insights-header__actions button[aria-expanded="true"] i {
  transform: translateY(2px) rotate(45deg);
}

.insights-header__actions button[aria-expanded="true"] i::before {
  transform: rotate(-90deg);
}

.insights-header__nav {
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #111;
}

.insights-header__nav > .container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.insights-header__nav a {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .68);
  transition: color .2s ease, background .2s ease;
}

.insights-header__nav a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.insights-header__nav a span {
  color: var(--insight-gold);
  font-size: 8px;
}

.insights-header__nav a:hover {
  color: #111;
  background: var(--insight-gold);
}

.insights-header__nav a:hover span {
  color: #111;
}

@media (max-width: 980px) {
  .insights-header__actions > a {
    display: none;
  }

  .insights-header__actions button {
    display: inline-flex;
  }

  .insights-header__nav {
    max-height: 0;
    overflow: hidden;
    border-top: 0;
    transition: max-height .35s ease;
  }

  .insights-header__nav.is-open {
    max-height: 440px;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .insights-header__nav > .container {
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .insights-header__nav a {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
}

@media (max-width: 560px) {
  .insights-header__brand img {
    height: 32px;
  }

  .insights-header__brand strong {
    font-size: 12px;
  }

  .insights-header__brand small {
    display: none;
  }

  .insights-header__actions button span {
    display: none;
  }

  .insights-header__nav > .container {
    grid-template-columns: 1fr;
  }
}

.insights-hero { position:relative; overflow:hidden; min-height:600px; padding:118px 0 96px; color:white; background:#0a0a0a; }
.insights-hero::after { content:""; position:absolute; right:-120px; top:-150px; width:540px; height:540px; border:1px solid rgba(201,168,108,.18); border-radius:50%; box-shadow:0 0 0 90px rgba(201,168,108,.025),0 0 0 180px rgba(201,168,108,.018); }
.insights-hero__glow { position:absolute; inset:auto 8% -60% auto; width:680px; height:680px; border-radius:50%; background:radial-gradient(circle,rgba(201,168,108,.15),transparent 62%); }
.insights-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr); gap:90px; align-items:end; }
.insights-hero h1 { max-width:840px; margin:0; font-size:clamp(54px,7vw,100px); line-height:.96; letter-spacing:-.055em; font-weight:400; }
.insights-hero h1 em,.article-hero h1 em { color:var(--insight-gold); font-weight:400; }
.insights-hero__lede { max-width:690px; margin:38px 0 0; font-family:var(--sans); font-size:17px; line-height:1.75; color:rgba(255,255,255,.65); }
.insights-hero__index { border-top:1px solid rgba(255,255,255,.18); }
.insights-hero__index span,.insights-hero__index p { display:inline-block; margin:0; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.12); font-family:var(--sans); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.insights-hero__index span { width:48px; color:var(--insight-gold); }
.insights-hero__index p { width:calc(100% - 53px); color:rgba(255,255,255,.72); }

.featured-insight { padding:90px 0 110px; background:var(--insight-cream); }
.featured-insight__card { display:grid; grid-template-columns:1.22fr .78fr; min-height:580px; color:inherit; background:var(--insight-paper); text-decoration:none; box-shadow:0 28px 80px rgba(17,16,14,.09); transition:transform .35s ease,box-shadow .35s ease; }
.featured-insight__card:hover { transform:translateY(-6px); box-shadow:0 36px 100px rgba(17,16,14,.14); }
.featured-insight__visual { position:relative; overflow:hidden; }
.featured-insight__visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.25)); }
.featured-insight__visual img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.featured-insight__card:hover img { transform:scale(1.035); }
.featured-insight__label { position:absolute; z-index:1; top:28px; left:28px; padding:10px 14px; background:var(--insight-gold); font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.featured-insight__content { display:flex; flex-direction:column; padding:56px 50px 46px; }
.article-meta { display:flex; flex-wrap:wrap; gap:12px 24px; font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:#8a6b39; }
.article-meta span+span::before { content:""; display:inline-block; width:3px; height:3px; margin:0 24px 2px 0; border-radius:50%; background:currentColor; }
.featured-insight__content h2 { margin:34px 0 24px; font-size:clamp(34px,3.2vw,53px); line-height:1.04; letter-spacing:-.035em; font-weight:400; }
.featured-insight__content>p { margin:0 0 28px; font-family:var(--sans); color:var(--insight-muted); line-height:1.7; }
.featured-insight__content .text-link { margin-bottom:36px; color:#8a6b39; }
.article-byline { display:flex; align-items:center; gap:14px; margin-top:auto; padding-top:25px; border-top:1px solid #e7dfd3; font-family:var(--sans); }
.article-byline__mark { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; color:white; background:#111; font-family:var(--serif); font-size:13px; }
.article-byline span:last-child { display:flex; flex-direction:column; gap:3px; }
.article-byline strong { font-size:12px; }
.article-byline small { color:var(--insight-muted); }

.insight-library { padding:112px 0 130px; background:var(--insight-paper); }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:58px; }
.section-heading h2 { margin:0; font-size:clamp(44px,5vw,72px); line-height:1; font-weight:400; letter-spacing:-.045em; }
.section-heading>p { max-width:440px; margin:0 0 5px; font-family:var(--sans); color:var(--insight-muted); line-height:1.75; }
.insight-toolbar { display:flex; justify-content:space-between; gap:32px; padding:18px 0; border-top:1px solid #d8cfc1; border-bottom:1px solid #d8cfc1; }
.filter-tabs { display:flex; flex-wrap:wrap; gap:6px; }
.filter-tab { padding:11px 16px; border:0; border-radius:999px; background:transparent; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; cursor:pointer; transition:.2s ease; }
.filter-tab:hover,.filter-tab.is-active { color:white; background:#111; }
.insight-search { display:flex; align-items:center; gap:10px; min-width:220px; border-bottom:1px solid #bfb3a2; font-family:var(--sans); }
.insight-search input { width:100%; padding:9px 0; border:0; outline:0; background:transparent; font-size:13px; }
.insight-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:45px; border-top:1px solid #d8cfc1; border-left:1px solid #d8cfc1; }
.insight-card { position:relative; min-height:440px; padding:30px; display:flex; flex-direction:column; justify-content:space-between; border-right:1px solid #d8cfc1; border-bottom:1px solid #d8cfc1; background:#fbf8f2; overflow:hidden; transition:background .25s ease,transform .25s ease; }
.insight-card:hover { background:white; z-index:1; box-shadow:0 20px 60px rgba(17,16,14,.1); transform:translateY(-4px); }
.insight-card__top { position:relative; z-index:2; display:flex; justify-content:space-between; gap:16px; font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:#7d725f; }
.insight-card__number { position:relative; z-index:2; margin:0 0 18px; font-size:14px; color:#9b7a45; }
.insight-card h3 { position:relative; z-index:2; margin:0; font-size:31px; line-height:1.08; font-weight:400; letter-spacing:-.025em; }
.insight-card h3 a { text-decoration:none; }
.insight-card>div>p:last-child { position:relative; z-index:2; margin:18px 0 0; font-family:var(--sans); font-size:14px; line-height:1.65; color:var(--insight-muted); }
.insight-card__arrow { position:absolute; z-index:3; right:28px; bottom:26px; display:grid; place-items:center; width:42px; height:42px; border:1px solid currentColor; border-radius:50%; text-decoration:none; transition:.2s ease; }
.insight-card:hover .insight-card__arrow { color:white; background:#111; transform:rotate(45deg); }
.insight-card--dark { color:white; background:#111; }
.insight-card--dark .insight-card__top,.insight-card--dark>div>p:last-child { color:rgba(255,255,255,.58); }
.insight-card--dark:hover { background:#171717; }
.insight-card--dark:hover .insight-card__arrow { color:#111; background:var(--insight-gold); }
.insight-card--gold { background:#d6b77d; }
.insight-card--gold .insight-card__top,.insight-card--gold>div>p:last-child { color:#3c2c17; }
.insight-card--image { color:white; background:#111; }
.insight-card--image>img,.insight-card__overlay { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.insight-card__overlay { background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.88)); }
.insight-card--image .insight-card__top,.insight-card--image>div>p:last-child { color:rgba(255,255,255,.72); }
.insight-card[hidden] { display:none; }
.insight-empty { padding:60px 0; text-align:center; font-family:var(--sans); color:var(--insight-muted); }

.insight-cta { padding:100px 0; color:white; background:#111; }
.insight-cta__inner { display:flex; align-items:end; justify-content:space-between; gap:70px; }
.insight-cta h2 { max-width:780px; margin:0; font-size:clamp(43px,5vw,72px); line-height:1.02; font-weight:400; letter-spacing:-.045em; }
.insight-cta__button { flex:0 0 auto; padding:18px 24px; }

.reading-progress { position:fixed; z-index:100; top:0; left:0; width:100%; height:3px; background:transparent; }
.reading-progress span { display:block; width:0; height:100%; background:var(--insight-gold); }
.article-hero { padding:76px 0 92px; color:white; background:#0b0b0b; }
.article-back { display:inline-block; margin-bottom:70px; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; text-decoration:none; color:rgba(255,255,255,.6); }
.article-back:hover { color:white; }
.article-hero__grid { display:grid; grid-template-columns:minmax(0,1fr) 230px; gap:90px; align-items:end; }
.article-meta--light { color:var(--insight-gold); }
.article-hero h1 { max-width:920px; margin:28px 0 28px; font-size:clamp(52px,6.4vw,92px); line-height:.98; font-weight:400; letter-spacing:-.052em; }
.article-hero__main>p { max-width:760px; margin:0; font-family:var(--sans); font-size:18px; line-height:1.7; color:rgba(255,255,255,.65); }
.article-hero__aside { padding-top:24px; border-top:1px solid rgba(255,255,255,.2); font-family:var(--sans); font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.52); }
.article-hero__aside p { padding:14px 0; margin:0; border-bottom:1px solid rgba(255,255,255,.1); }
.article-hero__issue { color:var(--insight-gold); }
.article-cover { margin-top:70px; margin-bottom:0; }
.article-cover img { width:100%; height:min(58vw,680px); object-fit:cover; }
.article-cover figcaption { padding-top:12px; font-family:var(--sans); font-size:11px; color:var(--insight-muted); }
.article-layout { display:grid; grid-template-columns:80px minmax(0,700px) 220px; gap:60px; justify-content:center; padding-top:90px; padding-bottom:120px; }
.article-share { position:sticky; top:120px; align-self:start; display:flex; flex-direction:column; align-items:center; gap:10px; }
.article-share>span { margin-bottom:6px; font-family:var(--sans); font-size:9px; letter-spacing:.14em; text-transform:uppercase; color:var(--insight-muted); }
.article-share button,.article-share a { display:grid; place-items:center; width:38px; height:38px; border:1px solid #d3c8b8; border-radius:50%; background:transparent; text-decoration:none; cursor:pointer; }
.article-body { font-size:20px; line-height:1.8; }
.article-body p { margin:0 0 32px; }
.article-body .article-standfirst { margin-bottom:42px; font-size:27px; line-height:1.5; color:#29251f; }
.article-body h2 { margin:72px 0 24px; font-size:43px; line-height:1.08; font-weight:400; letter-spacing:-.035em; scroll-margin-top:120px; }
.article-body blockquote { margin:64px -70px; padding:42px 54px; border-left:3px solid var(--insight-gold); background:#eee5d6; }
.article-body blockquote p { margin:0; font-size:34px; line-height:1.35; font-style:italic; }
.article-facts {
  margin:56px 0 68px;
  overflow:hidden;
  border:1px solid #d7ccbd;
  border-top:4px solid var(--insight-gold);
  background:#f5efe5;
  box-shadow:0 20px 48px rgba(17,34,56,.08);
}
.article-facts h2 {
  margin:0;
  padding:34px 38px 30px;
  border:0;
  color:#f7f1e7;
  background:#0b223f;
  font-size:clamp(32px,4vw,43px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.article-facts dl { margin:0; }
.article-facts dl>div {
  display:grid;
  grid-template-columns:minmax(150px,190px) minmax(0,1fr);
  gap:30px;
  padding:27px 38px;
  border-top:1px solid #d7ccbd;
}
.article-facts dt {
  color:#8a6b39;
  font:700 11px/1.55 var(--sans);
  letter-spacing:.13em;
  text-transform:uppercase;
}
.article-facts dd {
  margin:0;
  color:#303944;
  font-family:var(--sans);
  font-size:16px;
  line-height:1.75;
}
.article-checklist {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin:42px 0 64px;
  padding:1px;
  border-top:4px solid var(--insight-gold);
  background:#d7ccbd;
  box-shadow:0 20px 48px rgba(17,34,56,.08);
}
.article-checklist>div {
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:16px;
  align-items:start;
  min-height:154px;
  padding:26px 24px;
  border:0;
  background:#f5efe5;
}
.article-checklist>div>p:empty { display:none; }
.article-checklist span {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid #c7a45c;
  border-radius:50%;
  color:#0b223f;
  font:700 12px/1 var(--sans);
  letter-spacing:.08em;
}
.article-checklist p { margin:0; color:#505966; font-family:var(--sans); font-size:15px; line-height:1.65; }
.article-checklist strong { display:block; margin-bottom:5px; color:#0b223f; font-size:16px; line-height:1.3; }
.article-note { margin-top:70px; padding:32px; border:1px solid #d7ccbd; font-family:var(--sans); }
.article-note span { font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#8a6b39; }
.article-note p { margin:14px 0 0; font-size:13px; line-height:1.65; color:var(--insight-muted); }
.article-toc { position:sticky; top:120px; align-self:start; padding-left:24px; border-left:1px solid #d7ccbd; font-family:var(--sans); font-size:12px; }
.article-toc p { margin:0 0 20px; font-size:10px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.article-toc>a:not(.text-link) { display:block; margin:13px 0; color:var(--insight-muted); text-decoration:none; }
.article-toc>span { display:block; margin:28px 0 12px; padding-top:22px; border-top:1px solid #d7ccbd; color:var(--insight-muted); }
.article-toc .text-link { color:#8a6b39; font-size:10px; }
.article-author { padding:80px 0; background:#e9dfcf; }
.article-author__inner { display:grid; grid-template-columns:90px 1fr auto; gap:36px; align-items:center; }
.article-byline__mark--large { width:74px; height:74px; font-size:22px; }
.article-author h2 { margin:0 0 12px; font-size:38px; font-weight:400; }
.article-author p:not(.eyebrow) { max-width:700px; margin:0; font-family:var(--sans); line-height:1.7; color:var(--insight-muted); }
.article-author .eyebrow { margin-bottom:10px; }
.related-insights { padding:110px 0 130px; background:var(--insight-paper); }
.related-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid #d7ccbd; border-left:1px solid #d7ccbd; }
.related-grid a { position:relative; min-height:280px; padding:36px; display:flex; flex-direction:column; border-right:1px solid #d7ccbd; border-bottom:1px solid #d7ccbd; text-decoration:none; transition:.25s ease; }
.related-grid a:hover { color:white; background:#111; }
.related-grid span { font-family:var(--sans); font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:#8a6b39; }
.related-grid strong { max-width:480px; margin-top:auto; font-size:32px; line-height:1.12; font-weight:400; }
.related-grid b { position:absolute; right:30px; bottom:28px; font-weight:400; }

@media (max-width:980px) {
  .insights-hero__grid,.article-hero__grid { grid-template-columns:1fr; gap:60px; }
  .insights-hero__index { max-width:480px; }
  .featured-insight__card { grid-template-columns:1fr; }
  .featured-insight__visual { min-height:430px; }
  .insight-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .article-layout { grid-template-columns:minmax(0,700px); }
  .article-share { position:static; flex-direction:row; justify-content:flex-start; }
  .article-share>span { margin:0 8px 0 0; }
  .article-toc { display:none; }
  .article-author__inner { grid-template-columns:80px 1fr; }
  .article-author .text-link { grid-column:2; }
}

@media (max-width:700px) {
  .insights-hero { min-height:auto; padding:86px 0 70px; }
  .insights-hero h1,.article-hero h1 { font-size:clamp(46px,14vw,68px); }
  .featured-insight { padding:45px 0 70px; }
  .featured-insight__visual { min-height:310px; }
  .featured-insight__content { padding:36px 26px; }
  .insight-library { padding:78px 0 90px; }
  .section-heading,.insight-toolbar,.insight-cta__inner { align-items:flex-start; flex-direction:column; }
  .insight-search { width:100%; }
  .insight-grid { grid-template-columns:1fr; }
  .insight-card { min-height:390px; }
  .insight-cta { padding:75px 0; }
  .article-hero { padding:52px 0 70px; }
  .article-back { margin-bottom:48px; }
  .article-cover { width:100%; }
  .article-cover img { height:62vw; min-height:300px; }
  .article-cover figcaption { padding-left:20px; padding-right:20px; }
  .article-layout { padding-top:60px; padding-bottom:80px; }
  .article-body { font-size:18px; }
  .article-body .article-standfirst { font-size:23px; }
  .article-body h2 { font-size:35px; }
  .article-body blockquote { margin:50px 0; padding:32px 26px; }
  .article-body blockquote p { font-size:27px; }
  .article-facts { margin:42px 0 52px; }
  .article-facts h2 { padding:27px 24px 24px; }
  .article-facts dl>div { grid-template-columns:1fr; gap:9px; padding:23px 24px; }
  .article-facts dd { font-size:15px; line-height:1.7; }
  .article-checklist { grid-template-columns:1fr; margin:34px 0 48px; }
  .article-checklist>div { grid-template-columns:42px minmax(0,1fr); gap:14px; min-height:0; padding:22px 20px; }
  .article-author__inner { grid-template-columns:1fr; }
  .article-author .text-link { grid-column:auto; }
  .related-grid { grid-template-columns:1fr; }
}

/* Category-led insights library */
.category-library {
  padding: 92px 0 140px;
  background: var(--insight-paper);
}

.category-library__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.category-library__intro h2 {
  margin: 0;
  font-size: clamp(48px, 5.6vw, 78px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.05em;
}

.category-library__intro > p {
  max-width: 430px;
  margin: 0 0 5px;
  font-family: var(--sans);
  line-height: 1.7;
  color: var(--insight-muted);
}

.category-jump {
  position: sticky;
  z-index: 10;
  top: 79px;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  margin-bottom: 110px;
  padding: 13px;
  border: 1px solid #d9cebd;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}

.category-jump::-webkit-scrollbar {
  display: none;
}

.category-jump a {
  flex: 0 0 auto;
  padding: 12px 17px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.category-jump a:hover,
.category-jump a:focus-visible {
  color: #fff;
  background: #111;
}

.post-category {
  scroll-margin-top: 165px;
  margin-bottom: 145px;
}

.post-category:last-child {
  margin-bottom: 0;
}

.post-category__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfb3a2;
}

.post-category__header p {
  margin: 0 0 13px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9b7a45;
}

.post-category__header h2 {
  margin: 0 0 12px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em;
}

.post-category__header span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--insight-muted);
}

.post-category__header > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 7px;
  padding: 14px 18px;
  border: 1px solid #171512;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.post-category__header > a:hover {
  color: #fff;
  background: #111;
}

.post-category__header > a b {
  font-size: 14px;
  font-weight: 400;
}

.post-category__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  min-height: 640px;
  border-left: 1px solid #d9cebd;
}

.post-category__layout--reverse {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.post-category__layout--reverse .category-feature {
  order: 2;
}

.category-feature {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 38px;
  border-right: 1px solid #d9cebd;
  border-bottom: 1px solid #d9cebd;
  color: #fff;
  background: #111;
  text-decoration: none;
}

.category-feature > img,
.category-feature__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-feature > img {
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .8, .2, 1);
}

.category-feature:hover > img {
  transform: scale(1.04);
}

.category-feature__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .86));
}

.category-feature__tag,
.category-feature__content {
  position: relative;
  z-index: 2;
}

.category-feature__tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #ead3a7;
}

.category-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.category-feature__content small {
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.category-feature__content strong {
  max-width: 660px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.01;
  font-weight: 400;
  letter-spacing: -.04em;
}

.category-feature__content em {
  margin-top: 30px;
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.category-feature--gold {
  color: #17110a;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, .38), transparent 25%),
    linear-gradient(145deg, #e1c994, #b58b48);
}

.category-feature--gold .category-feature__tag,
.category-feature--gold .category-feature__content small {
  color: rgba(23, 17, 10, .62);
}

.category-feature--ink {
  background:
    linear-gradient(rgba(201, 168, 108, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 108, .08) 1px, transparent 1px),
    #111;
  background-size: 58px 58px;
}

.category-feature--tech {
  background:
    radial-gradient(circle at 75% 24%, rgba(201, 168, 108, .24), transparent 25%),
    radial-gradient(circle at 34% 76%, rgba(88, 107, 131, .32), transparent 31%),
    #0a0a0a;
}

.category-feature__orb {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(201, 168, 108, .42);
  border-radius: 50%;
  box-shadow:
    0 0 0 35px rgba(201, 168, 108, .035),
    0 0 0 70px rgba(201, 168, 108, .02);
}

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

.category-stories a {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid #d9cebd;
  border-bottom: 1px solid #d9cebd;
  background: #fbf8f2;
  text-decoration: none;
  transition: color .25s ease, background .25s ease;
}

.category-stories a:hover {
  color: #fff;
  background: #111;
}

.category-stories span {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #8a6b39;
}

.category-stories strong {
  max-width: 310px;
  margin-top: auto;
  padding-bottom: 25px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -.025em;
}

.category-stories b {
  position: absolute;
  right: 25px;
  bottom: 22px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  color: #9b7a45;
}

@media (max-width: 980px) {
  .category-library__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-category__layout,
  .post-category__layout--reverse {
    grid-template-columns: 1fr;
  }

  .post-category__layout--reverse .category-feature {
    order: 0;
  }

  .category-feature {
    min-height: 560px;
  }
}

@media (max-width: 700px) {
  .category-library {
    padding: 78px 0 90px;
  }

  .category-jump {
    top: 78px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 78px;
    padding-left: 20px;
    border-right: 0;
    border-left: 0;
  }

  .post-category {
    margin-bottom: 95px;
  }

  .post-category__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-category__header > a {
    margin-bottom: 0;
  }

  .category-feature {
    min-height: 490px;
    padding: 28px;
  }

  .category-feature__content strong {
    font-size: 38px;
  }

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

  .category-stories a {
    min-height: 245px;
  }
}

/* Keep issue navigation identical to the approved local magazine header. */
.single-iraa_magazine_issue .insights-header__top {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.single-iraa_magazine_issue .insights-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  text-decoration: none;
}

.single-iraa_magazine_issue .insights-header__brand img {
  width: auto;
  height: 40px;
}

.single-iraa_magazine_issue .insights-header__brand > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

@media (max-width: 760px) {
  .single-iraa_magazine_issue .insights-header__top {
    min-height: 74px;
  }

  .single-iraa_magazine_issue .insights-header__brand img {
    width: auto;
    height: 32px;
  }
}

/* Live, Work & Invest in Dubai guide */
.dubai-guide-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  padding: 95px 0 80px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(4, 14, 28, .97) 8%, rgba(4, 14, 28, .5)),
    url("../img/slider/dubai-landscape-slider-right.jpg") center / cover;
}

.dubai-guide-hero__inner { position: relative; z-index: 1; }
.dubai-guide-hero h1 {
  max-width: 1100px;
  margin: 28px 0 25px;
  font-size: clamp(58px, 7.4vw, 106px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.04em;
}
.dubai-guide-hero h1 em { color: var(--insight-gold); font-weight: 400; }
.dubai-guide-hero__lede {
  max-width: 740px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
}
.dubai-guide-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  color: #fff;
  font-family: var(--sans);
  text-decoration: none;
}
.dubai-guide-author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
.dubai-guide-author span { display: flex; flex-direction: column; gap: 4px; }
.dubai-guide-author strong { font-size: 13px; }
.dubai-guide-author small { color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.dubai-guide-intro {
  padding: 90px 0;
  background: #eee5d7;
}
.dubai-guide-intro__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}
.dubai-guide-intro h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  font-weight: 400;
}
.dubai-guide-intro p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.7;
}
.dubai-guide-index {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.dubai-guide-index a {
  padding: 9px 13px;
  border: 1px solid rgba(17,17,17,.25);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.dubai-guide-sections {
  padding: 100px 0 130px;
  background: var(--insight-paper);
}
.dubai-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d4c8b8;
  border-left: 1px solid #d4c8b8;
}
.dubai-guide-card {
  min-height: 310px;
  padding: 38px;
  border-right: 1px solid #d4c8b8;
  border-bottom: 1px solid #d4c8b8;
  scroll-margin-top: 100px;
}
.dubai-guide-card > span {
  color: #8a6b39;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dubai-guide-card h2 {
  margin: 30px 0 16px;
  font-size: clamp(34px, 3.1vw, 47px);
  line-height: 1.05;
  font-weight: 400;
}
.dubai-guide-card p {
  max-width: 520px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  color: var(--insight-muted);
}
.dubai-guide-card a {
  display: inline-flex;
  margin-top: 15px;
  color: #8a6b39;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .dubai-guide-hero { min-height: 760px; padding-bottom: 60px; }
  .dubai-guide-intro__grid, .dubai-guide-grid { grid-template-columns: 1fr; }
  .dubai-guide-intro__grid { gap: 35px; }
  .dubai-guide-card { min-height: 0; padding: 32px 25px; }
}

/* Researched Dubai subject guides */
.dubai-researched-page {
  --dubai-ink: #102947;
  --dubai-paper: #f6f1e8;
  --dubai-gold: #caa969;
  color: #181818;
  background: var(--dubai-paper);
}

.dubai-research-header {
  position: absolute;
  z-index: 20;
  top: 3px;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 13, 22, .78), transparent);
  border-bottom: 0;
}

.dubai-research-header .insights-header__top {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.dubai-research-header .insights-header__actions a {
  color: rgba(255, 255, 255, .82);
}

.dubai-article-hero {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #081525;
}

.dubai-article-hero__image,
.dubai-article-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dubai-article-hero__image {
  object-fit: cover;
  object-position: center;
}

.dubai-article-hero__shade {
  background:
    linear-gradient(90deg, rgba(4, 12, 23, .94) 0%, rgba(4, 12, 23, .74) 52%, rgba(4, 12, 23, .32) 100%),
    linear-gradient(180deg, rgba(4, 12, 23, .12), rgba(4, 12, 23, .78));
}

.dubai-article-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 190px;
  padding-bottom: clamp(55px, 8vh, 95px);
}

.dubai-article-hero .magazine-back {
  display: inline-flex;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, .72);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.dubai-article-hero h1 {
  max-width: 1050px;
  margin: 21px 0 25px;
  font-size: clamp(48px, 6.4vw, 94px);
  line-height: 1.02;
  letter-spacing: -.035em;
  font-weight: 400;
  text-wrap: balance;
}

.dubai-article-hero__deck {
  max-width: 780px;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  color: rgba(255, 255, 255, .76);
}

.dubai-photo-credit {
  margin: 28px 0 0;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .5);
}

.dubai-photo-credit a {
  color: inherit;
  text-underline-offset: 3px;
}

.dubai-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 330px);
  justify-content: space-between;
  gap: clamp(55px, 8vw, 125px);
  padding-top: clamp(80px, 9vw, 135px);
  padding-bottom: clamp(90px, 11vw, 160px);
}

.dubai-article-main {
  min-width: 0;
}

.dubai-article-intro {
  padding-bottom: clamp(55px, 7vw, 85px);
  border-bottom: 1px solid #d7cebf;
}

.dubai-article-intro p {
  margin: 0 0 28px;
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: 1.55;
  letter-spacing: -.012em;
}

.dubai-article-intro p:first-child::first-letter {
  float: left;
  margin: 8px 12px 0 0;
  color: var(--dubai-gold);
  font-size: 84px;
  line-height: .74;
}

.dubai-article-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 clamp(75px, 8vw, 105px);
  background: var(--dubai-ink);
  color: #fff;
}

.dubai-article-facts div {
  min-height: 180px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.dubai-article-facts div:last-child {
  border-right: 0;
}

.dubai-article-facts span {
  display: block;
  margin-bottom: 34px;
  color: var(--dubai-gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dubai-article-facts strong {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
}

.dubai-article-section {
  scroll-margin-top: 35px;
  margin-bottom: clamp(75px, 8vw, 105px);
}

.dubai-article-section__number {
  margin: 0 0 18px !important;
  color: #94733c !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .14em;
}

.dubai-article-section h2,
.dubai-article-checklist h2,
.dubai-article-sources h2 {
  max-width: 720px;
  margin: 0 0 30px;
  color: #111;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.05;
  letter-spacing: -.028em;
  font-weight: 400;
  text-wrap: balance;
}

.dubai-article-section p {
  margin: 0 0 25px;
  font-size: 19px;
  line-height: 1.85;
  color: #3f3b35;
}

.dubai-article-checklist {
  margin: 10px 0 clamp(75px, 8vw, 105px);
  padding: clamp(38px, 5vw, 64px);
  background: #e7dcc9;
  border-top: 3px solid var(--dubai-gold);
}

.dubai-article-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 41, 71, .18);
}

.dubai-article-checklist li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 20px 18px 20px 0;
  border-bottom: 1px solid rgba(16, 41, 71, .18);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
}

.dubai-article-checklist li:nth-child(odd) {
  border-right: 1px solid rgba(16, 41, 71, .18);
}

.dubai-article-checklist li:nth-child(even) {
  padding-left: 20px;
}

.dubai-article-checklist li span {
  color: #94733c;
  font-weight: 800;
}

.dubai-article-sources {
  scroll-margin-top: 35px;
  margin-bottom: 55px;
}

.dubai-article-sources > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 30px;
  color: #58534b;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
}

.dubai-article-sources ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfc4b4;
}

.dubai-article-sources li {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  border-bottom: 1px solid #cfc4b4;
}

.dubai-article-sources li > span {
  color: #94733c;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
}

.dubai-article-sources li a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 19px 0;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
  text-decoration: none;
}

.dubai-article-sources li a:hover {
  color: #94733c;
}

.dubai-article-sources li b {
  font-family: var(--sans);
  font-size: 12px;
}

.dubai-article-caution {
  padding: 28px 30px;
  color: rgba(255, 255, 255, .75);
  background: #111;
}

.dubai-article-caution strong {
  display: block;
  margin-bottom: 9px;
  color: var(--dubai-gold);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dubai-article-caution p {
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.75;
}

.dubai-article-sidebar {
  align-self: start;
  position: sticky;
  top: 25px;
}

.dubai-article-sidebar__block {
  padding: 27px;
  border: 1px solid #d1c7b8;
  background: rgba(255, 255, 255, .2);
}

.dubai-article-sidebar__block + .dubai-article-sidebar__block {
  margin-top: 16px;
}

.dubai-article-sidebar__block > span {
  display: block;
  margin-bottom: 20px;
  color: #94733c;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dubai-article-sidebar nav a,
.dubai-article-sidebar__block > a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 13px 0;
  border-top: 1px solid #ddd4c7;
  color: #222;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.45;
  text-decoration: none;
}

.dubai-article-sidebar__block > a {
  display: block;
}

.dubai-article-sidebar nav a span {
  color: #94733c;
  font-size: 9px;
  font-weight: 700;
}

.dubai-article-sidebar__source {
  color: #fff;
  background: var(--dubai-ink);
  border-color: var(--dubai-ink);
}

.dubai-article-sidebar__source p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .7);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.65;
}

.dubai-article-sidebar__source > a {
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
}

@media (max-width: 960px) {
  .dubai-article-layout {
    grid-template-columns: 1fr;
  }

  .dubai-article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .dubai-article-sidebar__block + .dubai-article-sidebar__block {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .dubai-research-header .insights-header__actions a:not(:first-child) {
    display: none;
  }

  .dubai-article-hero {
    min-height: 820px;
  }

  .dubai-article-hero__content {
    padding-top: 155px;
    padding-bottom: 48px;
  }

  .dubai-article-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .dubai-article-facts,
  .dubai-article-checklist ul,
  .dubai-article-sidebar {
    grid-template-columns: 1fr;
  }

  .dubai-article-facts div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .dubai-article-checklist li:nth-child(odd) {
    border-right: 0;
  }

  .dubai-article-checklist li:nth-child(even) {
    padding-left: 0;
  }

  .dubai-article-section p {
    font-size: 17px;
  }

  .dubai-article-intro p {
    font-size: 23px;
  }
}

/* Magazine-style single insight */
.magazine-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #0a0a0a;
}

.magazine-hero__image,
.magazine-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.magazine-hero__image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.magazine-hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .55) 48%, rgba(0, 0, 0, .25) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .15) 46%, rgba(0, 0, 0, .78));
}

.magazine-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-top: 34px;
  padding-bottom: 34px;
}

.magazine-hero__masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.magazine-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  text-decoration: none;
}

.magazine-brand img {
  width: auto;
  height: 42px;
}

.magazine-brand > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .4);
}

.magazine-brand strong {
  font-family: var(--sans);
  font-size: 18px;
  letter-spacing: .25em;
}

.magazine-brand small,
.magazine-issue {
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
}

.magazine-issue {
  display: flex;
  gap: 20px;
}

.magazine-hero__content {
  max-width: 1060px;
  margin: auto 0;
  padding: 38px 0;
}

.magazine-back {
  display: inline-block;
  margin-bottom: 30px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .72);
}

.magazine-hero h1 {
  max-width: 1180px;
  margin: 28px 0 32px;
  font-size: clamp(48px, 4.45vw, 68px);
  line-height: 1.01;
  font-weight: 400;
  letter-spacing: -.03em;
  word-spacing: .015em;
}

.magazine-hero h1 > span,
.magazine-hero h1 em {
  display: block;
}

.magazine-hero h1 em {
  color: #e2c38a;
  font-weight: 400;
}

.magazine-hero__footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
}

.magazine-hero__footer > p {
  max-width: 700px;
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
}

.magazine-author {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0;
  color: #fff;
  background: transparent;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .magazine-hero h1 > span,
  .magazine-hero h1 em {
    white-space: nowrap;
  }
}

.magazine-author > img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #eee5d8;
  transition: transform .25s ease, border-color .25s ease;
}

.magazine-author:hover > img {
  border-color: var(--insight-gold);
  transform: scale(1.06);
}

.magazine-author p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-family: var(--sans);
}

.magazine-author strong {
  font-size: 14px;
  line-height: 1.3;
}

.magazine-author small {
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .58);
}

.magazine-scroll {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .7);
}

.magazine-scroll b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
}

.magazine-article {
  padding: 110px 0 130px;
  background: var(--insight-paper);
}

.magazine-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(250px, 330px);
  gap: 100px;
  justify-content: center;
  align-items: start;
}

.magazine-body {
  min-width: 0;
}

.article-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 55px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d4c8b7;
  font-family: var(--sans);
}

.article-utility > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a6b39;
}

.article-utility > div {
  display: flex;
  gap: 8px;
}

.article-utility button,
.article-utility a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid #cfc3b2;
  border-radius: 999px;
  color: #111;
  background: transparent;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.article-utility button:hover,
.article-utility button.is-saved,
.article-utility a:hover {
  color: #fff;
  background: #111;
}

.magazine-sidebar {
  position: sticky;
  top: 115px;
  align-self: start;
}

.magazine-sidebar__block {
  margin-bottom: 25px;
  padding: 26px;
  border: 1px solid #d7ccbd;
  background: #fbf7f0;
}

.magazine-sidebar__label {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #8a6b39;
}

.magazine-sidebar nav a {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 9px;
  padding: 13px 0;
  border-bottom: 1px solid #ddd3c5;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
  color: #625b51;
}

.magazine-sidebar nav a span {
  color: #9b7a45;
}

.magazine-sidebar nav a strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}

.magazine-sidebar nav a.toc-level-1 {
  padding: 15px 10px;
  color: #fff;
  background: #111;
}

.magazine-sidebar nav a.toc-level-1 span {
  color: var(--insight-gold);
}

.magazine-sidebar nav a.toc-level-2 {
  padding-left: 9px;
}

.magazine-sidebar nav a.toc-level-3 {
  padding-left: 28px;
  font-size: 11px;
}

.magazine-sidebar nav a:hover strong {
  color: #8a6b39;
}

.sidebar-story {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 26px 20px 0;
  border-top: 1px solid #d7ccbd;
  text-decoration: none;
}

.sidebar-story span {
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #8a6b39;
}

.sidebar-story strong {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 400;
}

.sidebar-story b {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-weight: 400;
}

.sidebar-view-all {
  display: inline-block;
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #8a6b39;
}

.article-reactions {
  margin-top: 85px;
  padding-top: 55px;
  border-top: 1px solid #d7ccbd;
}

.article-reactions h2,
.article-finish h2,
.magazine-author-card h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.035em;
}

.article-reactions .eyebrow {
  margin-bottom: 12px;
}

.reaction-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.reaction-options button {
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 17px;
  border: 1px solid #d7ccbd;
  background: #fbf8f2;
  cursor: pointer;
  transition: .2s ease;
}

.reaction-options button:hover,
.reaction-options button.is-selected {
  color: #fff;
  background: #111;
  transform: translateY(-3px);
}

.reaction-options button > span {
  font-size: 23px;
  color: #9b7a45;
}

.reaction-options strong {
  margin-top: auto;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reaction-options small {
  position: absolute;
  top: 17px;
  right: 17px;
  font-family: var(--sans);
  font-size: 9px;
  color: #8b8276;
}

.reaction-thanks {
  min-height: 22px;
  margin: 16px 0 0;
  font-family: var(--sans);
  font-size: 12px;
  color: #8a6b39;
}

.article-finish {
  margin-top: 70px;
  padding: 42px;
  color: #fff;
  background: #111;
}

.article-finish .eyebrow {
  margin-bottom: 15px;
}

.article-finish > div:first-child > p:last-child {
  margin: 18px 0 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .6);
}

.article-finish__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.article-finish__actions button,
.email-form-actions button {
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.article-finish__actions button.is-gold,
.email-form-actions button.is-gold {
  border-color: var(--insight-gold);
  color: #111;
  background: var(--insight-gold);
}

.magazine-author-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
  margin-top: 55px;
  padding: 28px;
  border: 1px solid #d7ccbd;
  background: #f1e8da;
}

.magazine-author-card .eyebrow {
  margin-bottom: 9px;
}

.magazine-author-card h2 {
  font-size: 31px;
}

.magazine-author-card p:last-child {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--insight-muted);
}

.magazine-author-card > a {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}

.magazine-author-card__photo {
  width: 190px;
  height: 230px;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  background: #eee5d8;
}

.magazine-author-card__profile {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.magazine-author-card__profile dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
  margin: 20px 0 0;
  border-top: 1px solid #cec0ad;
}

.magazine-author-card__profile dl > div {
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #cec0ad;
  font-family: var(--sans);
}

.magazine-author-card__profile dt {
  margin-bottom: 4px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #8a6b39;
}

.magazine-author-card__profile dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.4;
}

.magazine-author-card__profile dd a {
  text-decoration: none;
}

.magazine-author-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.magazine-author-card__links a {
  padding: 10px 13px;
  border: 1px solid #bfae97;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.magazine-author-card__links a.is-primary {
  color: #fff;
  background: #111;
}

.sidebar-classification > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 5px 12px;
  padding: 16px 0;
  border-top: 1px solid #d7ccbd;
  text-decoration: none;
}

.sidebar-classification > a > span {
  font-size: 18px;
  line-height: 1.08;
}

.sidebar-classification > a > small {
  grid-column: 1;
  font-family: var(--sans);
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #847a6d;
}

.sidebar-classification > a > b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  color: #9b7a45;
}

.sidebar-classification > a:hover > span {
  color: #8a6b39;
}

.email-article-modal[hidden] {
  display: none;
}

.email-article-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.email-article-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(8px);
  cursor: default;
}

.email-article-dialog {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  max-height: calc(100svh - 48px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  color: #111;
  background: #f8f2e8;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .35);
}

.email-article-dialog__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #bdae9a;
  border-radius: 50%;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.email-article-dialog__intro {
  padding: 50px 38px;
  color: #fff;
  background: #111;
}

.email-article-dialog__intro h2 {
  margin: 0 0 22px;
  font-size: 52px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
}

.email-article-dialog__intro > p:last-child {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .62);
}

.email-article-form {
  padding: 50px 40px 36px;
  font-family: var(--sans);
}

.email-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.email-article-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 17px;
}

.email-article-form label > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.email-article-form label small {
  font-weight: 400;
  color: #81786c;
}

.email-article-form input,
.email-article-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #bdae9a;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
  resize: vertical;
}

.email-article-form input:focus,
.email-article-form textarea:focus {
  border-color: #111;
}

.newsletter-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 6px;
  padding: 22px;
  color: #fff;
  background: #111;
}

.newsletter-preview img {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
}

.newsletter-preview span,
.newsletter-preview small {
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #c9a86c;
}

.newsletter-preview strong {
  max-width: 430px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.1;
  font-weight: 400;
}

.newsletter-preview small {
  color: rgba(255, 255, 255, .48);
}

.email-form-note,
.email-form-status {
  margin: 12px 0;
  font-size: 10px;
  line-height: 1.45;
  color: #7c7367;
}

.email-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.email-form-actions button {
  border-color: #bdae9a;
  color: #111;
}

.email-form-status {
  min-height: 15px;
  text-align: right;
  color: #755a2d;
}

body.has-email-modal {
  overflow: hidden;
}

@media (max-width: 980px) {
  .magazine-layout {
    grid-template-columns: minmax(0, 740px);
    gap: 65px;
  }

  .magazine-sidebar {
    position: static;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 20px;
  }

  .magazine-author-card {
    grid-template-columns: 170px 1fr;
  }

  .magazine-author-card__photo {
    width: 170px;
    height: 220px;
  }
}

@media (max-width: 700px) {
  .magazine-hero,
  .magazine-hero__inner {
    min-height: 100svh;
  }

  .magazine-hero__image {
    object-position: 62% center;
  }

  .magazine-hero__shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, .9)),
      linear-gradient(90deg, rgba(0, 0, 0, .62), transparent);
  }

  .magazine-brand img {
    height: 33px;
  }

  .magazine-brand strong {
    font-size: 13px;
  }

  .magazine-brand small,
  .magazine-issue span:last-child {
    display: none;
  }

  .magazine-hero__content {
    padding-bottom: 22px;
  }

  .magazine-hero h1 {
    font-size: clamp(43px, 12.5vw, 64px);
    line-height: 1.04;
    letter-spacing: -.03em;
  }

  .magazine-hero__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .magazine-hero__footer > p {
    font-size: 14px;
  }

  .magazine-scroll {
    display: none;
  }

  .magazine-article {
    padding: 72px 0 90px;
  }

  .article-utility {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .article-finish {
    padding: 30px 24px;
  }

  .magazine-author-card,
  .magazine-sidebar {
    grid-template-columns: 1fr;
  }

  .magazine-author-card {
    padding: 20px;
  }

  .magazine-author-card__photo {
    width: 100%;
    height: min(105vw, 480px);
  }

  .magazine-author-card__profile dl {
    grid-template-columns: 1fr;
  }

  .email-article-dialog {
    grid-template-columns: 1fr;
  }

  .email-article-dialog__intro {
    padding: 38px 28px 30px;
  }

  .email-article-dialog__intro h2 {
    font-size: 40px;
  }

  .email-article-form {
    padding: 34px 26px 26px;
  }

  .email-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media print {
  .site-header,
  .reading-progress,
  .magazine-scroll,
  .article-utility,
  .magazine-sidebar,
  .article-reactions,
  .article-finish,
  .footer {
    display: none !important;
  }

  .magazine-hero,
  .magazine-hero__inner {
    min-height: 600px;
  }

  .magazine-layout {
    display: block;
  }
}

/* IRAA Insights author archive */
.author-hero {
  padding: 86px 0 95px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(201, 168, 108, .16), transparent 26%),
    #0a0a0a;
}

.author-hero__grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.author-portrait {
  position: relative;
  margin: 0;
}

.author-portrait::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -22px;
  left: -22px;
  width: 58%;
  height: 48%;
  border-top: 1px solid var(--insight-gold);
  border-left: 1px solid var(--insight-gold);
}

.author-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(66vw, 660px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(.8) contrast(1.03);
}

.author-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  padding: 13px 17px;
  color: #111;
  background: var(--insight-gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.author-back {
  display: inline-block;
  margin-bottom: 48px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .62);
}

.author-hero__content .eyebrow {
  margin-bottom: 18px;
}

.author-hero h1 {
  margin: 0;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.035em;
  word-spacing: .025em;
}

.author-hero h1 em {
  display: inline-block;
  margin-top: .08em;
  color: var(--insight-gold);
  font-weight: 400;
}

.author-role {
  margin: 34px 0 24px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #d2b77f;
}

.author-bio {
  max-width: 690px;
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .67);
}

.author-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.author-contact a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.author-contact a:hover {
  border-color: var(--insight-gold);
  color: #111;
  background: var(--insight-gold);
}

.author-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 48px 0 0;
  background: rgba(255, 255, 255, .15);
}

.author-stats > div {
  min-width: 0;
  padding: 20px 16px;
  background: #101010;
}

.author-stats dt {
  font-size: 25px;
  color: var(--insight-gold);
}

.author-stats dd {
  margin: 7px 0 0;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

.author-expertise {
  padding: 34px 0;
  background: #d8bc85;
}

.author-expertise__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 35px;
  align-items: center;
}

.author-expertise__grid > p {
  margin: 0;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.author-expertise__grid > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.author-expertise__grid span {
  padding: 8px 12px;
  border: 1px solid rgba(17, 17, 17, .25);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.author-articles {
  padding: 115px 0 135px;
  background: var(--insight-paper);
}

.author-articles__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.author-articles__heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
}

.author-articles__heading > p {
  max-width: 430px;
  margin: 0;
  font-family: var(--sans);
  line-height: 1.7;
  color: var(--insight-muted);
}

.author-post-list {
  border-top: 1px solid #cfc3b2;
}

.author-post {
  position: relative;
  display: grid;
  grid-template-columns: 55px 190px minmax(0, 1fr) 40px;
  gap: 25px;
  align-items: center;
  min-height: 150px;
  padding: 28px 8px;
  border-bottom: 1px solid #cfc3b2;
  text-decoration: none;
  transition: padding .25s ease, color .25s ease, background .25s ease;
}

.author-post:hover {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  background: #111;
}

.author-post__index,
.author-post__meta {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #8a6b39;
}

.author-post strong {
  max-width: 680px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -.03em;
}

.author-post > p {
  display: none;
}

.author-post > b {
  font-size: 22px;
  font-weight: 400;
}

.author-post--lead {
  min-height: 280px;
  grid-template-columns: 55px 190px minmax(0, 1fr) 40px;
  background: #f2e9dc;
}

.author-post--lead > p {
  display: block;
  grid-column: 3;
  margin: -35px 0 0;
  max-width: 620px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
  color: var(--insight-muted);
}

.author-post--lead:hover > p {
  color: rgba(255, 255, 255, .6);
}

.author-footer-note {
  padding: 60px 0;
  color: #fff;
  background: #111;
}

.author-footer-note .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.author-footer-note p {
  margin: 0;
  font-size: 30px;
}

.author-footer-note a {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--insight-gold);
}

@media (max-width: 980px) {
  .author-hero__grid {
    grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
    gap: 45px;
  }

  .author-post,
  .author-post--lead {
    grid-template-columns: 45px 145px minmax(0, 1fr) 25px;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .author-hero {
    padding: 65px 0 75px;
  }

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

  .author-portrait img {
    height: 112vw;
    max-height: 570px;
  }

  .author-hero h1 {
    font-size: clamp(58px, 18vw, 86px);
    line-height: 1.06;
    letter-spacing: -.025em;
  }

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

  .author-expertise__grid,
  .author-articles__heading {
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-direction: column;
  }

  .author-articles {
    padding: 82px 0 95px;
  }

  .author-post,
  .author-post--lead {
    grid-template-columns: 35px 1fr 25px;
    gap: 14px;
    min-height: 175px;
  }

  .author-post__meta {
    grid-column: 2;
  }

  .author-post strong {
    grid-column: 2;
  }

  .author-post > b {
    grid-column: 3;
    grid-row: 1 / span 3;
  }

  .author-post--lead > p {
    display: none;
  }

  .author-footer-note .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Comfortable editorial spacing across Insights */
.insights-page h1,
.insights-page h2,
.insights-page h3,
.article-page h1,
.article-page h2,
.article-page h3 {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}

.insights-hero h1 {
  line-height: 1.07;
  letter-spacing: -.032em;
  word-spacing: .035em;
}

.insights-hero__lede {
  line-height: 1.82;
  letter-spacing: .008em;
}

.category-library__intro h2,
.post-category__header h2 {
  line-height: 1.09;
  letter-spacing: -.026em;
  word-spacing: .025em;
}

.category-library__intro > p,
.post-category__header span {
  line-height: 1.75;
}

.category-feature__content strong {
  line-height: 1.1;
  letter-spacing: -.022em;
  word-spacing: .025em;
}

.category-stories strong {
  line-height: 1.16;
  letter-spacing: -.012em;
  word-spacing: .02em;
}

.magazine-hero h1 {
  line-height: 1.1;
  letter-spacing: -.018em;
  word-spacing: .04em;
}

.magazine-hero__footer > p {
  line-height: 1.78;
  letter-spacing: .008em;
}

.magazine-body {
  line-height: 1.9;
  letter-spacing: .006em;
}

.magazine-body > p {
  margin-bottom: 36px;
}

.magazine-body .article-standfirst {
  line-height: 1.62;
  letter-spacing: -.006em;
}

.magazine-body > h2 {
  margin-top: 82px;
  margin-bottom: 28px;
  line-height: 1.17;
  letter-spacing: -.02em;
  word-spacing: .025em;
}

.magazine-body > h3 {
  margin-top: 55px;
  margin-bottom: 22px;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.article-body blockquote p {
  line-height: 1.48;
  letter-spacing: -.01em;
}

.article-checklist p,
.article-note p {
  line-height: 1.78;
  letter-spacing: .005em;
}

.magazine-sidebar nav a,
.sidebar-story strong,
.sidebar-classification > a > span {
  line-height: 1.35;
  letter-spacing: .005em;
}

.article-reactions h2,
.article-finish h2,
.magazine-author-card h2 {
  line-height: 1.14;
  letter-spacing: -.018em;
}

@media (max-width: 700px) {
  .insights-hero h1,
  .magazine-hero h1 {
    line-height: 1.1;
    letter-spacing: -.018em;
  }

  .category-feature__content strong {
    line-height: 1.13;
  }

  .magazine-body {
    line-height: 1.82;
  }
}

/* Three-column author article cards */
.author-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  border-top: 0;
}

.author-post,
.author-post--lead {
  min-width: 0;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border: 1px solid #d3c7b6;
  background: #fbf8f2;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.author-post:hover,
.author-post--lead:hover {
  padding: 0;
  color: inherit;
  background: #fbf8f2;
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(17, 16, 14, .13);
}

.author-post__media {
  position: relative;
  flex: 0 0 235px;
  display: block;
  overflow: hidden;
  background: #111;
}

.author-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1);
}

.author-post:hover .author-post__media img {
  transform: scale(1.045);
}

.author-post__media--dark img {
  padding: 34px;
  object-fit: contain;
}

.author-post__media i {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #111;
  background: var(--insight-gold);
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.author-post__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.author-post__content .author-post__meta {
  margin-bottom: 18px;
  line-height: 1.45;
}

.author-post__content strong {
  max-width: none;
  margin: 0;
  font-size: clamp(27px, 2.25vw, 35px);
  line-height: 1.13;
  letter-spacing: -.018em;
}

.author-post__content p,
.author-post--lead .author-post__content p {
  display: block;
  margin: 19px 0 25px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
  color: var(--insight-muted);
}

.author-post__content b {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #d3c7b6;
  width: 100%;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #8a6b39;
}

@media (max-width: 980px) {
  .author-post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .author-post-list {
    grid-template-columns: 1fr;
  }

  .author-post,
  .author-post--lead {
    min-height: 520px;
  }
}

/* Comfortable author-page typography */
.author-page h1,
.author-page h2,
.author-page h3 {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}

.author-hero h1 {
  line-height: 1.08;
  letter-spacing: -.025em;
  word-spacing: .04em;
}

.author-hero h1 em {
  margin-top: .13em;
}

.author-role {
  margin-top: 42px;
  margin-bottom: 27px;
  line-height: 1.65;
  letter-spacing: .11em;
}

.author-bio {
  line-height: 1.86;
  letter-spacing: .008em;
}

.author-contact {
  margin-top: 38px;
}

.author-contact a {
  line-height: 1.45;
}

.author-stats dd {
  line-height: 1.6;
}

.author-expertise__grid span {
  line-height: 1.45;
}

.author-articles__heading h2 {
  line-height: 1.1;
  letter-spacing: -.026em;
  word-spacing: .025em;
}

.author-articles__heading > p {
  line-height: 1.82;
  letter-spacing: .006em;
}

.author-post__content strong {
  line-height: 1.19;
  letter-spacing: -.012em;
  word-spacing: .02em;
}

.author-post__content p,
.author-post--lead .author-post__content p {
  line-height: 1.8;
  letter-spacing: .005em;
}

@media (max-width: 700px) {
  .author-hero h1 {
    line-height: 1.1;
    letter-spacing: -.018em;
  }

  .author-hero h1 em {
    margin-top: .1em;
  }
}

/* Individual insight category archives */
.category-archive-hero {
  padding: 34px 0 112px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 30%, rgba(201, 168, 108, .15), transparent 28%),
    #0a0a0a;
}

.category-archive-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.category-archive-masthead > span {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--insight-gold);
}

.category-archive-masthead__links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.category-archive-masthead__links a {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.category-archive-masthead__links a:hover {
  color: var(--insight-gold);
}

.category-archive-masthead__links span {
  color: var(--insight-gold);
}

.category-archive-hero--dubai {
  background:
    linear-gradient(105deg, rgba(4, 14, 28, .98), rgba(4, 14, 28, .78)),
    url("../img/slider/dubai-landscape-slider-right.jpg") center / cover;
}

.category-archive-back {
  display: inline-block;
  margin: 68px 0 62px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
}

.category-archive-hero .eyebrow {
  margin-bottom: 18px;
}

.category-archive-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(70px, 9vw, 132px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.035em;
  word-spacing: .035em;
}

.category-archive-description {
  max-width: 760px;
  margin: 36px 0 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: .008em;
  color: rgba(255, 255, 255, .64);
}

.category-archive-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 42px;
}

.category-archive-chips a {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s ease;
}

.category-archive-chips a:hover {
  border-color: var(--insight-gold);
  color: #111;
  background: var(--insight-gold);
}

.category-archive-feature-wrap {
  padding: 95px 0 110px;
  background: #eee5d7;
}

.category-archive-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 570px;
  color: inherit;
  background: var(--insight-paper);
  text-decoration: none;
  box-shadow: 0 25px 75px rgba(17, 16, 14, .1);
  transition: transform .3s ease, box-shadow .3s ease;
}

.category-archive-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(17, 16, 14, .15);
}

.category-archive-feature__media {
  min-height: 470px;
  overflow: hidden;
  background: #111;
}

.category-archive-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.category-archive-feature:hover .category-archive-feature__media img {
  transform: scale(1.035);
}

.category-archive-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 52px 46px;
}

.category-archive-feature__content small,
.category-archive-card__content small {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #8a6b39;
}

.category-archive-feature__content strong {
  margin-top: 30px;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -.022em;
}

.category-archive-feature__content p {
  margin: 24px 0 28px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.76;
  color: var(--insight-muted);
}

.category-archive-feature__content b,
.category-archive-card__content b {
  margin-top: auto;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.category-archive-articles {
  padding: 112px 0 140px;
  background: var(--insight-paper);
}

.category-archive-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 58px;
}

.category-archive-heading h2 {
  margin: 0;
  font-size: clamp(50px, 5.6vw, 78px);
  line-height: 1.09;
  font-weight: 400;
  letter-spacing: -.026em;
}

.category-archive-heading > p {
  max-width: 430px;
  margin: 0 0 7px;
  font-family: var(--sans);
  line-height: 1.82;
  color: var(--insight-muted);
}

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

.category-archive-card {
  min-width: 0;
  min-height: 535px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d3c7b6;
  background: #fbf8f2;
  overflow: hidden;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}

.category-archive-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(17, 16, 14, .12);
}

.category-archive-card__media {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #111;
}

.category-archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.category-archive-card:hover .category-archive-card__media img {
  transform: scale(1.045);
}

.category-archive-card__media i {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #111;
  background: var(--insight-gold);
  font-family: var(--sans);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.category-archive-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px;
}

.category-archive-card__content strong {
  margin-top: 18px;
  font-size: clamp(27px, 2.25vw, 34px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -.012em;
}

.category-archive-card__content p {
  margin: 18px 0 24px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.78;
  color: var(--insight-muted);
}

.category-archive-card__content b {
  width: 100%;
  padding-top: 17px;
  border-top: 1px solid #d3c7b6;
  color: #8a6b39;
}

.insight-byline {
  width: 100%;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin: 4px 0 22px;
  padding-top: 18px;
  border-top: 1px solid #d3c7b6;
  font-family: var(--sans);
  cursor: pointer;
}

.insight-byline:focus-visible {
  outline: 2px solid #9b7337;
  outline-offset: 5px;
}

.insight-byline > img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #e7ddcf;
}

.insight-byline > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.insight-byline strong {
  margin: 0;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.insight-byline small,
.insight-byline time {
  font-family: var(--sans);
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7d7468;
}

.insight-byline time {
  white-space: nowrap;
}

.category-archive-feature__content .insight-byline {
  margin-top: auto;
}

.category-archive-feature__content > b {
  margin-top: 0;
}

.category-archive-card__content > strong.is-long {
  font-size: clamp(24px, 1.9vw, 30px);
  line-height: 1.22;
}

.category-archive-card__content > strong.is-short {
  font-size: clamp(30px, 2.45vw, 37px);
}

@media (max-width: 980px) {
  .category-archive-feature {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 650px) {
  .category-archive-hero {
    padding-bottom: 78px;
  }

  .category-archive-back {
    margin: 48px 0;
  }

  .category-archive-hero h1 {
    font-size: clamp(56px, 17vw, 80px);
    line-height: 1.06;
  }

  .category-archive-feature-wrap {
    padding: 58px 0 72px;
  }

  .category-archive-feature__content {
    padding: 34px 26px;
  }

  .category-archive-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .category-archive-masthead {
    align-items: flex-start;
  }

  .category-archive-masthead__links {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .insight-byline {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .insight-byline time {
    grid-column: 2;
  }
}

/* Character-aware insight card titles */
.category-stories strong.is-title-short {
  font-size: clamp(27px, 2.15vw, 33px);
  line-height: 1.16;
}

.category-stories strong.is-title-medium {
  font-size: clamp(23px, 1.8vw, 28px);
  line-height: 1.2;
}

.category-stories strong.is-title-long {
  font-size: clamp(21px, 1.55vw, 25px);
  line-height: 1.24;
}

/* WordPress Insights archive parity with the approved local prototype. */
.insights-page .insights-header__top {
  min-height: 74px;
}

.insights-page .insights-header__nav {
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #111;
}

.insights-page .insights-header__nav .container {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.insights-page .insights-header__nav a {
  min-height: 54px;
  padding: 10px 11px;
  font-family: var(--sans);
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: .055em;
}

.category-stories b i {
  font-style: normal;
}

.category-library .post-category {
  padding: 0;
}

@media (max-width: 980px) {
  .insights-page .insights-header__nav {
    max-height: 0;
    overflow: hidden;
    border-top: 0;
  }

  .insights-page .insights-header__nav.is-open {
    max-height: 680px;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }

  .insights-page .insights-header__nav .container {
    grid-template-columns: 1fr 1fr;
  }

  .category-stories strong.is-title-short {
    font-size: clamp(27px, 4vw, 34px);
  }

  .category-stories strong.is-title-medium {
    font-size: clamp(24px, 3.4vw, 30px);
  }

  .category-stories strong.is-title-long {
    font-size: clamp(22px, 3vw, 27px);
  }
}

@media (max-width: 700px) {
  .insights-page .insights-header__nav .container {
    grid-template-columns: 1fr;
  }

  .category-stories strong.is-title-short {
    font-size: 31px;
  }

  .category-stories strong.is-title-medium {
    font-size: 27px;
  }

  .category-stories strong.is-title-long {
    font-size: 24px;
  }
}

/* Local publication parity on WordPress detail archives. */
.article-page > .site-shell > .insights-header,
.category-page > .site-shell > .insights-header,
.author-page > .site-shell > .insights-header {
  display: none;
}

.category-page .category-archive-feature-wrap > .container,
.category-page .category-archive-articles > .container,
.author-page .author-hero > .container,
.author-page .author-expertise > .container,
.author-page .author-articles > .container,
.author-page .author-footer-note > .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
}

.category-page .category-archive-grid,
.author-page .author-post-list {
  width: 100%;
}

.category-page .category-archive-card,
.category-page .category-archive-feature,
.author-page .author-post {
  color: inherit;
  align-items: stretch;
}

.category-page .category-archive-card__content .insight-byline,
.category-page .category-archive-feature__content .insight-byline {
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .category-page .category-archive-feature-wrap > .container,
  .category-page .category-archive-articles > .container,
  .author-page .author-hero > .container,
  .author-page .author-expertise > .container,
  .author-page .author-articles > .container,
  .author-page .author-footer-note > .container {
    width: min(100% - 28px, 1180px);
  }
}
