/* Shared final polish for editable v2 subpages. */

:where(h1, h2, h3, .section-title, .split-copy h2, .cta h2) {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  line-height: .94;
  letter-spacing: -.065em;
}

h1 span {
  display: block;
  margin-top: .06em;
}

.hero .lead {
  margin-top: 22px;
}

.section-title {
  line-height: .98;
  letter-spacing: -.055em;
}

.section-head {
  align-items: start;
}

.section-head > .lead {
  padding-top: 8px;
}

.panel h2,
.post h2,
.card h3,
.office h3,
.report h3 {
  line-height: 1.18;
}

.split-copy h2 {
  line-height: 1.02;
}

.card,
.office,
.report {
  min-height: 270px;
}

.button:focus-visible,
.btn:focus-visible,
.links a:focus-visible,
.origin-chip:focus-visible,
.pin:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 3px;
}

.geo-map {
  background-image: url("indokom-future-origins.webp");
}

#origin-map,
.origin {
  scroll-margin-top: 128px;
}

.origin-dock {
  scrollbar-width: none;
}

.origin-dock::-webkit-scrollbar {
  display: none;
}

.process-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 9px;
  border: 1px solid rgba(240, 217, 128, .22);
  border-radius: 999px;
  background: rgba(240, 217, 128, .08);
  color: var(--gold2);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.fact-process p {
  line-height: 1.65;
}

.variety-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .05);
}

.variety-callout-image {
  min-height: 400px;
  background: var(--image) center / cover no-repeat;
}

.variety-callout-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 58px);
}

.variety-callout-copy h2 {
  margin: 10px 0 18px;
  font: 700 clamp(2rem, 4vw, 4rem) / 1 var(--head);
  letter-spacing: -.055em;
}

.variety-callout-copy p {
  color: rgba(245, 237, 221, .72);
  line-height: 1.8;
}

.anchor-alias {
  position: absolute;
  transform: translateY(-110px);
}

@media (max-width: 1100px) {
  .hero-inner {
    gap: 44px;
  }

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

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

  .variety-callout-image {
    min-height: 390px;
  }
}

@media (max-width: 760px) {
  .nav {
    max-height: calc(100svh - 24px);
  }

  .links {
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }

  .links li {
    scroll-snap-align: start;
  }

  .hero {
    padding-top: 146px;
  }

  h1,
  .origin-hero h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .hero .lead,
  .origin-hero .lead {
    margin-top: 20px;
    line-height: 1.72;
  }

  .section-title {
    line-height: 1;
    letter-spacing: -.045em;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 30px;
  }

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

  .panel {
    border-radius: 24px;
  }

  .origin-map {
    min-height: 850px;
    border-radius: 28px;
  }

  .origin-radar {
    top: 14px;
    right: 14px;
    left: 14px;
    padding: 12px 14px;
  }

  .origin-dock {
    top: 78px;
    right: 14px;
    left: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 58px;
    padding: 7px;
    border-radius: 18px;
    overflow: visible;
  }

  .origin-chip {
    width: 100%;
    min-height: 42px;
    padding: 9px 8px;
    line-height: 1.2;
    white-space: normal;
  }

  .geo-stage {
    inset: 238px -8% auto;
    height: 268px;
  }

  .origin-map .map-card {
    position: absolute;
    inset: 520px 14px auto;
    width: auto;
    margin: 0;
    grid-template-columns: minmax(110px, 35%) 1fr;
    grid-template-rows: auto;
    border-radius: 22px;
  }

  .origin-map .map-copy {
    padding: 18px 16px;
  }

  .origin-map .map-copy h3 {
    font-size: 1.38rem;
    line-height: 1.08;
  }

  .origin-map .map-copy p {
    font-size: .8rem;
    line-height: 1.55;
  }

  .origin-map .map-copy .button {
    min-height: 42px;
    padding: 10px 13px;
    font-size: .62rem;
  }

  .variety-callout {
    border-radius: 26px;
  }

  .variety-callout-image {
    min-height: 280px;
  }

  .variety-callout-copy {
    padding: 26px 20px 30px;
  }

  .origin {
    border-radius: 24px;
  }

  .origin-copy {
    padding: 24px 20px 28px;
  }
}

