.wr-hero {
  position: relative;
  min-height: clamp(38rem, 76svh, 52rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #151922;
  color: var(--white);
}

.wr-hero__media,
.wr-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wr-hero__media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.wr-hero__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(16, 21, 29, 0.96) 0%, rgba(16, 21, 29, 0.83) 36%, rgba(16, 21, 29, 0.24) 72%, rgba(16, 21, 29, 0.08) 100%);
}

.wr-hero__inner {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.wr-hero__inner > * {
  max-width: 42rem;
}

.wr-eyebrow,
.wr-kicker {
  margin: 0 0 1rem;
  color: #f2c96d;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wr-hero h1 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.wr-hero__lead {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.wr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.wr-hero .btn-secondary {
  background: var(--white);
  border-color: var(--white);
  color: #151922;
}

.wr-builder .btn-secondary,
.wr-final .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--white);
}

.wr-hero .btn-secondary:hover,
.wr-hero .btn-secondary:focus-visible {
  background: #f3c660;
  border-color: #f3c660;
  color: #151922;
}

.wr-builder .btn-secondary:hover,
.wr-builder .btn-secondary:focus-visible,
.wr-final .btn-secondary:hover,
.wr-final .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
  color: var(--white);
}

.wr-hero__caption {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.wr-trust {
  background: #f3c660;
  color: #171b24;
}

.wr-trust__inner {
  min-height: 4.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.wr-trust__inner span {
  padding: 0.55rem 1rem;
  border-right: 1px solid rgba(23, 27, 36, 0.24);
  font-size: 0.77rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wr-trust__inner span:last-child {
  border-right: 0;
}

.wr-intro,
.wr-pathway,
.wr-trades,
.wr-support,
.wr-resources,
.wr-readiness,
.wr-faq {
  padding: 5.75rem 0;
}

.wr-intro {
  background: var(--white);
}

.wr-intro__grid,
.wr-builder__grid,
.wr-readiness__grid,
.wr-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
  gap: 4.5rem;
  align-items: start;
}

.wr-intro p:not(.section-eyebrow),
.wr-builder p,
.wr-final p,
.wr-boundary p {
  line-height: 1.75;
}

.wr-intro .section-lead + p {
  margin-top: 1.25rem;
  color: var(--text-muted);
}

.wr-boundary {
  padding: 0.25rem 0 0 2rem;
  border-left: 4px solid #d49a25;
}

.wr-boundary h2 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.wr-boundary p {
  color: var(--text-muted);
}

.wr-boundary strong {
  color: var(--text);
}

.wr-pathway {
  background: #f2f5f6;
}

.wr-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.62fr);
  gap: 3rem;
  align-items: end;
}

.wr-heading .section-lead {
  margin: 0;
}

.wr-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
}

.wr-rail li {
  position: relative;
  min-height: 19rem;
  padding: 2rem 1.5rem 1rem 0;
  border-top: 2px solid #c2cbd0;
}

.wr-rail li::before {
  content: "";
  position: absolute;
  top: -0.47rem;
  left: 0;
  width: 0.78rem;
  height: 0.78rem;
  border: 3px solid #f2f5f6;
  border-radius: 50%;
  background: #c89225;
}

.wr-rail span,
.wr-trade-grid article > span {
  color: #966b16;
  font-size: 0.72rem;
  font-weight: 800;
}

