.launchpad-page { overflow-x: hidden; }
.launchpad-page .hero-band { background: var(--paper); }
.launchpad-page .launchpad-hero { padding: clamp(38px, 5vw, 76px) 0 clamp(58px, 7vw, 98px); }
.launchpad-hero .row { border: 1px solid var(--line); margin: 0; }
.launchpad-hero .row > [class*="col-"] { padding: clamp(32px, 4.5vw, 68px); }
.launchpad-hero .row > [class*="col-"]:first-child { background: var(--evergreen-dark); }
.launchpad-hero .hero-kicker, .launchpad-hero .hero-kicker { color: #b8d9c8; }
.launchpad-hero .hero-rule { background: #b8d9c8; }
.launchpad-hero .hero-title { color: var(--paper); max-width: 9ch; }
.launchpad-intro { color: #e0eee7; font-size: 1rem; line-height: 1.65; margin-top: 25px; max-width: 56ch; }
.launchpad-intro p { margin: 0 0 13px; }
.launchpad-hero .btn-primary { background: var(--paper) !important; border-color: var(--paper) !important; color: var(--evergreen-dark) !important; }
.launchpad-hero .btn-primary:hover { background: #d9ebe0 !important; border-color: #d9ebe0 !important; }
.launchpad-hero .btn-outline { border-color: rgba(245, 242, 236, 0.6); color: var(--paper); }
.launchpad-hero .btn-outline:hover { background: var(--paper); color: var(--evergreen-dark); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 19px; margin-top: 28px; }
.hero-proof span { color: #b8d9c8; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.07em; text-transform: uppercase; }
.hero-proof i { margin-right: 5px; }

.launch-date-panel { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
.launch-date-panel > span, .launch-date-facts small { color: var(--evergreen); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; }
.launch-date-panel > strong { color: var(--ink); font-family: var(--display); font-size: clamp(4rem, 6.5vw, 7.5rem); font-weight: 500; letter-spacing: -0.075em; line-height: 0.78; margin: 30px 0; }
.launch-date-facts { border-top: 1px solid var(--line); margin-top: auto; }
.launch-date-facts > div { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 13px 0; }
.launch-date-facts b { font-size: 0.87rem; font-weight: 600; }
.launch-date-panel .btn { align-self: flex-start; margin-top: 26px; }

.section-heading { max-width: 760px; }
.section-heading.text-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.text-center .section-kicker { justify-content: center; }
.display-section-title { max-width: 10ch; }
.text-link { color: var(--evergreen); display: inline-flex; font-family: var(--mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.09em; margin-top: 22px; text-transform: uppercase; }

.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.launch-card { border: 1px solid var(--line); border-left: 0; border-top: 0; min-height: 255px; padding: 28px; position: relative; }
.launch-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
.launch-card:nth-child(-n + 3) { border-top: 1px solid var(--line); }
.launch-card h3 { font-family: var(--display); font-size: 1.85rem; font-weight: 500; letter-spacing: -0.05em; line-height: 1; margin: 25px 0 12px; max-width: 12ch; }
.launch-card p { color: var(--ink-soft); font-size: 0.9rem; margin: 0; max-width: 28ch; }
.icon-tile { align-items: center; border: 1px solid var(--line); color: var(--evergreen); display: inline-flex; font-size: 1.05rem; height: 38px; justify-content: center; width: 38px; }
.card-index { bottom: 24px; color: var(--evergreen); font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.12em; position: absolute; right: 24px; }

.program-principles { border-top: 1px solid var(--line); }
.program-principles > div { border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 38px 1fr; padding: 24px 0; }
.program-principles > div > span { color: var(--evergreen); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.09em; }
.program-principles h3 { font-family: var(--display); font-size: 1.7rem; font-weight: 500; letter-spacing: -0.05em; margin: 0 0 6px; }
.program-principles p { color: var(--ink-soft); font-size: 0.9rem; grid-column: 2; margin: 0; }

.investment-section { background: var(--paper) !important; }
.investment-card { background: var(--evergreen-dark); color: var(--paper); display: grid; grid-template-columns: 0.85fr 1.15fr; margin-top: 44px; padding: clamp(32px, 5vw, 68px); }
.investment-main { border-right: 1px solid rgba(245, 242, 236, 0.3); display: flex; flex-direction: column; justify-content: center; padding-right: 45px; }
.investment-overline, .investment-label { color: #bedcca; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; }
.investment-main strong { font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; letter-spacing: -0.08em; line-height: 0.88; margin: 16px 0; }
.investment-details { display: grid; grid-template-columns: repeat(2, 1fr); padding-left: 45px; }
.investment-details div { align-items: center; border-bottom: 1px solid rgba(245, 242, 236, 0.25); display: flex; font-size: 0.88rem; gap: 11px; }
.investment-details i { color: #b8d9c8; }
.investment-note { color: #cfe5d9; font-family: var(--mono); font-size: 0.62rem; grid-column: 1 / -1; letter-spacing: 0.08em; margin: 33px 0 0; text-transform: uppercase; }
.investment-glow { display: none; }

.applicant-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.applicant-card { align-items: flex-start; border: 1px solid var(--line); border-left: 0; border-top: 0; display: flex; flex-direction: column; gap: 30px; min-height: 144px; padding: 24px; }
.applicant-card:nth-child(4n + 1) { border-left: 1px solid var(--line); }
.applicant-card:nth-child(-n + 4) { border-top: 1px solid var(--line); }
.applicant-card i { color: var(--evergreen); font-size: 1rem; }
.applicant-card span { font-family: var(--display); font-size: 1.3rem; font-weight: 500; letter-spacing: -0.04em; line-height: 1.05; }

.focus-area-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.focus-area-card { border: 1px solid var(--line); border-left: 0; display: flex; flex-direction: column; min-height: 245px; }
.focus-area-card:first-child { border-left: 1px solid var(--line); }
.focus-illustration { align-items: center; border-bottom: 1px solid var(--line); color: var(--evergreen); display: flex; font-size: 1.5rem; height: 98px; justify-content: center; }
.focus-illustration span { display: none; }
.focus-area-copy { padding: 24px; }
.focus-area-copy > span { color: var(--evergreen); font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.12em; }
.focus-area-copy h3 { font-family: var(--display); font-size: 1.7rem; font-weight: 500; letter-spacing: -0.05em; margin: 16px 0 8px; }
.focus-area-copy p { color: var(--ink-soft); font-size: 0.87rem; line-height: 1.5; margin: 0; }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.support-item { border: 1px solid var(--line); border-left: 0; border-top: 0; min-height: 144px; padding: 22px; position: relative; }
.support-item:nth-child(3n + 1) { border-left: 1px solid var(--line); }
.support-item:nth-child(-n + 3) { border-top: 1px solid var(--line); }
.support-item > span { color: var(--evergreen); display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; }
.support-item > i { bottom: 21px; color: var(--evergreen); position: absolute; right: 22px; }
.support-item h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -0.04em; line-height: 1; margin: 35px 25px 0 0; }

.launch-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.launch-logo-card { align-items: center; border: 1px solid var(--line); border-left: 0; border-top: 0; display: flex; flex-direction: column; justify-content: center; min-height: 130px; padding: 20px; }
.launch-logo-card:nth-child(4n + 1) { border-left: 1px solid var(--line); }
.launch-logo-card:nth-child(-n + 4) { border-top: 1px solid var(--line); }
.launch-logo-card img { height: 27px; margin-bottom: 15px; max-width: 105px; object-fit: contain; }
.launch-logo-card span { color: var(--ink-soft); font-size: 0.75rem; font-weight: 600; text-align: center; }
.benefit-note { color: var(--ink-soft); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.06em; margin: 24px 0 0; }
.benefit-note i { color: var(--evergreen); margin-right: 5px; }

.program-timeline { counter-reset: timeline; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 42px 0 0; padding: 0; }
.program-timeline li { border: 1px solid var(--line); border-left: 0; display: flex; flex-direction: column; gap: 28px; min-height: 124px; padding: 21px; }
.program-timeline li:nth-child(3n + 1) { border-left: 1px solid var(--line); }
.program-timeline li:nth-child(n + 4) { border-top: 0; }
.program-timeline span { color: var(--evergreen); font-family: var(--mono); font-size: 0.63rem; letter-spacing: 0.1em; }
.program-timeline strong { font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.schedule-wrap { border-top: 1px solid var(--line); margin-top: 80px; padding-top: 33px; }
.schedule-heading, .portfolio-heading { align-items: flex-end; display: flex; justify-content: space-between; gap: 22px; }
.schedule-heading .section-title { margin: 0; }
.schedule-badge { border: 1px solid var(--line); color: var(--evergreen); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; padding: 8px 11px; text-transform: uppercase; }
.schedule-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 36px; }
.week-card { border: 1px solid var(--line); border-left: 0; min-height: 135px; padding: 20px; position: relative; }
.week-card:nth-child(5n + 1) { border-left: 1px solid var(--line); }
.week-card:nth-child(n + 6) { border-top: 0; }
.week-card > span { color: var(--evergreen); font-family: var(--mono); font-size: 0.61rem; letter-spacing: 0.1em; }
.week-card h3 { font-family: var(--display); font-size: 1.25rem; font-weight: 500; letter-spacing: -0.04em; line-height: 1; margin: 28px 20px 0 0; }
.week-card i { bottom: 18px; color: var(--evergreen); position: absolute; right: 18px; }

.portfolio-heading .section-title { max-width: 12ch; }
.launchpad-portfolio-grid { grid-template-columns: repeat(5, 1fr); }
.cohort-company-card { border-left: 0; min-height: 310px; }
.cohort-company-card:first-child { border-left: 1px solid var(--line); }
.cohort-company-card:nth-child(5n + 1) { border-left: 1px solid var(--line); }
.cohort-card-head { align-items: center; display: flex; justify-content: space-between; }
.cohort-card-head .portfolio-thumb { margin: 0; }
.cohort-card-head .portfolio-thumb.portfolio-logo { height: 46px; width: 46px; }
.cohort-card-head .portfolio-thumb.portfolio-logo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.cohort-card-head > span, .cohort-card-cta { color: var(--evergreen); font-family: var(--mono); font-size: 0.59rem; letter-spacing: 0.08em; text-transform: uppercase; }
.cohort-card-cta { margin-top: 16px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-item summary { align-items: center; cursor: pointer; display: flex; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 500; justify-content: space-between; letter-spacing: -0.04em; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--evergreen); font-family: var(--sans); font-size: 0.9rem; transition: transform 160ms ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item p { color: var(--ink-soft); margin: 15px 36px 0 0; max-width: 66ch; }

@media (max-width: 991px) {
  .launchpad-hero .row > [class*="col-"] { min-height: auto; }
  .launch-date-panel { min-height: 420px; }
  .highlight-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-card:nth-child(n), .support-item:nth-child(n) { border-top: 1px solid var(--line); }
  .launch-card:nth-child(odd), .support-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .applicant-grid { grid-template-columns: repeat(2, 1fr); }
  .applicant-card:nth-child(n) { border-top: 1px solid var(--line); }
  .applicant-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .focus-area-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-area-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .focus-area-card:nth-child(n + 3) { border-top: 0; }
  .launch-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .launch-logo-card:nth-child(4n + 1) { border-left: 0; }
  .launch-logo-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .launch-logo-card:nth-child(n + 4) { border-top: 0; }
  .launchpad-portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .cohort-company-card:nth-child(n) { border-left: 0; border-top: 1px solid var(--line); }
  .cohort-company-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
  .schedule-grid { grid-template-columns: repeat(3, 1fr); }
  .week-card:nth-child(n) { border-top: 1px solid var(--line); }
  .week-card:nth-child(3n + 1) { border-left: 1px solid var(--line); }
}

@media (max-width: 767px) {
  .launchpad-hero .row { margin: 0 -12px; }
  .launchpad-hero .row > [class*="col-"] { padding: 32px 23px; }
  .launch-date-panel { min-height: 360px; }
  .highlight-grid, .support-grid, .applicant-grid, .focus-area-grid, .launch-logo-grid, .program-timeline, .schedule-grid, .launchpad-portfolio-grid { grid-template-columns: 1fr; }
  .launch-card:nth-child(n), .support-item:nth-child(n), .applicant-card:nth-child(n), .focus-area-card:nth-child(n), .launch-logo-card:nth-child(n), .program-timeline li:nth-child(n), .week-card:nth-child(n), .cohort-company-card:nth-child(n) { border-left: 0; border-top: 1px solid var(--line); }
  .investment-card { grid-template-columns: 1fr; }
  .investment-main { border-bottom: 1px solid rgba(245, 242, 236, 0.3); border-right: 0; padding: 0 0 34px; }
  .investment-details { padding: 24px 0 0; }
  .schedule-heading, .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .program-principles > div { grid-template-columns: 30px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item summary i { transition: none; }
}
