/* THF Contributors */

.thf-contributors-page {
  --thf-dark: #101010;
  --thf-muted: #6f746f;
  --thf-line: rgba(0,0,0,.12);
  --thf-bg: #f7f6f2;
  --thf-card: #ffffff;
  --thf-accent: #b55d35;
  --thf-blue: #061936;

  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) 22px;
  color: var(--thf-dark);
  font-family: inherit;
}

.thf-contributors-page * {
  box-sizing: border-box;
}

.thf-contributors-hero {
  max-width: 940px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.thf-kicker,
.thf-card-kicker {
  margin: 0 0 18px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--thf-accent) !important;
  font-weight: 600 !important;
}

.thf-contributors-hero h1 {
  margin: 0 !important;
  max-width: 960px;
  font-size: clamp(38px, 6.2vw, 78px) !important;
  line-height: .94 !important;
  letter-spacing: -0.045em !important;
  font-weight: 500 !important;
  color: var(--thf-dark) !important;
  text-transform: none !important;
}

.thf-hero-text {
  margin: 24px 0 0 !important;
  max-width: 760px;
  font-size: clamp(19px, 2.15vw, 27px) !important;
  line-height: 1.28 !important;
  color: #2b2b2b !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-contributors-intro {
  max-width: 840px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.thf-contributors-intro p {
  margin: 0 0 18px !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  line-height: 1.48 !important;
  color: #252525 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-contributors-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.thf-card {
  padding: clamp(24px, 3.2vw, 34px);
  background: var(--thf-card);
  border: 1px solid var(--thf-line);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.045);
}

.thf-card-large {
  grid-row: span 2;
  background: var(--thf-bg);
}

.thf-card h2,
.thf-section h2,
.thf-final-cta h2 {
  margin: 0 0 24px !important;
  font-size: clamp(29px, 3.6vw, 50px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
  color: var(--thf-dark) !important;
  text-transform: none !important;
}

.thf-final-cta h2 {
  color: #fff !important;
}

.thf-card h3 {
  margin: 0 0 18px !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  font-weight: 500 !important;
  color: var(--thf-dark) !important;
  text-transform: none !important;
}

.thf-card p,
.thf-section p,
.thf-final-cta p {
  margin: 0 0 18px !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
  color: #333 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-section {
  padding: clamp(28px, 4vw, 46px) 0;
  border-top: 1px solid var(--thf-line);
}

.thf-value-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.thf-value-copy {
  max-width: 760px;
}

.thf-emphasis {
  margin-top: 30px !important;
  padding-left: 22px;
  border-left: 3px solid var(--thf-accent);
  font-size: clamp(22px, 2.4vw, 32px) !important;
  line-height: 1.34 !important;
  color: var(--thf-dark) !important;
}

.thf-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  margin-top: 28px;
}

.thf-list-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
}

.thf-topic-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid var(--thf-line);
}

.thf-topic-list li {
  position: relative;
  padding: 20px 0 20px 34px !important;
  border-bottom: 1px solid var(--thf-line);
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.32 !important;
  color: #222 !important;
  text-transform: none !important;
}

.thf-topic-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--thf-accent);
}

.thf-final-cta {
  margin-top: clamp(40px, 7vw, 90px);
  padding: clamp(34px, 6vw, 70px);
  border-radius: 34px;
  background: var(--thf-blue);
  color: #fff;
}

.thf-final-cta p {
  max-width: 820px;
  color: rgba(255,255,255,.78) !important;
}

.thf-contributors-form-wrap {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
}

.thf-contributors-form {
  margin: 0;
}

.thf-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.thf-contributors-form p {
  margin: 0 0 18px !important;
}

.thf-contributors-form label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-contributors-form input[type="text"],
.thf-contributors-form input[type="email"],
.thf-contributors-form input[type="url"],
.thf-contributors-form input[type="file"],
.thf-contributors-form select,
.thf-contributors-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.94);
  color: #101010;
  border-radius: 16px;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
  box-shadow: none;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-contributors-form textarea {
  resize: vertical;
}