@media (max-width: 440px) {
  .origin-map {
    min-height: 1000px;
  }

  .geo-stage {
    height: 260px;
  }

  .origin-map .map-card {
    inset: 510px 12px auto;
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Market Outlook report */

.outlook-page section {
  scroll-margin-top: 120px;
}

.outlook-hero .hero-inner {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.outlook-hero h1 {
  max-width: 900px;
  font-size: clamp(4.2rem, 8.2vw, 8rem);
}

.outlook-hero .lead {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--gold2) !important;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.snapshot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
}

.snapshot-list div {
  min-height: 118px;
  padding: 18px;
  background: rgba(5, 22, 19, .76);
}

.snapshot-list dt {
  color: #fff;
  font: 700 clamp(1.55rem, 3vw, 2.35rem) / 1 var(--head);
  letter-spacing: -.045em;
}

.snapshot-list dd {
  margin: 9px 0 0;
  color: rgba(245, 237, 221, .62);
  font-size: .72rem;
  line-height: 1.45;
}

.snapshot-note {
  margin-bottom: 18px;
  font-size: .72rem;
}

.outlook-keypoints .report,
.scenario-grid .report {
  min-height: 320px;
}

.outlook-keypoints .report h3,
.basis-card h3,
.scenario h3 {
  margin-top: 28px;
}

.source-line {
  margin-top: 22px;
  color: rgba(245, 237, 221, .52);
  font-size: .7rem;
  line-height: 1.65;
}

.source-line a {
  color: var(--gold2);
  text-decoration-color: rgba(240, 217, 128, .35);
  text-underline-offset: 3px;
}

.outlook-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  box-shadow: 0 22px 80px rgba(0, 0, 0, .18);
  scrollbar-color: rgba(240, 217, 128, .45) transparent;
}

.outlook-table-wrap:focus-visible {
  outline: 2px solid var(--gold2);
  outline-offset: 3px;
}

.outlook-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.outlook-table th,
.outlook-table td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(245, 237, 221, .7);
  font-size: .82rem;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.outlook-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #0a211d;
  color: var(--gold2);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.outlook-table tbody tr:last-child th,
.outlook-table tbody tr:last-child td {
  border-bottom: 0;
}

.outlook-table tbody tr:hover {
  background: rgba(240, 217, 128, .035);
}

.outlook-table tbody th {
  color: #fff;
  font-family: var(--head);
}

.quarter {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: -.035em;
}

.status {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(245, 237, 221, .65);
  font: 800 .54rem/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status.current {
  border-color: rgba(240, 217, 128, .35);
  background: rgba(240, 217, 128, .1);
  color: var(--gold2);
}

.status.forecast {
  border-color: rgba(112, 190, 161, .3);
  background: rgba(112, 190, 161, .1);
  color: #9ad9c2;
}

.basis-card {
  min-height: 350px;
}

.formula {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(240, 217, 128, .2);
  border-radius: 14px;
  background: rgba(240, 217, 128, .07);
  color: var(--gold2) !important;
  font-family: var(--head);
  font-size: .8rem;
}

.basis-drivers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.basis-drivers span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: rgba(245, 237, 221, .68);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.origin-table {
  min-width: 900px;
}

.origin-table strong {
  color: #fff;
  white-space: nowrap;
}

.macro-grid .report {
  min-height: 300px;
}

.macro-grid .report h3 {
  margin-top: 28px;
  color: #fff;
  font-size: 2rem;
}

.scenario {
  border-top: 3px solid rgba(255, 255, 255, .16);
}

.scenario.base {
  border-top-color: var(--gold2);
}

.scenario.upside {
  border-top-color: #d58a6b;
}

.scenario.downside {
  border-top-color: #70bea1;
}

.action-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.action-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .04);
}

.action-list > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(240, 217, 128, .25);
  border-radius: 50%;
  color: var(--gold2);
  font: 700 .75rem/1 var(--head);
}

.action-list strong {
  color: #fff;
  font: 700 1.16rem/1.25 var(--head);
}

