/* Resources page body — header chrome from styles-hp11.css */

.band-resources {
  display: block;
  padding-top: clamp(72px, 10vw, 144px);
  padding-bottom: clamp(96px, 12vw, 168px);
}
.band-resources .kicker {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}
.res-list {
  display: block;
  grid-column: 1 / -1;
  margin-top: 0;
}
.res-item {
  border-top: 1px solid rgba(230, 228, 223, 0.18);
  border-bottom: 0;
  padding: clamp(42px, 5vw, 70px) 0;
}
.res-item:last-child {
  border-bottom: 1px solid rgba(230, 228, 223, 0.18);
}
.res-item > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 30px;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
}
.res-item-copy {
  flex: 1 1 auto;
  min-width: 0;
}
.res-item-title {
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  max-width: 940px;
  color: var(--ink);
}
.res-item-note {
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 34em;
  text-wrap: pretty;
}
.res-item-action {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.res-item-icon {
  display: block;
  width: 96px;
  height: 96px;
  flex-basis: 96px;
  color: #e6e4df;
}

@media (max-width: 800px) {
  .band-resources {
    padding-top: 36px;
    padding-bottom: 72px;
  }
  .band-resources .kicker {
    margin-bottom: 0;
  }
  .res-list {
    margin-top: 0 !important;
  }
  .res-item {
    padding: 22px 0;
  }
  .res-item:first-child {
    padding-top: 16px;
  }
  .res-item > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .res-item-icon {
    order: -1;
    width: 28px;
    height: 28px;
    flex-basis: auto;
    margin: 0 0 2px;
  }
  .res-item-copy {
    width: 100%;
  }
  .res-item-title {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.05;
  }
  .res-item-note {
    margin-top: 10px;
    font-size: 15px;
  }
  .res-item-action {
    margin-top: 12px;
  }
}


/* Resources inbox CTA */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.res-loop {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--margin, 72px) 48px;
  box-sizing: border-box;
}
.res-loop-box {
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 36px 44px;
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: var(--radius, 32px);
  color: #0d0d0d;
}
.res-loop-title {
  margin: 0;
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: #0d0d0d;
}
.res-loop-copy {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5e5c58;
  max-width: 36em;
}
.res-loop-form {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.res-loop-email {
  flex: 1 1 220px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 220px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.28);
  border-radius: 999px;
  color: #0d0d0d;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0 22px;
  outline: none;
  align-self: stretch;
}
.res-loop-email::placeholder {
  color: #8b8882;
  letter-spacing: 0.08em;
}
.res-loop-email:focus {
  border-color: rgba(13, 13, 13, 0.55);
}
.res-loop-email[aria-invalid="true"] {
  border-color: #c45c5c;
}
.res-loop-submit {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: #0d0d0d;
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  height: 48px;
  min-height: 48px;
  padding: 0 26px;
  line-height: 1.2;
  white-space: nowrap;
}
.res-loop-submit:disabled {
  opacity: 0.6;
  cursor: default;
}
.res-loop-status {
  margin: 16px 0 0;
  font-size: 14px;
  color: #5e5c58;
}
@media (max-width: 800px) {
  .res-loop {
    padding: 8px 20px 40px;
  }
  .res-loop-box {
    padding: 28px 22px 32px;
    border-radius: 20px;
  }
  .res-loop-title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .res-loop-copy {
    font-size: 15px;
  }
  .res-loop-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
  }
  .res-loop-email,
  .res-loop-submit {
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
  }
  .res-loop-email {
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    align-self: auto;
  }
}
