:root {
  --ink: #18211f;
  --muted: #66716e;
  --red: #e2473f;
  --soft: #f5f3ed;
  --line: #dce1de;
  --green: #193f36;
}

.expert-contact-form > .expert-field {
  margin-top: 16px;
}
.expert-contact-form .rli-intake:not(.rli-intake--explicit) {
  display: block;
  margin: 26px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.expert-contact-form .rli-intake__fields {
  display: grid;
}
.expert-contact-form .rli-intake__choice span,
.expert-contact-form .rli-intake__input {
  border-radius: 9px;
}
.expert-contact-form .rli-intake__choice input:checked + span {
  border-color: var(--red);
  background: var(--red);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.expert-article {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 90px;
}
.expert-back {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.expert-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.expert-article h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.expert-article > time {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.expert-profile {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  margin: 38px 0;
  padding: 22px;
  border-block: 1px solid var(--line);
}
.expert-profile > img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--soft);
}
.expert-profile strong,
.expert-profile span,
.expert-profile a {
  display: block;
}
.expert-profile strong {
  font-size: 19px;
}
.expert-profile span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.expert-profile a {
  margin-top: 9px;
  color: var(--red);
  font-size: 10px;
  line-height: 1.35;
}
.expert-article article {
  font-size: 18px;
  line-height: 1.7;
}
.expert-article article p {
  margin: 0 0 22px;
}
.expert-article article h2 {
  margin: 42px 0 15px;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.expert-lead {
  font-size: 21px;
  line-height: 1.58;
}
.expert-source {
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.expert-source > strong {
  font-size: 14px;
}
.expert-source p {
  margin: 8px 0 !important;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.expert-source a {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}
.expert-contact {
  margin-top: 56px;
  padding: 36px;
  border-radius: 22px;
  background: var(--soft);
}
.expert-contact-copy h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.expert-contact-copy > p:not(.expert-kicker) {
  max-width: 680px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.expert-contact-copy > strong {
  font-size: 16px;
}
.expert-contact-form .rli-intake {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 18px;
}
.expert-field {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.expert-field-wide {
  grid-column: 1/-1;
}
.expert-field > span,
.expert-field legend {
  display: block;
  margin: 0 0 7px;
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.expert-field input,
.expert-field textarea {
  width: 100%;
  border: 1px solid #cbd1ce;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font:
    16px/1.3 Arial,
    sans-serif;
}
.expert-field input {
  height: 48px;
  padding: 0 14px;
}
.expert-field textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
}
.expert-field input:focus,
.expert-field textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(25, 63, 54, 0.14);
}
.expert-channel-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.expert-channel-options label {
  position: relative;
}
.expert-channel-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.expert-channel-options span {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd1ce;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.expert-channel-options input:checked + span {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.expert-channel-options input:focus-visible + span {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.expert-privacy {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.expert-privacy input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
}
.expert-privacy a {
  color: inherit;
}
.expert-contact-form > button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font:
    700 15px/1 Arial,
    sans-serif;
  cursor: pointer;
}
.expert-contact-form > button:hover {
  filter: brightness(0.94);
}
.expert-article + .site-footer {
  margin-top: 0;
}
@media (max-width: 600px) {
  .expert-article {
    width: calc(100% - 32px);
    padding: 36px 0 64px;
  }
  .expert-back {
    margin-bottom: 34px;
  }
  .expert-article h1 {
    font-size: 30px;
  }
  .expert-profile {
    grid-template-columns: 74px 1fr;
    gap: 15px;
    padding: 18px 0;
  }
  .expert-profile > img {
    width: 74px;
    height: 74px;
  }
  .expert-profile strong {
    font-size: 16px;
  }
  .expert-article article {
    font-size: 17px;
  }
  .expert-lead {
    font-size: 18px;
  }
  .expert-article article h2 {
    font-size: 23px;
  }
  .expert-contact {
    margin-top: 42px;
    padding: 24px 18px;
    border-radius: 18px;
  }
  .expert-contact-copy h2 {
    font-size: 26px;
  }
  .expert-contact-form .rli-intake {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .expert-field-wide {
    grid-column: auto;
  }
  .expert-channel-options {
    grid-template-columns: 1fr;
  }
  .expert-contact-form > button {
    width: 100%;
  }
}
.expert-byline {
  margin: 14px 0 24px;
  color: #717875;
  font-size: 14px;
}
.expert-byline a {
  color: #222725;
  font-weight: 700;
  text-underline-offset: 3px;
}