.action-list p {
  max-width: 900px;
  margin-top: 8px;
  color: rgba(245, 237, 221, .64);
  line-height: 1.65;
}

.outlook-notes .report {
  min-height: 390px;
}

.editorial-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 237, 221, .68);
  line-height: 1.55;
}

.editorial-list li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold2);
  content: "";
}

@media (max-width: 1100px) {
  .outlook-hero .hero-inner {
    grid-template-columns: 1fr;
  }

  .macro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .outlook-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

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

  .snapshot-list div {
    min-height: 108px;
    padding: 15px;
  }

  .outlook-table-wrap {
    margin-right: -4px;
    border-radius: 22px;
  }

  .outlook-table th,
  .outlook-table td {
    padding: 18px 16px;
  }

  .macro-grid {
    grid-template-columns: 1fr !important;
  }

  .action-list li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 20px 16px;
  }

  .action-list > li > span {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 440px) {
  .snapshot-list {
    grid-template-columns: 1fr;
  }
}

/* Insights publication system */
.insights-page,
.research-page {
  background:
    radial-gradient(circle at 80% 6%, rgba(180, 126, 60, .13), transparent 26rem),
    #07130f;
}

.insights-page main,
.research-page main {
  overflow: clip;
}

.insights-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  padding: 180px clamp(22px, 4vw, 64px) 90px;
  overflow: hidden;
  border-bottom: 1px solid rgba(242, 222, 173, .14);
  background:
    linear-gradient(90deg, rgba(5, 17, 13, .97) 0%, rgba(5, 17, 13, .78) 54%, rgba(5, 17, 13, .52) 100%),
    url("indokom-region-explorer.webp") center 42% / cover;
}

.insights-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, #07130f);
  content: "";
}

.insights-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image:
    linear-gradient(rgba(239, 217, 160, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 217, 160, .09) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, #000 0%, transparent 80%);
}

.insights-hero__inner {
  position: relative;
  z-index: 1;
}

.insights-hero h1 {
  max-width: 980px;
  margin: 22px 0 26px;
  color: #fff;
  font: 700 clamp(3.7rem, 7.2vw, 7.8rem)/.88 var(--head);
  letter-spacing: -.065em;
}

.insights-hero h1 span {
  color: var(--gold2);
}

.insights-hero .lead {
  max-width: 760px;
  color: rgba(245, 237, 221, .76);
  font-size: 1.15rem;
}

.insights-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 36px;
  color: rgba(245, 237, 221, .48);
  font: 600 .74rem/1 var(--head);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.insights-hero__meta span + span::before {
  margin-right: 22px;
  color: var(--gold2);
  content: "•";
}

.insights-publication {
  padding-top: 110px;
}

.insights-heading {
  margin-bottom: 38px;
}

.insight-controls {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  padding-bottom: 22px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}

.filter-button {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid rgba(239, 217, 160, .18);
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 237, 221, .64);
  cursor: pointer;
  font: 700 .75rem/1 var(--head);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .25s ease;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: var(--gold2);
  background: var(--gold2);
  color: #14231b;
}

.insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
  gap: 24px;
}

.feature-research {
  display: grid;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(239, 217, 160, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .035);
  color: inherit;
  text-decoration: none;
  transition: transform .35s ease, border-color .35s ease;
}

.feature-research:hover {
  transform: translateY(-5px);
  border-color: rgba(239, 217, 160, .42);
}

.feature-research__visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.feature-research__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 44%, rgba(4, 14, 11, .84));
  content: "";
}

.feature-research__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.feature-research:hover .feature-research__visual img {
  transform: scale(1.035);
}

