body.plum-lithium-extraction-detail {
  --plum-lithium-cream: #f8f7f3;
  --plum-lithium-paper: #ffffff;
  --plum-lithium-ink: #0b2730;
  --plum-lithium-muted: #617174;
  --plum-lithium-line: #d8e0de;
  --plum-lithium-mist: #eaf0ee;
  --plum-lithium-pale-blue: #edf2ff;
  --plum-lithium-teal: #0c3c48;
  --plum-lithium-teal-deep: #082a32;
  --plum-lithium-cobalt: #071bc8;
  --plum-lithium-cyan: #13c7cc;
  --plum-lithium-orange: #f36b16;
  background: var(--plum-lithium-cream);
}

.plum-lithium-extraction-detail .plum-page-body,
.plum-lithium-extraction-detail .plum-page-body > .wp-block-post-content {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.plum-lithium-extraction-detail .plum-page-body > .wp-block-post-content > * {
  max-width: none;
}

.plum-lithium-extraction-detail .plum-breadcrumbs {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1320px;
  padding: 22px 24px;
  width: 100%;
}

.plum-lithium-extraction-detail :is(h1, h2, h3, p, a, span, strong, small, li, dt, dd, summary, figcaption, label, button) {
  letter-spacing: 0;
}

.plum-lithium-shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1368px;
  padding-inline: 24px;
  width: 100%;
}

