/* ============================================
   DIGIX AMR1 Product Page — Unique Styles
   ============================================ */

/* Muted subtitle modifier */
.app-section__subtitle--muted {
  color: var(--color-text-light);
}

/* Teko font body text */
.app-section__text--teko {
  font-family: var(--font-teko);
  font-size: 22px;
  line-height: 1.6;
}

/* Mode headings within the Teko text block */
.app-section__mode-heading {
  font-family: var(--font-teko);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text);
  margin: 24px 0 4px;
}

/* ============================================
   Exposure Triangle Section
   ============================================ */
.exposure-section {
  background: #F5F5F5;
  padding: 56px 24px;
  text-align: center;
}

.exposure-section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.exposure-section__text {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 32px;
}

.exposure-section__image {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.exposure-section__label {
  font-family: var(--font-teko);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 8px;
}

.exposure-section__sublabel {
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.6;
}

.exposure-section__note {
  color: var(--color-text-light);
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  max-width: 700px;
  margin: 16px auto 0;
}

.exposure-section__link {
  color: var(--color-cta);
  text-decoration: underline;
}

.exposure-section__link:hover {
  color: #64B5F6;
}

/* ============================================
   Compositions Note
   ============================================ */
.compositions-note {
  text-align: center;
  padding: 24px;
  font-size: 14px;
  color: var(--color-text-light);
  line-height: 1.7;
}

.compositions-note__link {
  color: var(--color-cta);
  text-decoration: underline;
}

.compositions-note__link:hover {
  color: var(--color-cta-hover);
}