.feature-research__status {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(4, 17, 13, .72);
  color: #fff;
  font: 700 .68rem/1 var(--head);
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.feature-research__copy {
  padding: 34px 38px 38px;
}

.content-label {
  margin: 0 0 13px;
  color: var(--gold2);
  font: 700 .72rem/1.25 var(--head);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.content-label--story {
  color: #8fc7aa;
}

.feature-research h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 700 clamp(2rem, 3vw, 3.2rem)/1.02 var(--head);
  letter-spacing: -.035em;
}

.feature-research__copy > p:not(.content-label) {
  max-width: 770px;
  margin-top: 17px;
  color: rgba(245, 237, 221, .65);
  line-height: 1.65;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-top: 24px;
  color: rgba(245, 237, 221, .42);
  font-size: .74rem;
}

.card-meta span + span::before {
  margin-right: 20px;
  content: "·";
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 26px;
  color: var(--gold2);
  font-weight: 700;
}

.quarter-rail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(239, 217, 160, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .025);
}

.quarter-rail__head {
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  color: rgba(245, 237, 221, .42);
  font: 700 .68rem/1 var(--head);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quarter-link {
  display: grid;
  flex: 1;
  grid-template-columns: 52px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 24px 22px;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: background .25s ease;
}

.quarter-link:last-child {
  border-bottom: 0;
}

.quarter-link:hover {
  background: rgba(239, 217, 160, .07);
}

.quarter-link__number {
  color: var(--gold2);
  font: 700 1rem/1 var(--head);
}

.quarter-link b {
  display: block;
  color: #fff;
  font: 600 .92rem/1.3 var(--head);
}

.quarter-link small {
  display: block;
  margin-top: 8px;
  color: rgba(245, 237, 221, .42);
}

.quarter-link i {
  color: var(--gold2);
  font-style: normal;
}

.publication-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.publication-divider .tag {
  margin: 0;
}

.publication-divider > span {
  color: rgba(245, 237, 221, .44);
  font-size: .82rem;
}

.research-feed {
  display: grid;
}

.feed-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 35px;
  align-items: center;
  min-height: 215px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.feed-card:first-child {
  border-top: 1px solid var(--line);
}

.feed-card h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(1.5rem, 2.2vw, 2.2rem)/1.06 var(--head);
  letter-spacing: -.025em;
  transition: color .25s ease;
}

.feed-card:hover h2 {
  color: var(--gold2);
}

.feed-card__copy > p:not(.content-label) {
  max-width: 780px;
  margin-top: 13px;
  color: rgba(245, 237, 221, .6);
  line-height: 1.6;
}

.feed-card img {
  width: 230px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(.8);
}