.plum-lithium-eyebrow {
  color: var(--plum-lithium-cobalt);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.plum-lithium-hero {
  background: var(--plum-lithium-cream);
  overflow: hidden;
  padding-top: 62px;
}

.plum-lithium-hero__header {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  padding-bottom: 52px;
}

.plum-lithium-hero h1 {
  color: var(--plum-lithium-teal-deep);
  font-size: 66px;
  font-weight: 650;
  line-height: 1.08;
  margin: 0;
  max-width: 930px;
}

.plum-lithium-hero__lead {
  color: var(--plum-lithium-muted);
  font-size: 21px;
  line-height: 1.72;
  margin: 28px 0 0;
  max-width: 900px;
}

.plum-lithium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.plum-lithium-button--primary {
  background: var(--plum-lithium-orange);
  border-color: var(--plum-lithium-orange);
  color: #fff;
}

.plum-lithium-button--primary:hover,
.plum-lithium-button--primary:focus-visible {
  background: #d9560b;
  border-color: #d9560b;
  color: #fff;
}

.plum-lithium-button--secondary {
  background: var(--plum-lithium-paper);
  border-color: var(--plum-lithium-line);
  color: var(--plum-lithium-teal-deep);
}

.plum-lithium-button--secondary:hover,
.plum-lithium-button--secondary:focus-visible {
  background: var(--plum-lithium-teal-deep);
  border-color: var(--plum-lithium-teal-deep);
  color: #fff;
}

.plum-lithium-hero__boundary {
  border-left: 4px solid var(--plum-lithium-cyan);
  padding: 4px 0 4px 28px;
}

.plum-lithium-hero__boundary > span {
  color: var(--plum-lithium-teal-deep);
  display: block;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 10px;
}

.plum-lithium-hero__boundary p {
  color: var(--plum-lithium-muted);
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
}

.plum-lithium-hero__boundary p + p {
  border-top: 1px solid var(--plum-lithium-line);
  margin-top: 15px;
  padding-top: 15px;
}

.plum-lithium-hero__media {
  aspect-ratio: 2.22;
  border-radius: 8px 58px 8px 58px;
  margin: 0 auto;
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

.plum-lithium-hero__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  width: 100%;
}

.plum-lithium-hero__media figcaption {
  background: rgba(8, 42, 50, 0.92);
  bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  left: 0;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
  padding: 13px 20px;
  position: absolute;
}

.plum-lithium-hero__path {
  background: var(--plum-lithium-pale-blue);
  border-radius: 0 0 38px 38px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  padding-inline: 0;
}

.plum-lithium-hero__path li {
  min-height: 164px;
  padding: 28px 24px 30px;
}

.plum-lithium-hero__path li + li {
  border-left: 1px solid #ccd7ed;
}

.plum-lithium-hero__path span,
.plum-lithium-hero__path strong,
.plum-lithium-hero__path small {
  display: block;
}

.plum-lithium-hero__path span {
  color: var(--plum-lithium-cobalt);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
}

.plum-lithium-hero__path strong {
  color: var(--plum-lithium-ink);
  font-size: 16px;
  line-height: 1.45;
}

.plum-lithium-hero__path small {
  color: var(--plum-lithium-muted);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 8px;
}

.plum-lithium-local-nav {
  background: rgba(248, 247, 243, 0.96);
  border-bottom: 1px solid var(--plum-lithium-line);
  border-top: 1px solid var(--plum-lithium-line);
  position: sticky;
  top: 88px;
  z-index: 18;
}

.plum-lithium-local-nav .plum-lithium-shell {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  scrollbar-width: none;
}

.plum-lithium-local-nav .plum-lithium-shell::-webkit-scrollbar {
  display: none;
}

.plum-lithium-local-nav a {
  color: var(--plum-lithium-teal-deep);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 760;
  padding: 17px 0;
  position: relative;
  text-decoration: none;
}

.plum-lithium-local-nav a::after {
  background: var(--plum-lithium-cyan);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
}

.plum-lithium-local-nav a:hover,
.plum-lithium-local-nav a:focus-visible {
  color: var(--plum-lithium-cobalt);
}

.plum-lithium-local-nav a:hover::after,
.plum-lithium-local-nav a:focus-visible::after {
  opacity: 1;
}

.plum-lithium-section {
  padding: 108px 0;
  scroll-margin-top: 158px;
}

.plum-lithium-section-head {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
  margin-bottom: 52px;
}

.plum-lithium-section-head h2,
.plum-lithium-validation__intro h2,
.plum-lithium-resources h2,
.plum-lithium-faq h2,
.plum-lithium-form-intro h2 {
  color: var(--plum-lithium-teal-deep);
  font-size: 44px;
  font-weight: 650;
  line-height: 1.18;
  margin: 0;
}

.plum-lithium-section-head > p,
.plum-lithium-validation__intro > p {
  color: var(--plum-lithium-muted);
  font-size: 16px;
  line-height: 1.78;
  margin: 0;
}

.plum-lithium-feed-ledger {
  border-bottom: 1px solid var(--plum-lithium-line);
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-feed {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  padding: 38px 0;
  position: relative;
}

.plum-lithium-feed + .plum-lithium-feed {
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-feed::before {
  bottom: 38px;
  content: "";
  left: 0;
  position: absolute;
  top: 38px;
  width: 5px;
}

.plum-lithium-feed--brine::before {
  background: var(--plum-lithium-cobalt);
}

.plum-lithium-feed--ore::before {
  background: var(--plum-lithium-orange);
}

.plum-lithium-feed header {
  padding-left: 28px;
}

.plum-lithium-feed header > span {
  color: var(--plum-lithium-cobalt);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.plum-lithium-feed--ore header > span {
  color: var(--plum-lithium-orange);
}

.plum-lithium-feed h3 {
  color: var(--plum-lithium-ink);
  font-size: 26px;
  line-height: 1.35;
  margin: 0;
}

.plum-lithium-feed header p {
  color: var(--plum-lithium-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.plum-lithium-feed dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.plum-lithium-feed dl > div {
  border-left: 1px solid var(--plum-lithium-line);
  padding: 2px 28px 22px;
}

.plum-lithium-feed dt {
  color: var(--plum-lithium-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.5;
}

.plum-lithium-feed dd {
  color: var(--plum-lithium-muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 8px 0 0;
}

.plum-lithium-decision-question {
  background: var(--plum-lithium-pale-blue);
  border-radius: 8px 36px 8px 36px;
  margin-top: 44px;
  padding: 34px 40px;
}

.plum-lithium-decision-question span {
  color: var(--plum-lithium-cobalt);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.plum-lithium-decision-question h3 {
  color: var(--plum-lithium-teal-deep);
  font-size: 28px;
  line-height: 1.35;
  margin: 0;
}

.plum-lithium-decision-question p {
  color: var(--plum-lithium-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 13px 0 0;
}

.plum-lithium-routes {
  background: var(--plum-lithium-teal-deep);
}

.plum-lithium-section-head--light h2,
.plum-lithium-section-head--light > p,
.plum-lithium-evidence .plum-lithium-section-head h2,
.plum-lithium-evidence .plum-lithium-section-head > p {
  color: #fff;
}

.plum-lithium-section-head--light > p,
.plum-lithium-evidence .plum-lithium-section-head > p {
  color: rgba(255, 255, 255, 0.72);
}

.plum-lithium-routes .plum-lithium-eyebrow,
.plum-lithium-validation .plum-lithium-eyebrow,
.plum-lithium-evidence .plum-lithium-eyebrow,
.plum-lithium-form-section .plum-lithium-eyebrow {
  color: var(--plum-lithium-cyan);
}

.plum-lithium-route {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px 34px 8px 34px;
  overflow: hidden;
}

.plum-lithium-route + .plum-lithium-route {
  margin-top: 24px;
}

.plum-lithium-route > header {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 24px 30px;
}

.plum-lithium-route--brine > header {
  background: var(--plum-lithium-cobalt);
}

.plum-lithium-route--ore > header {
  background: #154e58;
  border-top: 5px solid var(--plum-lithium-orange);
}

.plum-lithium-route > header > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.plum-lithium-route header p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 4px;
}

.plum-lithium-route header h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
}

.plum-lithium-route header > strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.plum-lithium-route ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.plum-lithium-route li {
  min-height: 178px;
  padding: 28px 22px;
}

.plum-lithium-route li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.plum-lithium-route li span,
.plum-lithium-route li strong,
.plum-lithium-route li small {
  display: block;
}

.plum-lithium-route li span {
  color: var(--plum-lithium-cyan);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 22px;
}

.plum-lithium-route--ore li span {
  color: #ff9b5b;
}

.plum-lithium-route li strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.plum-lithium-route li small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.58;
  margin-top: 8px;
}

.plum-lithium-route-note {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 30px;
  grid-template-columns: 120px minmax(0, 1fr);
  margin: 36px 0 0;
  padding-top: 26px;
}

.plum-lithium-route-note strong {
  color: var(--plum-lithium-cyan);
  font-size: 13px;
}

.plum-lithium-route-note span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.plum-lithium-responsibilities {
  background: var(--plum-lithium-paper);
}

.plum-lithium-tech-ledger {
  border-bottom: 1px solid var(--plum-lithium-line);
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-tech-ledger > :is(a, div) {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 30px;
  grid-template-columns: 52px minmax(0, 1fr) minmax(190px, auto);
  padding: 25px 6px;
  text-decoration: none;
}

.plum-lithium-tech-ledger > :is(a, div) + :is(a, div) {
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-tech-ledger > :is(a, div) > span {
  color: var(--plum-lithium-cobalt);
  font-size: 13px;
  font-weight: 800;
}

.plum-lithium-tech-ledger h3 {
  color: var(--plum-lithium-ink);
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}

.plum-lithium-tech-ledger p {
  color: var(--plum-lithium-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 6px 0 0;
}

.plum-lithium-tech-ledger > :is(a, div) > strong {
  color: var(--plum-lithium-teal);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.plum-lithium-tech-ledger > a:hover,
.plum-lithium-tech-ledger > a:focus-visible {
  background: var(--plum-lithium-pale-blue);
}

.plum-lithium-tech-ledger > a:hover > strong,
.plum-lithium-tech-ledger > a:focus-visible > strong {
  color: var(--plum-lithium-cobalt);
}

.plum-lithium-pek-boundary {
  background: var(--plum-lithium-pale-blue);
  border-left: 5px solid var(--plum-lithium-cyan);
  display: grid;
  gap: 30px;
  grid-template-columns: 210px minmax(0, 1fr);
  margin-top: 40px;
  padding: 28px 34px;
}

.plum-lithium-pek-boundary span {
  color: var(--plum-lithium-cobalt);
  font-size: 13px;
  font-weight: 800;
}

.plum-lithium-pek-boundary p {
  color: var(--plum-lithium-muted);
  font-size: 14px;
  line-height: 1.76;
  margin: 0;
}

.plum-lithium-pek-boundary strong {
  color: var(--plum-lithium-teal-deep);
}

.plum-lithium-validation {
  background: var(--plum-lithium-cobalt);
}

.plum-lithium-validation__intro {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
  margin-bottom: 50px;
}

.plum-lithium-validation__intro h2,
.plum-lithium-validation__intro > p {
  color: #fff;
}

.plum-lithium-validation__intro > p {
  color: rgba(255, 255, 255, 0.72);
}

.plum-lithium-validation-path {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.plum-lithium-validation-path li {
  min-height: 190px;
  padding: 30px 22px;
}

.plum-lithium-validation-path li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.plum-lithium-validation-path .plum-engineering-marker {
  color: var(--plum-lithium-cyan);
  margin-bottom: 22px;
}

.plum-lithium-validation-path .plum-engineering-marker span {
  margin-bottom: 0;
}

.plum-lithium-validation-path .plum-engineering-icon {
  height: 29px;
  width: 29px;
}

.plum-lithium-validation-path span,
.plum-lithium-validation-path strong,
.plum-lithium-validation-path small {
  display: block;
}

.plum-lithium-validation-path span {
  color: var(--plum-lithium-cyan);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 24px;
}

.plum-lithium-validation-path strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.48;
}

.plum-lithium-validation-path small {
  color: rgba(255, 255, 255, 0.69);
  font-size: 12px;
  line-height: 1.62;
  margin-top: 9px;
}

.plum-lithium-validation-output {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 38px;
}

.plum-lithium-validation-output span {
  color: var(--plum-lithium-cyan);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.plum-lithium-validation-output p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
}

.plum-lithium-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--plum-lithium-cobalt);
}

.plum-lithium-button--light:hover,
.plum-lithium-button--light:focus-visible {
  background: var(--plum-lithium-cyan);
  border-color: var(--plum-lithium-cyan);
  color: var(--plum-lithium-teal-deep);
}

.plum-lithium-boundary {
  background: var(--plum-lithium-cream);
}

.plum-lithium-boundary-layout {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
}

.plum-lithium-boundary-layout figure {
  border-radius: 8px 38px 8px 38px;
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.plum-lithium-boundary-layout figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.plum-lithium-boundary-layout figcaption {
  background: rgba(8, 42, 50, 0.92);
  bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  left: 0;
  line-height: 1.55;
  padding: 12px 16px;
  position: absolute;
  right: 0;
}

.plum-lithium-boundary-list {
  border-bottom: 1px solid var(--plum-lithium-line);
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-boundary-list article {
  padding: 30px 8px;
}

.plum-lithium-boundary-list article + article {
  border-top: 1px solid var(--plum-lithium-line);
}

.plum-lithium-boundary-list span {
  color: var(--plum-lithium-cobalt);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.plum-lithium-boundary-list article + article span {
  color: var(--plum-lithium-orange);
}

.plum-lithium-boundary-list ul {
  color: var(--plum-lithium-muted);
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
  padding-left: 21px;
}

.plum-lithium-boundary-list li + li {
  margin-top: 7px;
}

.plum-lithium-evidence {
  background: var(--plum-lithium-teal-deep);
}

.plum-lithium-pilot-record {
  background: #fff;
  border-radius: 8px 40px 8px 40px;
  display: grid;
  grid-template-columns: minmax(230px, 0.56fr) minmax(0, 1.15fr) minmax(260px, 0.75fr);
  overflow: hidden;
}

.plum-lithium-pilot-record__metric,
.plum-lithium-pilot-record__copy,
.plum-lithium-pilot-record__note {
  padding: 38px 40px;
}

.plum-lithium-pilot-record__metric {
  background: var(--plum-lithium-cobalt);
}

.plum-lithium-pilot-record__metric span,
.plum-lithium-pilot-record__metric strong,
.plum-lithium-pilot-record__metric small {
  display: block;
}

.plum-lithium-pilot-record__metric span {
  color: var(--plum-lithium-cyan);
  font-size: 13px;
  font-weight: 800;
}

.plum-lithium-pilot-record__metric strong {
  color: #fff;
  font-size: 54px;
  line-height: 1;
  margin: 32px 0 20px;
}

.plum-lithium-pilot-record__metric small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.6;
}

.plum-lithium-pilot-record__copy > p {
  color: var(--plum-lithium-cobalt);
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 12px;
}

.plum-lithium-pilot-record__copy h3 {
  color: var(--plum-lithium-ink);
  font-size: 25px;
  line-height: 1.35;
  margin: 0 0 22px;
}

.plum-lithium-pilot-record__copy dl {
  margin: 0;
}

.plum-lithium-pilot-record__copy dl > div {
  border-top: 1px solid var(--plum-lithium-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 12px 0;
}

.plum-lithium-pilot-record__copy dt {
  color: var(--plum-lithium-teal-deep);
  font-size: 13px;
  font-weight: 800;
}

.plum-lithium-pilot-record__copy dd {
  color: var(--plum-lithium-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.plum-lithium-pilot-record__note {
  background: var(--plum-lithium-mist);
  border-left: 1px solid var(--plum-lithium-line);
}

.plum-lithium-pilot-record__note span {
  color: var(--plum-lithium-orange);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.plum-lithium-pilot-record__note p {
  color: var(--plum-lithium-muted);
  font-size: 14px;
  line-height: 1.76;
  margin: 0;
}

.plum-lithium-resources-faq {
  background: var(--plum-lithium-paper);
}

.plum-lithium-resources-faq__grid {
  display: grid;
  gap: 88px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.plum-lithium-resources h2,
.plum-lithium-faq h2 {
  font-size: 38px;
}

.plum-lithium-resources > a {
  border-top: 1px solid var(--plum-lithium-line);
  color: var(--plum-lithium-ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 94px minmax(0, 1fr);
  padding: 18px 0;
  text-decoration: none;
}

.plum-lithium-resources > a:first-of-type {
  margin-top: 28px;
}

.plum-lithium-resources > a:last-child {
  border-bottom: 1px solid var(--plum-lithium-line);
}

.plum-lithium-resources > a span {
  color: var(--plum-lithium-cobalt);
  font-size: 12px;
  font-weight: 800;
}

.plum-lithium-resources > a strong {
  font-size: 15px;
  line-height: 1.5;
}

.plum-lithium-resources > a:hover strong,
.plum-lithium-resources > a:focus-visible strong {
  color: var(--plum-lithium-cobalt);
}

.plum-lithium-faq .plum-faq {
  margin-top: 28px;
}

.plum-lithium-faq .plum-faq details {
  border-color: var(--plum-lithium-line);
}

.plum-lithium-faq .plum-faq summary {
  color: var(--plum-lithium-ink);
}

.plum-lithium-faq .plum-faq details[open] summary {
  color: var(--plum-lithium-cobalt);
}

.plum-lithium-faq .plum-faq p {
  color: var(--plum-lithium-muted);
}

.plum-lithium-form-section {
  background: var(--plum-lithium-teal-deep);
  margin: 0;
  max-width: none !important;
  padding: 104px 0;
  scroll-margin-top: 158px;
}

.plum-lithium-form-grid {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

.plum-lithium-form-intro h2 {
  color: #fff;
}

.plum-lithium-form-intro > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  margin: 22px 0 0;
}

.plum-lithium-form-checklist {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 11px;
  margin-top: 32px;
  padding-top: 24px;
}

.plum-lithium-form-checklist span {
  color: var(--plum-lithium-cyan);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.plum-lithium-form-checklist strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.5;
}

.plum-lithium-form-boundary {
  border-left: 3px solid var(--plum-lithium-orange);
  padding-left: 16px;
}

.plum-lithium-form-panel {
  background: var(--plum-lithium-paper);
  border-radius: 8px 36px 8px 36px;
  padding: 34px 36px;
}

.plum-lithium-form-panel .plum-form {
  margin: 0;
}

.plum-lithium-form-panel .plum-form-topic {
  background: var(--plum-lithium-mist);
  border-color: var(--plum-lithium-line);
  border-left: 4px solid var(--plum-lithium-cyan);
}

.plum-lithium-form-panel .plum-form-topic span,
.plum-lithium-form-panel .plum-form small {
  color: var(--plum-lithium-muted);
}

.plum-lithium-form-panel .plum-form-topic strong,
.plum-lithium-form-panel .plum-form label {
  color: var(--plum-lithium-teal-deep);
}

.plum-lithium-form-panel .plum-form :is(input, textarea, select) {
  background: #fff;
  border-color: #c7d3d1;
  color: var(--plum-lithium-ink);
}

.plum-lithium-form-panel .plum-form :is(input, textarea, select):focus {
  border-color: var(--plum-lithium-cobalt);
  box-shadow: 0 0 0 3px rgba(7, 27, 200, 0.1);
  outline: 0;
}

.plum-lithium-form-panel .plum-form input::placeholder,
.plum-lithium-form-panel .plum-form textarea::placeholder {
  color: #7d8b8e;
  opacity: 1;
}

.plum-lithium-form-panel .plum-form input[type="file"] {
  color: var(--plum-lithium-muted);
  padding: 8px;
}

.plum-lithium-form-panel .plum-form input[type="file"]::file-selector-button {
  background: var(--plum-lithium-mist);
  border: 0;
  border-radius: 8px;
  color: var(--plum-lithium-teal-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 760;
  margin-right: 12px;
  padding: 9px 12px;
}

.plum-lithium-form-panel .plum-form-grid {
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plum-lithium-form-panel .plum-form-grid .plum-form-field--wide,
.plum-lithium-form-panel .plum-form-grid .plum-form-field--attachment,
.plum-lithium-form-panel .plum-form-grid .plum-form-actions {
  grid-column: 1 / -1;
}

.plum-lithium-form-panel .plum-form .plum-button--primary {
  background: var(--plum-lithium-orange);
  border-color: var(--plum-lithium-orange);
  color: #fff;
}

.plum-lithium-form-panel .plum-form .plum-button--primary:hover,
.plum-lithium-form-panel .plum-form .plum-button--primary:focus-visible {
  background: #d9560b;
  border-color: #d9560b;
}

.plum-lithium-form-note {
  border-top: 1px solid var(--plum-lithium-line);
  color: var(--plum-lithium-muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 24px 0 0;
  padding-top: 18px;
}

@media (max-width: 1180px) {
  .plum-lithium-hero h1 {
    font-size: 57px;
  }

  .plum-lithium-hero__header,
  .plum-lithium-section-head,
  .plum-lithium-validation__intro {
    gap: 44px;
  }

  .plum-lithium-hero__path,
  .plum-lithium-route ol,
  .plum-lithium-validation-path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plum-lithium-hero__path li:nth-child(4),
  .plum-lithium-route li:nth-child(4),
  .plum-lithium-validation-path li:nth-child(4) {
    border-left: 0;
  }

  .plum-lithium-hero__path li:nth-child(n + 4),
  .plum-lithium-route li:nth-child(n + 4),
  .plum-lithium-validation-path li:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .plum-lithium-hero__path li:nth-child(n + 4) {
    border-top-color: #ccd7ed;
  }

  .plum-lithium-pilot-record {
    grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.1fr);
  }

  .plum-lithium-pilot-record__note {
    border-left: 0;
    border-top: 1px solid var(--plum-lithium-line);
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .plum-lithium-hero {
    padding-top: 48px;
  }

  .plum-lithium-hero__header,
  .plum-lithium-section-head,
  .plum-lithium-validation__intro,
  .plum-lithium-feed,
  .plum-lithium-boundary-layout,
  .plum-lithium-resources-faq__grid,
  .plum-lithium-form-grid {
    grid-template-columns: 1fr;
  }

  .plum-lithium-hero__header {
    align-items: start;
  }

  .plum-lithium-hero__boundary {
    max-width: 740px;
  }

  .plum-lithium-hero h1 {
    font-size: 52px;
  }

  .plum-lithium-section {
    padding: 88px 0;
  }

  .plum-lithium-section-head,
  .plum-lithium-validation__intro {
    align-items: start;
    margin-bottom: 42px;
  }

  .plum-lithium-section-head > p,
  .plum-lithium-validation__intro > p {
    max-width: 760px;
  }

  .plum-lithium-feed {
    gap: 30px;
  }

  .plum-lithium-feed dl > div:first-child,
  .plum-lithium-feed dl > div:nth-child(3) {
    border-left: 0;
  }

  .plum-lithium-route > header {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .plum-lithium-route header > strong {
    grid-column: 2;
    text-align: left;
  }

  .plum-lithium-tech-ledger > :is(a, div) {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .plum-lithium-tech-ledger > :is(a, div) > strong {
    grid-column: 2;
    text-align: left;
  }

  .plum-lithium-boundary-layout figure {
    max-height: 620px;
    min-height: 480px;
  }

  .plum-lithium-form-section {
    padding: 88px 0;
  }

  .plum-lithium-form-intro {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .plum-lithium-shell {
    padding-inline: 18px;
  }

  .plum-lithium-hero {
    padding-top: 34px;
  }

  .plum-lithium-hero__header {
    gap: 34px;
    padding-bottom: 38px;
  }

  .plum-lithium-hero h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  .plum-lithium-hero__lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .plum-lithium-actions,
  .plum-lithium-validation-output {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .plum-lithium-actions {
    display: grid;
  }

  .plum-lithium-actions .plum-button,
  .plum-lithium-validation-output .plum-button {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .plum-lithium-hero__boundary {
    padding-left: 20px;
  }

  .plum-lithium-hero__media {
    aspect-ratio: 1.36;
    border-radius: 8px 34px 8px 34px;
  }

  .plum-lithium-hero__media figcaption {
    font-size: 11px;
    max-width: none;
    padding: 10px 14px;
    right: 0;
  }

  .plum-lithium-hero__path,
  .plum-lithium-route ol,
  .plum-lithium-validation-path {
    grid-template-columns: 1fr;
  }

  .plum-lithium-hero__path li,
  .plum-lithium-route li,
  .plum-lithium-validation-path li {
    min-height: 0;
    padding: 22px 20px;
  }

  .plum-lithium-hero__path li + li,
  .plum-lithium-route li + li,
  .plum-lithium-validation-path li + li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .plum-lithium-hero__path li + li {
    border-top-color: #ccd7ed;
  }

  .plum-lithium-hero__path span,
  .plum-lithium-route li span,
  .plum-lithium-validation-path span {
    margin-bottom: 10px;
  }

  .plum-lithium-local-nav {
    top: 70px;
  }

  .plum-lithium-local-nav .plum-lithium-shell {
    gap: 24px;
  }

  .plum-lithium-section {
    padding: 72px 0;
    scroll-margin-top: 132px;
  }

  .plum-lithium-section-head h2,
  .plum-lithium-validation__intro h2,
  .plum-lithium-resources h2,
  .plum-lithium-faq h2,
  .plum-lithium-form-intro h2 {
    font-size: 34px;
  }

  .plum-lithium-feed dl {
    grid-template-columns: 1fr;
  }

  .plum-lithium-feed dl > div {
    border-left: 0;
    border-top: 1px solid var(--plum-lithium-line);
    padding: 16px 0;
  }

  .plum-lithium-decision-question {
    padding: 28px 24px;
  }

  .plum-lithium-decision-question h3 {
    font-size: 23px;
  }

  .plum-lithium-route > header {
    gap: 14px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 22px 20px;
  }

  .plum-lithium-route-note,
  .plum-lithium-pek-boundary {
    grid-template-columns: 1fr;
  }

  .plum-lithium-tech-ledger > :is(a, div) {
    gap: 16px;
    padding: 22px 0;
  }

  .plum-lithium-boundary-layout figure {
    min-height: 420px;
  }

  .plum-lithium-pilot-record {
    grid-template-columns: 1fr;
  }

  .plum-lithium-pilot-record__note {
    grid-column: auto;
  }

  .plum-lithium-pilot-record__metric,
  .plum-lithium-pilot-record__copy,
  .plum-lithium-pilot-record__note {
    padding: 30px 26px;
  }

  .plum-lithium-resources-faq__grid,
  .plum-lithium-form-grid {
    gap: 60px;
  }

  .plum-lithium-form-section {
    padding: 72px 0;
    scroll-margin-top: 132px;
  }

  .plum-lithium-form-panel {
    border-radius: 8px 28px 8px 28px;
    padding: 26px 20px;
  }

  .plum-lithium-form-panel .plum-form-grid {
    grid-template-columns: 1fr;
  }

  .plum-lithium-form-panel .plum-form .plum-button--primary {
    width: 100%;
  }
}