.thf-checkbox label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255,255,255,.82) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.thf-checkbox input {
  margin-top: 3px;
}

.thf-checkbox a {
  color: #fff !important;
  text-decoration: underline !important;
}

.thf-submit {
  appearance: none;
  border: 1px solid rgba(255,255,255,.78);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 16px 25px;
  border-radius: 999px;
  background: #fff;
  color: var(--thf-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .22s ease, opacity .22s ease;
}

.thf-submit:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.thf-form-alert {
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.thf-form-success {
  background: rgba(236, 247, 236, .96);
  color: #1f4f25;
}

.thf-form-error {
  background: rgba(255, 239, 239, .96);
  color: #7a1d1d;
}

.thf-form-error ul {
  margin: 8px 0 0 18px;
}

.thf-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .thf-contributors-grid,
  .thf-value-section,
  .thf-list-section,
  .thf-columns,
  .thf-form-grid {
    grid-template-columns: 1fr;
  }

  .thf-card-large {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .thf-contributors-page {
    padding: 52px 18px;
  }

  .thf-contributors-hero h1 {
    font-size: clamp(42px, 13vw, 68px) !important;
  }

  .thf-hero-text {
    font-size: 20px !important;
  }

  .thf-contributors-intro p {
    font-size: 19px !important;
  }

  .thf-card,
  .thf-final-cta,
  .thf-contributors-form-wrap {
    border-radius: 24px;
  }

  .thf-card p,
  .thf-section p,
  .thf-final-cta p {
    font-size: 16px !important;
  }

  .thf-card h2,
  .thf-section h2,
  .thf-final-cta h2 {
    font-size: 34px !important;
  }

  .thf-topic-list li {
    font-size: 18px !important;
  }

  .thf-final-cta {
    padding: 30px 20px;
  }
}


/* THF Contributors 1.1 refinements */

.thf-topic-list,
.thf-topic-list li {
  list-style: none !important;
  list-style-type: none !important;
}

.thf-topic-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.thf-topic-list li {
  margin-left: 0 !important;
}

.thf-topic-list-muted li::before {
  background: transparent;
  border: 1px solid var(--thf-accent);
}

.thf-no-publish-section {
  border-top: 1px solid var(--thf-line);
}

.thf-submit {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: none !important;
}

.thf-submit:hover {
  background: #fff !important;
  color: var(--thf-blue) !important;
  opacity: 1 !important;
}

.thf-final-cta .thf-submit {
  outline: none !important;
}


/* THF Contributors 1.2 refinements */

.thf-topic-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.thf-topic-list li {
  list-style: none !important;
  display: block !important;
  padding-left: 34px !important;
}

.thf-topic-list li::marker {
  content: "" !important;
  display: none !important;
}

.thf-topic-list li::before {
  top: 50% !important;
  transform: translateY(-50%);
}

.thf-contributors-form input[type="file"] {
  cursor: pointer;
  line-height: 1.4;
}

.thf-field-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,.68);
  text-transform: none !important;
  letter-spacing: normal !important;
}

.thf-editorial-criteria h2 br {
  display: block;
}


/* THF Contributors 1.4 visual refinements */

.thf-card-large {
  background: var(--thf-blue) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.08) !important;
}

.thf-card-large .thf-card-kicker {
  color: rgba(255,255,255,.72) !important;
}

.thf-card-large h2,
.thf-card-large h3,
.thf-card-large p {
  color: #fff !important;
}

.thf-card-large p {
  color: rgba(255,255,255,.82) !important;
}

.thf-card-large .thf-emphasis {
  color: #fff !important;
  border-left-color: rgba(255,255,255,.5) !important;
}

@media (max-width: 640px) {
  .thf-contributors-page {
    padding: 38px 18px;
  }

  .thf-contributors-hero h1 {
    font-size: clamp(34px, 11vw, 56px) !important;
  }

  .thf-hero-text {
    font-size: 18px !important;
  }

  .thf-contributors-intro p {
    font-size: 17px !important;
  }

  .thf-card h2,
  .thf-section h2,
  .thf-final-cta h2 {
    font-size: 30px !important;
  }
}