/* Long-form quarterly reports */
.research-masthead {
  padding: 185px 24px 80px;
  border-bottom: 1px solid rgba(239, 217, 160, .14);
  background:
    radial-gradient(circle at 78% 30%, rgba(177, 126, 62, .18), transparent 22rem),
    linear-gradient(140deg, #0a2119, #07130f 65%);
}

.research-masthead::after {
  position: absolute;
  inset: 100px 5% auto auto;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(239, 217, 160, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(239, 217, 160, .025), 0 0 0 110px rgba(239, 217, 160, .018);
  content: "";
  pointer-events: none;
}

.research-shell {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.back-link {
  display: inline-flex;
  margin-bottom: 58px;
  color: rgba(245, 237, 221, .58);
  font-size: .82rem;
  text-decoration: none;
}

.back-link:hover {
  color: var(--gold2);
}

.research-masthead h1 {
  max-width: 950px;
  margin: 16px 0 25px;
  color: #fff;
  font: 700 clamp(3.3rem, 6.8vw, 7.25rem)/.92 var(--head);
  letter-spacing: -.06em;
}

.research-deck {
  max-width: 850px;
  color: rgba(245, 237, 221, .68);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.research-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 38px;
  margin-top: 50px;
  padding-top: 23px;
  border-top: 1px solid rgba(239, 217, 160, .14);
  color: rgba(245, 237, 221, .48);
  font-size: .78rem;
}

.research-byline b {
  margin-right: 7px;
  color: rgba(245, 237, 221, .76);
  font-weight: 600;
}

.research-article {
  display: grid;
  grid-template-columns: 190px minmax(0, 760px);
  gap: 80px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0 80px;
}

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

.research-toc {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  gap: 13px;
  padding-left: 18px;
  border-left: 1px solid rgba(239, 217, 160, .16);
}

.research-toc span {
  margin-bottom: 7px;
  color: var(--gold2);
  font: 700 .66rem/1 var(--head);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.research-toc a {
  color: rgba(245, 237, 221, .45);
  font-size: .76rem;
  text-decoration: none;
}

.research-toc a:hover {
  color: #fff;
}

.research-kicker {
  margin-bottom: 18px;
  color: var(--gold2);
  font: 700 .72rem/1 var(--head);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.research-lede {
  color: #f5eddd;
  font: 500 clamp(1.45rem, 2.7vw, 2.08rem)/1.42 var(--head);
  letter-spacing: -.025em;
}

.research-body strong {
  color: #f8f2e5;
  font-weight: 700;
}

.article-at-a-glance {
  margin-top: 42px !important;
  padding: 28px 30px 30px;
  border: 1px solid rgba(239, 217, 160, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .028);
}

.article-at-a-glance > h2 {
  margin: 10px 0 22px !important;
  font-size: clamp(1.55rem, 2.7vw, 2.15rem) !important;
}

.article-summary-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-summary-list li {
  position: relative;
  padding: 17px 0 17px 28px;
  border-top: 1px solid var(--line);
  color: rgba(245, 237, 221, .68);
  font-size: .93rem;
  line-height: 1.62;
}

.article-summary-list li::before {
  position: absolute;
  top: 22px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 0 0 0 5px rgba(239, 217, 160, .08);
  content: "";
}

.article-summary-list strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font: 700 1rem/1.35 var(--head);
}

.market-implication {
  margin-top: 35px;
  padding: 30px 32px;
  border: 1px solid rgba(239, 217, 160, .24);
  border-radius: 20px;
  background:
    linear-gradient(125deg, rgba(239, 217, 160, .1), rgba(255, 255, 255, .02));
}

.market-implication > span {
  color: var(--gold2);
  font: 700 .68rem/1 var(--head);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.market-implication h3 {
  margin-top: 15px;
  color: #fff;
  font: 700 clamp(1.25rem, 2.4vw, 1.7rem)/1.25 var(--head);
  letter-spacing: -.02em;
}

.market-implication p {
  margin-top: 12px;
  color: rgba(245, 237, 221, .65);
  font-size: .9rem;
  line-height: 1.65;
}

.story-page .article-at-a-glance,
.story-page .market-implication {
  border-color: rgba(143, 199, 170, .23);
}

.story-page .article-summary-list li::before {
  background: #8fc7aa;
  box-shadow: 0 0 0 5px rgba(143, 199, 170, .08);
}

.story-page .market-implication {
  background:
    linear-gradient(125deg, rgba(93, 161, 123, .12), rgba(255, 255, 255, .02));
}

.story-page .market-implication > span {
  color: #8fc7aa;
}

.research-body > section {
  margin-top: 90px;
  scroll-margin-top: 130px;
}

.research-body section > h2 {
  margin: 9px 0 25px;
  color: #fff;
  font: 700 clamp(2rem, 3.5vw, 3.15rem)/1.03 var(--head);
  letter-spacing: -.04em;
}

.research-body section > p:not(.section-number) {
  margin-top: 18px;
  color: rgba(245, 237, 221, .7);
  font-size: 1.03rem;
  line-height: 1.82;
}

.section-number {
  color: var(--gold2);
  font: 700 .7rem/1 var(--head);
  letter-spacing: .13em;
}

.key-takeaway {
  padding: 34px 36px 38px;
  border: 1px solid rgba(230, 200, 116, .28);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(226, 193, 102, .12), rgba(255, 255, 255, .025));
}

.key-takeaway > span {
  color: var(--gold2);
  font: 700 .67rem/1 var(--head);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.key-takeaway h2 {
  margin-top: 17px !important;
  font-size: clamp(1.7rem, 3vw, 2.55rem) !important;
}

.research-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 35px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.research-metrics > div {
  min-height: 145px;
  padding: 23px;
  background: #0a1c16;
}

.research-metrics small,
.research-metrics span {
  display: block;
  color: rgba(245, 237, 221, .4);
  font-size: .7rem;
}

.research-metrics small {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.research-metrics b {
  display: block;
  margin: 18px 0 9px;
  color: #fff;
  font: 700 1.75rem/1 var(--head);
}

.formula-card {
  display: grid;
  gap: 11px;
  margin: 32px 0;
  padding: 28px;
  border-left: 3px solid var(--gold2);
  border-radius: 0 20px 20px 0;
  background: rgba(239, 217, 160, .06);
}

.formula-card span {
  margin-top: 8px;
  color: var(--gold2);
  font: 700 .68rem/1 var(--head);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.formula-card b {
  color: #fff;
  font: 600 1.03rem/1.45 var(--head);
}

.transmission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.transmission-grid > div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.transmission-grid span {
  color: var(--gold2);
  font: 700 .76rem/1 var(--head);
  text-transform: uppercase;
}

.transmission-grid p {
  margin-top: 11px;
  color: rgba(245, 237, 221, .58);
  font-size: .87rem;
  line-height: 1.55;
}

.research-table-wrap {
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.research-table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  text-align: left;
}

.research-table th,
.research-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

.research-table th {
  background: rgba(239, 217, 160, .08);
  color: rgba(245, 237, 221, .56);
  font: 700 .68rem/1.2 var(--head);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.research-table td {
  color: rgba(245, 237, 221, .68);
  font-size: .82rem;
}

.research-table td:first-child {
  color: #fff;
  font-weight: 700;
}

.research-table tr:last-child td {
  border-bottom: 0;
}

.data-note {
  padding-left: 17px;
  border-left: 1px solid rgba(239, 217, 160, .28);
  font-size: .78rem !important;
}

.research-list {
  display: grid;
  gap: 12px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.research-list li {
  position: relative;
  padding: 19px 22px 19px 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: rgba(245, 237, 221, .7);
  line-height: 1.55;
}

.research-list li::before {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--gold2);
  content: "↗";
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.scenario-card {
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.scenario-card.is-base {
  border-color: rgba(239, 217, 160, .34);
  background: rgba(239, 217, 160, .07);
}

.scenario-card span {
  color: var(--gold2);
  font: 700 .66rem/1 var(--head);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scenario-card h3 {
  margin-top: 15px;
  color: #fff;
  font: 700 1.1rem/1.2 var(--head);
}

.scenario-card p {
  margin-top: 12px;
  color: rgba(245, 237, 221, .56);
  font-size: .82rem;
  line-height: 1.55;
}

.research-sources {
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.research-sources h2 {
  font-size: 1.4rem !important;
}

.research-sources p {
  color: rgba(245, 237, 221, .46) !important;
  font-size: .76rem !important;
  line-height: 1.7 !important;
}

.research-sources a {
  color: rgba(239, 217, 160, .8);
}

/* Company stories share the Outlook reading system */
.story-page .research-masthead {
  background:
    radial-gradient(circle at 78% 30%, rgba(92, 164, 123, .17), transparent 22rem),
    linear-gradient(140deg, #0a2119, #07130f 65%);
}

.story-page .research-masthead::after {
  border-color: rgba(143, 199, 170, .12);
  box-shadow: 0 0 0 55px rgba(143, 199, 170, .025), 0 0 0 110px rgba(143, 199, 170, .018);
}

.story-page .research-toc {
  border-left-color: rgba(143, 199, 170, .22);
}

.story-page .research-toc span,
.story-page .research-kicker,
.story-page .section-number {
  color: #8fc7aa;
}

.story-hero-image {
  margin: 48px 0 0;
}

.story-hero-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid rgba(143, 199, 170, .16);
  border-radius: 24px;
  filter: saturate(.86) contrast(1.03);
}

.story-hero-image figcaption {
  margin-top: 13px;
  color: rgba(245, 237, 221, .4);
  font-size: .72rem;
  line-height: 1.5;
}

.story-brief {
  border-color: rgba(143, 199, 170, .3);
  background: linear-gradient(120deg, rgba(83, 155, 114, .14), rgba(255, 255, 255, .025));
}

.story-brief > span {
  color: #8fc7aa;
}

.story-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.story-steps > div {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
}

.story-steps span {
  color: #8fc7aa;
  font: 700 .67rem/1 var(--head);
  letter-spacing: .1em;
}

.story-steps b {
  display: block;
  margin-top: 30px;
  color: #fff;
  font: 700 1.1rem/1 var(--head);
}

.story-steps p {
  margin-top: 12px;
  color: rgba(245, 237, 221, .56);
  font-size: .82rem;
  line-height: 1.55;
}

.story-quote {
  position: relative;
  margin: 34px 0 0;
  padding: 30px 30px 30px 66px;
  border: 1px solid rgba(143, 199, 170, .2);
  border-radius: 20px;
  background: rgba(143, 199, 170, .055);
  color: #fff;
  font: 500 clamp(1.15rem, 2.2vw, 1.55rem)/1.5 var(--head);
}

.story-quote::before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #8fc7aa;
  font: 700 2.6rem/1 Georgia, serif;
  content: "“";
}

.report-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 100px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}

.report-pagination a,
.report-pagination > span {
  min-height: 130px;
  padding: 30px;
  background: #0a1c16;
  color: inherit;
  text-decoration: none;
}

.report-pagination a:last-child {
  text-align: right;
}

.report-pagination small {
  display: block;
  color: rgba(245, 237, 221, .4);
}

.report-pagination b {
  display: block;
  margin-top: 13px;
  color: #fff;
  font: 600 1rem/1.35 var(--head);
}

.report-pagination a:hover b {
  color: var(--gold2);
}

@media (max-width: 1000px) {
  .insights-layout {
    grid-template-columns: 1fr;
  }

  .research-article {
    grid-template-columns: minmax(0, 1fr);
    gap: 45px;
  }

  .research-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }

  .research-toc span {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .insights-hero {
    min-height: 650px;
    padding: 155px 20px 70px;
  }

  .insights-hero h1 {
    font-size: clamp(3.25rem, 15vw, 5.25rem);
  }

  .insights-hero__meta span + span::before {
    display: none;
  }

  .insights-publication {
    padding-top: 75px;
  }

  .feature-research {
    min-height: 0;
  }

  .feature-research__visual {
    min-height: 240px;
  }

  .feature-research__copy {
    padding: 27px 22px 30px;
  }

  .publication-divider {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 75px;
  }

  .feed-card {
    grid-template-columns: 1fr 108px;
    gap: 18px;
    min-height: 170px;
  }

  .feed-card img {
    width: 108px;
    height: 108px;
  }

  .feed-card__copy > p:not(.content-label) {
    display: none;
  }

  .research-masthead {
    padding: 145px 20px 60px;
  }

  .research-masthead h1 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .research-masthead::after {
    opacity: .45;
  }

  .research-byline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .research-article {
    width: min(100% - 34px, 760px);
    padding-top: 65px;
  }

  .research-body > section {
    margin-top: 68px;
  }

  .key-takeaway {
    padding: 27px 22px 30px;
  }

  .article-at-a-glance,
  .market-implication {
    padding: 24px 21px;
  }

  .research-metrics,
  .transmission-grid,
  .scenario-grid,
  .story-steps {
    grid-template-columns: 1fr;
  }

  .story-steps > div {
    min-height: 0;
  }

  .report-pagination {
    grid-template-columns: 1fr;
    width: calc(100% - 34px);
  }

  .report-pagination a:last-child {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .quarter-link {
    grid-template-columns: 40px 1fr auto;
    padding: 21px 17px;
  }

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

  .feed-card img {
    grid-row: 1;
    width: 100%;
    height: 180px;
  }

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

.robusta-comparison {
  margin: 64px 0 0;
  padding: 26px 30px;
  border: 1px solid rgba(42, 52, 49, .14);
  border-left: 3px solid #9f8554;
  background: linear-gradient(135deg, rgba(245, 241, 232, .94), rgba(250, 249, 246, .98));
}

.robusta-comparison > span {
  display: block;
  margin-bottom: 8px;
  color: #8a7040;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.robusta-comparison h3 {
  margin: 0 0 8px;
  font: 700 1.18rem/1.3 "Space Grotesk", sans-serif;
}

.robusta-comparison p {
  margin: 0;
  color: #4b5451;
  line-height: 1.72;
}
