/* Current landing only. Archived variants keep their original minimal.css. */
.builder-story .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.bootcamp-logo {
  display: block;
  width: 28px;
  height: 28px;
  flex: none;
  image-rendering: pixelated;
}
.builder-story .nav-cta { white-space: nowrap; }
.builder-story .skip-link:not(:focus) {
  clip-path: inset(50%);
}
.builder-story .hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 24px;
  padding-block: 68px 76px;
}
.builder-story .hero h1 {
  font-size: clamp(62px, 6.8vw, 92px);
  white-space: normal;
  text-wrap: balance;
}
.builder-story .hero h1 em {
  color: var(--green);
  font-style: normal;
}
.builder-story .intro {
  max-width: 48ch;
  font-size: 16px;
}
.hero-app-art {
  position: absolute;
  left: -5%;
  top: 8%;
  width: 40%;
  mix-blend-mode: multiply;
  filter: brightness(1.04);
  image-rendering: pixelated;
  pointer-events: none;
}
.method-section {
  border-top: 1px solid var(--line);
  padding-block: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.method-copy > p {
  max-width: 440px;
  margin-top: 24px;
  font-size: 16px;
}
.method-copy > p + p {
  color: var(--muted);
  margin-top: 16px;
}
.method-art img,
.builder-story .coop-art img,
.story-steps img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  filter: brightness(1.04);
  image-rendering: pixelated;
  mask-image: none;
}
.builder-story .project-journey {
  margin-top: 0;
}
.journey-intro {
  color: var(--muted);
  font-size: 16px;
  margin-top: 25px;
  max-width: 60ch;
}
.builder-story .story-steps {
  position: relative;
  --step-gap: 32px;
  gap: var(--step-gap);
  margin-block: 36px 48px;
}
.builder-story .story-steps li,
.builder-story .story-steps li:first-child,
.builder-story .story-steps li:last-child {
  position: relative;
  display: grid;
  grid-template-rows: 32px auto 1fr;
  gap: 18px;
  padding: 0;
  border: 0;
  min-width: 0;
}
.story-steps::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #a9bda4;
}
@media (min-width: 701px) {
  .story-steps li:nth-child(2) .step-marker { justify-self: center; }
  .story-steps li:last-child .step-marker { justify-self: end; }
}
.step-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #a9bda4;
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 12px;
}
.builder-story .story-steps img {
  position: static;
  width: min(100%, 240px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 auto;
}
.step-copy { min-width: 0; }
.builder-story .story-steps p {
  max-width: 32ch;
  font-size: 14px;
  line-height: 1.7;
}
.builder-story .mentoring {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 52px;
  margin-block: 26px;
}
.mentoring-benefit {
  color: var(--green);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.2;
  margin-bottom: 18px;
}
.about-founder {
  border-top: 1px solid var(--line);
  padding-block: 50px;
  margin-bottom: 28px;
}
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 48px;
}
.about-founder h2 {
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.15;
  margin-top: 0;
}
.about-copy p {
  font-size: 16px;
}
.about-copy p + p {
  margin-top: 18px;
  color: var(--muted);
}
.credentials-context {
  font-size: 14px;
  color: var(--muted);
  margin-block: 36px 28px;
}
.founder-credentials {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 32px;
}
.founder-credentials li {
  min-width: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
}
.identity-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.identity-title { min-width: 0; }
.founder-role {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.2;
  margin-top: 12px;
}
.founder-photo {
  display: block;
  width: 160px;
  height: 160px;
  flex: none;
  image-rendering: pixelated;
  object-fit: cover;
  border-radius: 50%;
}
.about-intro { align-items: start; }
.credential-logo {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 14px;
}
.credential-logo img {
  max-width: min(100%, 140px);
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}
.credential-govtech img { width: 140px; }
.credential-microsoft img { max-height: 76px; }
.founder-credentials h3 { font-size: 24px; line-height: 1.2; }
.founder-credentials p {
  max-width: 22ch;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.builder-story .included-package {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 20px;
  font-size: 14px;
}
.builder-story .faq p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.builder-story .session-count {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 64px;
  margin-top: 0;
}
.builder-story .session-count span {
  font-size: 28px;
  margin-top: 0;
}
.session-duration {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
}
.builder-story .mentoring-copy {
  border-left: 2px solid #a9bda4;
  padding: 12px 0 12px 28px;
}
.builder-story .session-detail {
  max-width: 36ch;
  margin-top: 18px;
  font-size: 16px;
}
.builder-story .enrollment { margin-top: 40px; }
.builder-story .enroll-heading {
  max-width: 900px;
  margin: 0 auto;
  font-size: 70px;
  text-align: center;
  text-wrap: balance;
}
.builder-story .enroll {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  margin-block: 40px;
  padding: 48px 36px;
  background: #edf3e9;
  border: 1px solid #d4e0cd;
}
.builder-story .enroll p.enroll-promise {
  max-width: 46ch;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.8;
}
.builder-story .enroll .purchase-note { font-size: 14px; }
.builder-story .enroll-price { margin-top: 32px; }
.builder-story .enroll-price .price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 12px);
  margin: 0;
  color: var(--green);
  font-size: clamp(36px, 10vw, 72px);
  font-weight: 800;
  -webkit-text-stroke: 0.35px currentColor;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.builder-story .price-amount span {
  font-size: 16px;
  font-weight: 600;
  -webkit-text-stroke: 0;
  letter-spacing: 0;
  white-space: nowrap;
}
.builder-story .enroll-price .price-usd {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.builder-story .price-usd span { display: inline-block; }
.builder-story .enroll-price .price-payment {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.builder-story .enroll-package {
  width: fit-content;
  max-width: 100%;
  margin: 36px auto 0;
  padding-block: 28px;
  border-block: 1px solid #d4e0cd;
  text-align: left;
}
.builder-story .enroll-benefits {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.builder-story .enroll-benefits li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}
.builder-story .enroll-benefits li::before {
  content: "✓";
  color: var(--green);
  font-size: 18px;
  line-height: 1.5;
}
.builder-story .enroll-benefits strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}
.builder-story .button {
  min-height: 60px;
  padding: 17px 26px;
  max-width: 100%;
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  font-size: 16px;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.builder-story .button:hover {
  background: #284a29;
  border-color: #284a29;
}
.builder-story .button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
.builder-story .faq summary { font-size: 16px; }
.builder-story .faq details p {
  font-size: 14px;
  max-width: none;
  padding-right: 0;
}
.builder-story .daily-support {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
  padding: 32px 0;
  margin-top: 28px;
  border: 0;
  box-shadow: inset 3px 0 var(--green);
  background: #edf3e9;
}
.daily-time { padding-inline: 36px; }
.daily-copy {
  min-width: 0;
  width: 100%;
  margin-left: auto;
  padding-inline: 30px 36px;
}
.builder-story .daily-label { font-size: 12px; color: var(--green); }
.builder-story .daily-count { margin-top: 0; font-size: 20px; line-height: 1.1; }
.daily-count strong {
  display: block;
  font-family: var(--serif);
  font-size: 64px;
}
.daily-count span { display: block; margin-top: 8px; font-size: 20px; }
.daily-copy h3 { font-size: 34px; line-height: 1.15; }
.builder-story .daily-copy p { max-width: 43ch; margin-top: 0; font-size: 16px; }
.builder-story .discord-availability { font-size: 14px; }
@media (prefers-reduced-motion: reduce) {
  .builder-story .button { transition: none; }
}
.bootcamp-includes {
  padding-top: 56px;
}
.builder-story .included-details {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-block: 26px 10px;
}
.builder-story .included-details li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  padding: 30px 24px;
}
.builder-story .included-details li + li {
  border-top: 1px solid var(--line);
}
.builder-story .included-details > li > .included-art {
  width: 100%;
  max-width: 370px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin-inline: auto;

}
.builder-story .included-details > li:nth-child(even) > .included-art {
  grid-column: 2;
  grid-row: 1;
}
.builder-story .included-details li:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}
.included-details > li > div {
  min-width: 0;
}
.included-details h3 {
  font-size: 43px;
  line-height: 1.15;
}
.discord-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}
.discord-heading img {
  width: 48px;
  height: 36px;
  flex: none;
  image-rendering: auto;
}
.discord-heading span {
  min-width: 0;
}
.included-details p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  .builder-story .hero h1 { font-size: 6.8vw; }
  .method-section { gap: 25px; }
  .builder-story .story-steps { --step-gap: 24px; }
}
@media (max-width: 700px) {
  .about-founder { padding-block: 36px; }
  .about-intro { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .about-founder h2 { font-size: 36px; }
  .founder-photo { width: 144px; height: 144px; }
  .founder-role { font-size: 22px; }
  .founder-credentials { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
  .founder-credentials h3 { font-size: 22px; }
  .founder-credentials li:nth-child(n + 3) .credential-logo { margin-top: 32px; }
  .mentoring-benefit { font-size: 36px; }
  .bootcamp-includes { padding-top: 38px; }
  .builder-story .included-details { padding-top: 20px; }
  .builder-story .included-details li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 18px 0 28px;
  }
  .builder-story .included-details > li > .included-art { max-width: 270px; }
  .builder-story .included-details > li:nth-child(even) > .included-art,
  .builder-story .included-details li:nth-child(even) > div {
    grid-column: auto;
    grid-row: auto;
  }
  .included-details h3 { font-size: 34px; }
  .discord-heading { gap: 16px; }
  .discord-heading img { width: 40px; height: 30px; }
  .included-details p { font-size: 16px; margin-top: 10px; }
  .builder-story .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 40px;
    gap: 20px;
  }
  .builder-story .hero h1 { font-size: clamp(48px, 10.4vw, 73px); }
  .builder-story .hero-art {
    width: 340px;
    max-width: 90%;
    margin: 0 auto;
  }
  .method-section {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 37px 28px;
    gap: 18px;
  }
  .method-art { width: min(100%, 390px); margin-inline: auto; }
  .method-copy > p { max-width: 480px; margin-top: 20px; }
  .builder-story .story-steps {
    grid-template-columns: minmax(0, 1fr);
    --step-gap: 32px;
    margin-bottom: 42px;
  }
  .builder-story .story-steps li,
  .builder-story .story-steps li:first-child,
  .builder-story .story-steps li:last-child {
    grid-template-columns: 24px minmax(0, 1fr) clamp(64px, 20vw, 108px);
    grid-template-rows: auto;
    gap: 12px;
    align-items: start;
  }
  .step-marker { width: 24px; height: 24px; font-size: 11px; }
  .story-steps::before { display: none; }
  .story-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: calc(-1 * var(--step-gap));
    left: 12px;
    width: 1px;
    background: #a9bda4;
  }
  .builder-story .story-steps img {
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    align-self: center;
  }
  .step-copy { grid-column: 2; grid-row: 1; }
  .builder-story .story-steps h3 { font-size: 30px; }
  .builder-story .story-steps p { font-size: 14px; margin-top: 10px; }
  .builder-story .mentoring {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .builder-story .coop-art { max-width: 340px; margin-inline: auto; }
  .builder-story .mentoring-copy { padding-left: 20px; }
  .builder-story .session-count { font-size: 60px; }
  .builder-story .session-detail { font-size: 16px; }
  .builder-story .daily-support {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 28px 22px;
  }
  .daily-time, .daily-copy { padding-inline: 0; }
  .daily-copy h3 { font-size: 30px; }
  .builder-story .enroll { padding: 42px 20px; margin-block: 30px; }
  .builder-story .enroll .button { min-width: 0; }
  .builder-story .button { gap: 20px; padding-inline: 20px; }
  .builder-story .enroll-heading { font-size: 48px; }
}
@media (max-width: 430px) {
  .builder-story .site-header { gap: 12px; }
  .builder-story .nav-cta span { margin-left: 8px; }
  .about-founder h2 { font-size: 32px; }
  .founder-role { font-size: 20px; }
  .builder-story .hero h1 { font-size: clamp(44px, 11.2vw, 49px); }
  .builder-story .hero-art { width: 300px; }
  .builder-story .story-steps h3 { font-size: 30px; }
  .builder-story .mentoring-copy { grid-row: auto; text-align: left; }
  .builder-story .coop-art { width: 100%; margin: 0; }
  .builder-story .session-detail { max-width: none; }
  .builder-story .enroll-heading { font-size: 43px; }
}

.builder-story .included-art > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  mix-blend-mode: multiply;
  filter: brightness(1.04);
  image-rendering: pixelated;
}
