:root {
  --ak-page: min(1360px, calc(100vw - 128px));
  --ak-header: min(1680px, calc(100vw - 128px));
  --ak-gold: #b98b12;
  --ak-deep-gold: #8b6a1d;
  --ak-dark: #202b2e;
  --ak-muted: #68767b;
  --ak-line: rgba(158, 132, 75, 0.34);
}

html {
  scroll-padding-top: 102px;
}

body {
  color: var(--ak-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(158, 132, 75, 0.18);
  box-shadow: 0 12px 26px rgba(42, 35, 20, 0.04);
}

.site-header .nav-row {
  width: var(--ak-header);
  max-width: var(--ak-header);
  min-height: 92px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-header .brand img {
  width: clamp(160px, 10.5vw, 210px);
  height: auto;
  display: block;
  object-fit: contain;
}

.site-header .main-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 52px);
  white-space: nowrap;
}

.site-header .language-menu {
  flex: 0 0 auto;
  justify-self: flex-end;
}

#home.hero {
  margin-top: 0;
}

.gold-strip {
  margin: 0;
  padding: 0;
  background: #efe4cd;
  border-top: 1px solid rgba(158, 132, 75, 0.18);
  border-bottom: 1px solid rgba(158, 132, 75, 0.18);
}

.gold-strip .gold-ticker {
  width: min(1120px, 64vw);
  margin: 0 auto;
  padding: 14px 0 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(36px, 5vw, 96px);
}

.gold-ticker strong,
.gold-link strong {
  color: var(--ak-deep-gold);
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.2;
  font-weight: 700;
}

.gold-ticker span {
  color: var(--ak-muted);
}

#about.section,
#news.section,
#operations.section {
  padding-left: 0;
  padding-right: 0;
}

#about > .section-heading,
#about > #timeline,
#about > .timeline,
#about > .metrics-grid,
#news > .section-heading,
#news > .news-list,
#news > .section-more-link,
#project > .section-heading,
#project > .project-map-switch,
#operations > .section-heading,
#operations > .operation-switch {
  width: var(--ak-page);
  max-width: var(--ak-page);
  margin-left: auto;
  margin-right: auto;
}

#about .section-heading h2,
#news .section-heading h2,
#operations .section-heading h2 {
  font-size: clamp(46px, 4.2vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 clamp(22px, 2vw, 34px);
}

#about .section-heading p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #111;
  font-size: clamp(18px, 1.28vw, 23px);
  line-height: 1.82;
  text-align: left;
}

#about .about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
}

#about .about-metrics article {
  min-height: clamp(190px, 17vw, 250px);
  padding: clamp(28px, 3vw, 46px);
  border: 0;
}

#about .about-metrics strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  color: var(--ak-gold);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 7px 20px rgba(185, 139, 18, 0.14);
}

#about .about-metrics strong .metric-unit {
  color: var(--ak-deep-gold);
  font-size: 0.78em;
  text-shadow: none;
}

#news .section-heading.row {
  align-items: flex-end;
  border-bottom: 1px solid var(--ak-line);
  padding-bottom: clamp(18px, 1.8vw, 28px);
  margin-bottom: 0;
}

#news .news-list {
  border-top: 0;
}

#news .news-row {
  width: 100%;
  display: grid;
  grid-template-columns: 180px 96px 120px minmax(0, 1fr) 64px;
  align-items: center;
  gap: clamp(20px, 3vw, 54px);
  padding: clamp(20px, 2.2vw, 34px) 0;
  border-bottom: 1px solid var(--ak-line);
}

#news .news-row h3 {
  color: var(--ak-dark);
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 400;
  line-height: 1.45;
}

#news .news-row a {
  font-size: clamp(15px, 1vw, 18px);
}

#news .section-more-link {
  display: block;
  text-align: right;
  margin-top: 24px;
}

#operations .section-heading.row {
  display: block;
}

#operations .section-heading h2 {
  margin-bottom: clamp(24px, 2.4vw, 38px);
}

#operations .operation-controls {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: clamp(24px, 3.6vw, 58px);
  padding: 0;
  margin: 0 0 clamp(26px, 3vw, 44px);
  border: 0;
  background: transparent;
}

#operations .operation-controls button {
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ak-dark);
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.2;
  white-space: nowrap;
}

#operations .operation-controls button.is-active {
  color: var(--ak-deep-gold);
  border-bottom: 3px solid var(--ak-gold);
}

#operations .operation-copy {
  margin-top: clamp(34px, 4vw, 64px);
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#operations .operation-copy h3,
#operations .operation-copy p,
#operations .operation-copy ol {
  display: none !important;
}

#operations .operation-media-block {
  display: block;
}

#operations .operation-gallery-wrap {
  width: min(980px, 74vw);
  max-width: 100%;
  margin: 34px auto 48px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  column-gap: 22px;
  overflow: visible;
}

#operations .operation-gallery {
  grid-column: 2;
  width: 100%;
  overflow: hidden;
  display: block;
}

#operations .operation-slide {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: min(540px, calc(100vh - 270px));
  border-radius: 8px;
  overflow: hidden;
}

#operations .operation-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#operations .gallery-arrow {
  position: static;
  transform: none;
  width: 46px;
  height: 46px;
  align-self: center;
  justify-self: center;
}

#operations .gallery-arrow.prev {
  grid-column: 1;
}

#operations .gallery-arrow.next {
  grid-column: 3;
}

#operations .inline-action {
  display: block;
  width: max-content;
  margin: 28px 0 0 auto;
}

.article-body,
.article-body p {
  color: #111 !important;
}

@media (max-width: 1180px) {
  :root {
    --ak-page: min(1120px, calc(100vw - 64px));
    --ak-header: min(1120px, calc(100vw - 64px));
  }

  .site-header .brand img {
    width: 142px;
  }

  .site-header .main-nav {
    gap: 22px;
    font-size: 15px;
  }

  .gold-strip .gold-ticker {
    width: min(980px, 84vw);
  }

  #news .news-row {
    grid-template-columns: 150px 78px 100px minmax(0, 1fr) 54px;
    gap: 18px;
  }
}

@media (max-width: 860px) {
  :root {
    --ak-page: calc(100vw - 40px);
    --ak-header: calc(100vw - 40px);
  }

  .site-header .nav-row {
    min-height: auto;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 12px;
  }

  .site-header .main-nav {
    position: static;
    grid-column: 1 / -1;
    grid-row: 2;
    transform: none;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 4px;
  }

  .site-header .language-menu {
    grid-column: 2;
    grid-row: 1;
  }

  .gold-strip .gold-ticker {
    width: var(--ak-page);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  #about .about-metrics {
    grid-template-columns: 1fr;
  }

  #news .news-row {
    grid-template-columns: 120px 72px 1fr;
  }

  #news .news-row a {
    grid-column: 3;
    justify-self: start;
  }

  #operations .operation-controls {
    overflow-x: auto;
  }

  #operations .operation-gallery-wrap {
    width: var(--ak-page);
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    column-gap: 10px;
  }
}
