/* Shared readability and footer rules across the public PULT site. */

body {
  font-size: 18px;
  line-height: 1.65;
}

.site-header nav a,
.sub-nav a,
.scratch-header nav a {
  font-size: clamp(16px, .9vw, 17px);
  line-height: 1.35;
}

.brand span,
.sub-brand span,
.scratch-brand span {
  font-size: 15px;
  font-weight: 500;
}

.nav-cta,
.sub-cta,
.scratch-header .scratch-cta,
.platform-cta,
.sub-platform,
.scratch-header .scratch-platform {
  font-size: 15px !important;
  line-height: 1.25;
}

.button,
.start-button {
  font-size: 15px !important;
  line-height: 1.25;
}

main p,
.scratch-next p {
  font-size: clamp(17px, 1.05vw, 19px) !important;
}

main .parent-quote p {
  font-size: clamp(38px, 3vw, 54px) !important;
  line-height: 1.16;
}

main li,
main summary {
  font-size: clamp(17px, 1vw, 19px);
}

main small {
  font-size: 15px;
  line-height: 1.6;
}

.quiet-note,
.privacy-note,
.audio-status {
  font-size: 16px !important;
}

.volume-control label,
.track-select-wrap label,
.upload-button,
.launch-audio-controls > label,
.launch-audio-controls select {
  font-size: 14px !important;
}

.pult-footer {
  position: relative;
  z-index: 1;
  padding: 64px clamp(24px, 7vw, 110px) 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(430px, 1fr);
  gap: 58px;
  background: #0a0d0b;
  color: #d9dedb;
}

.pult-footer-brand {
  align-self: start;
}

.pult-footer-brand a {
  display: inline-flex;
}

.pult-footer-brand img {
  display: block;
  width: 110px;
}

.pult-footer-brand p {
  margin: 20px 0 0;
  color: #a1aaa4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pult-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.pult-footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.28);
  color: #f0f3f1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: border-color .2s, background-color .2s, color .2s;
}

.pult-footer-actions a:hover {
  border-color: #fff;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.pult-footer-actions .pult-footer-cta {
  border-color: rgba(147,208,79,.55);
  color: #93d04f;
}

.pult-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
}

.pult-footer-links nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.pult-footer-links strong {
  margin-bottom: 4px;
  color: #929b95;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pult-footer-links a {
  color: #d4dad6;
  font-size: 17px;
  line-height: 1.45;
  transition: color .2s;
}

.pult-footer-links a:hover {
  color: #fff;
}

.pult-footer-meta {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #929b95;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1280px) {
  .site-header nav a,
  .sub-nav a,
  .scratch-header nav a {
    font-size: 18px;
  }

  .pult-footer {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 17px;
  }

  main p,
  .scratch-next p,
  main li,
  main summary {
    font-size: 17px !important;
  }

  main .parent-quote p {
    font-size: clamp(34px, 9vw, 42px) !important;
    line-height: 1.16;
  }

  .pult-footer {
    padding: 50px 22px 24px;
    gap: 36px;
  }

  .pult-footer-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .pult-footer-actions a {
    width: 100%;
  }

  .pult-footer-links {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pult-footer-links a {
    font-size: 17px;
  }

  .pult-footer-meta {
    font-size: 14px;
  }
}
