.w-webflow-badge,
a.w-webflow-badge {
  display: none !important;
}

.nav-logo {
  height: 54px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}

.nav-menu-image {
  height: 46px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.footer-logo {
  display: none;
}

.amr-footer-wordmark {
  font-family: Geist, system-ui, sans-serif;
  font-size: clamp(3.2rem, 16vw, 12rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.18);
  width: 100%;
  margin-top: 1.5rem;
  user-select: none;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 1rem;
  font-family: "Fragment Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lang-switch button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  opacity: 0.38;
}

.lang-switch button.is-active {
  opacity: 1;
  font-weight: 600;
}

.lang-switch span {
  opacity: 0.3;
}

/* The Webflow hover fill can already cover the button at rest, so both the base
   colour and the fill are kept in the same range as the label. */
.button-secondary {
  background-color: #1e1e1f;
}

.button-secondary .button-background,
.button-secondary .button-background.gray,
.button-secondary .button-background.black {
  background-color: #3a3a3c;
}

.button-secondary,
.button-secondary .button-text-wrap,
.button-secondary .display-xs,
.button-secondary .button-text-wrap * {
  color: #fff;
}

.button-alt {
  background-color: #fedb5b;
}

.button-alt .button-background,
.button-alt .button-background.black,
.button-alt .button-background.gray {
  background-color: #e8c34a;
}

.button-alt,
.button-alt .button-text-wrap,
.button-alt .display-xs,
.button-alt .button-text-wrap * {
  color: #1e1e1f;
}

/* Translucent button sits over photography: dark scrim keeps the label readable. */
.button---secondary {
  background-color: rgba(17, 17, 17, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.button---secondary .button-background {
  background-color: rgba(58, 58, 60, 0.9);
}

.button---secondary,
.button---secondary .button-text-wrap,
.button---secondary .display-xs,
.button---secondary .button-text-wrap * {
  color: #fff;
}

.form-submit-button.w-button,
input.w-button,
input[type="submit"] {
  color: #fff;
}

/* Sector tabs: inactive labels were near white on a near white background. */
.tabs-link-wrap .display-3xl,
.tabs-link-wrap h4 {
  color: #6f6f6f;
}

.tabs-link-wrap.w--current .display-3xl,
.tabs-link-wrap.w--current h4 {
  color: #1e1e1f;
}

.amr-desk {
  padding: 4.5rem 0 5.5rem;
  background: #111;
  color: #fff;
}

.amr-desk .mono-text {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}

.amr-desk-inner {
  max-width: 1120px;
}

.amr-desk h2 {
  font-family: Geist, system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.6rem;
  color: #fff;
}

.amr-desk p.lead {
  max-width: 40rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.amr-charts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.amr-chart {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 1rem 0.7rem;
  min-height: 210px;
  background: #161616;
}

.amr-chart-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.65rem;
  font-family: "Fragment Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.amr-chart-px {
  font-family: Geist, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.amr-chart-px.up {
  color: var(--colors--yellow, #d6ff3f);
}

.amr-chart svg {
  width: 100%;
  height: 120px;
  display: block;
}

.amr-desk-actions {
  margin-top: 1.5rem;
}

.amr-desk-actions a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 0.1rem;
}

@media (max-width: 800px) {
  .amr-charts {
    grid-template-columns: 1fr;
  }
}