.wr-rail h3,
.wr-trade-grid h3,
.wr-support h3,
.wr-builder__requirements h3 {
  margin: 1.15rem 0 0;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.wr-rail p,
.wr-trade-grid p {
  margin: 0.75rem 0 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.wr-trades {
  background: var(--white);
}

.wr-trade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2.5rem;
  margin-top: 3.5rem;
}

.wr-trade-grid article {
  min-height: 11rem;
  padding: 1.45rem 0 1.6rem;
  border-top: 1px solid #ccd2d5;
}

.wr-builder {
  padding: 6rem 0;
  background: #18222a;
  color: var(--white);
}

.wr-builder h2,
.wr-final h2 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.wr-builder p,
.wr-final p {
  color: rgba(255, 255, 255, 0.78);
}

.wr-builder__requirements {
  padding: 0.5rem 0 0 2.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.wr-builder__requirements h3 {
  margin-top: 0;
  color: #f2c96d;
}

.wr-builder__requirements ul,
.wr-support ul,
.wr-readiness__list ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.wr-builder__requirements li,
.wr-support li,
.wr-readiness__list li {
  position: relative;
  padding: 0.82rem 0 0.82rem 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1.55;
}

.wr-builder__requirements li::before,
.wr-support li::before,
.wr-readiness__list li::before {
  content: "";
  position: absolute;
  top: 1.42rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #d59b28;
}

.wr-support {
  background: #eef1ec;
}

.wr-support__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  margin-top: 3.5rem;
}

.wr-support h3 {
  font-family: "DM Serif Display", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.wr-support li,
.wr-readiness__list li {
  border-bottom-color: rgba(30, 38, 43, 0.15);
}

.wr-resources {
  background: var(--white);
}

.wr-resource-list {
  margin-top: 3.25rem;
  border-top: 1px solid #cbd2d5;
}

.wr-resource-list a {
  display: grid;
  grid-template-columns: 8rem minmax(13rem, 0.85fr) minmax(16rem, 1.15fr) 1.25rem;
  gap: 1.25rem;
  align-items: center;
  padding: 1.55rem 0;
  border-bottom: 1px solid #cbd2d5;
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, padding 160ms ease;
}

.wr-resource-list a:hover {
  padding-left: 0.45rem;
  color: #8a6115;
}

.wr-resource-list span {
  color: #966b16;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wr-resource-list strong {
  font-size: 1.02rem;
}

.wr-resource-list p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.wr-resource-list b {
  font-size: 1.2rem;
  text-align: right;
}

.wr-source-note {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

.wr-readiness {
  background: #f1f4f6;
}

.wr-readiness .btn-primary {
  margin-top: 1rem;
}

.wr-readiness__list {
  padding-left: 2rem;
  border-left: 1px solid #c5cdd1;
}

.wr-faq {
  background: var(--white);
}

.wr-faq__list details {
  border-top: 1px solid #cbd2d5;
}

.wr-faq__list details:last-child {
  border-bottom: 1px solid #cbd2d5;
}

.wr-faq__list summary {
  position: relative;
  padding: 1.4rem 2.25rem 1.4rem 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.wr-faq__list summary::-webkit-details-marker {
  display: none;
}

.wr-faq__list summary::after {
  content: "+";
  position: absolute;
  top: 1.15rem;
  right: 0;
  color: #9b6c14;
  font-size: 1.5rem;
  font-weight: 400;
}

.wr-faq__list details[open] summary::after {
  content: "-";
}

.wr-faq__list p {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.wr-final {
  padding: 6rem 0;
  background: #291f1f;
  color: var(--white);
}

.wr-final__inner > * {
  max-width: 48rem;
}

@media (prefers-reduced-motion: no-preference) {
  .wr-hero__inner {
    animation: wr-hero-in 620ms ease-out both;
  }

  .wr-hero__media {
    animation: wr-image-in 900ms ease-out both;
  }

  @keyframes wr-hero-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes wr-image-in {
    from { opacity: 0.7; transform: scale(1.025); }
    to { opacity: 1; transform: scale(1); }
  }
}

@media (max-width: 900px) {
  .wr-hero {
    min-height: 42rem;
  }

  .wr-hero__overlay {
    background: linear-gradient(90deg, rgba(16, 21, 29, 0.93), rgba(16, 21, 29, 0.56));
  }

  .wr-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wr-trust__inner span:nth-child(2) {
    border-right: 0;
  }

  .wr-trust__inner span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 27, 36, 0.2);
  }

  .wr-intro__grid,
  .wr-builder__grid,
  .wr-readiness__grid,
  .wr-faq__grid,
  .wr-heading {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .wr-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wr-trade-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wr-resource-list a {
    grid-template-columns: 7rem minmax(12rem, 0.9fr) minmax(14rem, 1.1fr) 1rem;
  }
}

@media (max-width: 640px) {
  .wr-hero {
    min-height: 40rem;
    align-items: end;
  }

  .wr-hero__media {
    object-position: 63% center;
  }

  .wr-hero__overlay {
    background: linear-gradient(0deg, rgba(16, 21, 29, 0.98) 0%, rgba(16, 21, 29, 0.74) 62%, rgba(16, 21, 29, 0.2) 100%);
  }

  .wr-hero__inner {
    padding-top: 9rem;
    padding-bottom: 5.5rem;
  }

  .wr-hero h1 {
    font-size: 2.75rem;
  }

  .wr-hero__caption {
    right: 1rem;
    bottom: 0.55rem;
    left: 1rem;
    text-align: left;
  }

  .wr-actions {
    display: grid;
  }

  .wr-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .wr-trust__inner,
  .wr-rail,
  .wr-trade-grid,
  .wr-support__columns {
    grid-template-columns: 1fr;
  }

  .wr-trust__inner {
    padding: 0.8rem 0;
  }

  .wr-trust__inner span {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 27, 36, 0.2);
  }

  .wr-trust__inner span:last-child {
    border-bottom: 0;
  }

  .wr-intro,
  .wr-pathway,
  .wr-trades,
  .wr-support,
  .wr-resources,
  .wr-readiness,
  .wr-faq,
  .wr-builder,
  .wr-final {
    padding: 4.25rem 0;
  }

  .wr-boundary,
  .wr-builder__requirements,
  .wr-readiness__list {
    padding-left: 1.25rem;
  }

  .wr-rail li {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .wr-support__columns {
    gap: 2.25rem;
  }

  .wr-resource-list a {
    grid-template-columns: 1fr 1.25rem;
    gap: 0.55rem 1rem;
  }

  .wr-resource-list span,
  .wr-resource-list strong,
  .wr-resource-list p {
    grid-column: 1;
  }

  .wr-resource-list b {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}
