/* ============================================================
   THE BUILDER'S SPRINT — page-specific section styles.
   Loads AFTER styles.css. Only styles unique to this landing
   page live here; tokens/type/buttons/nav/footer are shared.
   ============================================================ */

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(3rem,7vw,6rem) var(--s-6) var(--s-9); }
.hero::before {
  content:""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 78% 18%, rgba(255,230,0,.10), transparent 70%),
    radial-gradient(50% 40% at 8% 90%, rgba(230,207,0,.05), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,4vw,4.5rem); align-items: center; }
.hero-copy .eyebrow { margin-bottom: var(--s-5); }
.hero-copy h1 { margin-bottom: var(--s-5); }
.hero-copy .em { font-style: normal; color: var(--ink); background: linear-gradient(transparent 56%, var(--gold) 56%, var(--gold) 92%, transparent 92%); -webkit-box-decoration-break: clone; box-decoration-break: clone; padding: 0 0.06em; }
.hero-copy .lede { margin-bottom: var(--s-6); max-width: 30ch; }
.hero-cta { display: flex; gap: var(--s-3); flex-wrap: wrap; align-items: center; }
.hero-meta { margin-top: var(--s-6); display: flex; gap: var(--s-5); flex-wrap: wrap; }
.hero-meta .item { font-size: .9rem; color: var(--ink-60); }
.hero-meta .item b { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 460; color: var(--ink); line-height: 1; margin-bottom: .25rem; }

/* hero "what ships" panel — honest CSS abstraction (no stock photo) */
.ship-panel {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotate(.5deg);
}
.ship-bar { display: flex; align-items: center; gap: .45rem; padding: .8rem 1rem; border-bottom: 1px solid var(--line); background: var(--sand); }
.ship-bar .d { width: 11px; height: 11px; border-radius: 50%; background: var(--sand-deep); }
.ship-bar .url { margin-left: .6rem; font-size: .72rem; color: var(--ink-60); background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-pill); padding: .32rem .85rem; flex: 1; display: flex; align-items: center; gap: .4rem; }
.ship-bar .url .lock { width: 9px; height: 9px; border-radius: 2px; border: 1.5px solid var(--ink-45); }
.ship-body { padding: var(--s-6) var(--s-5) var(--s-5); }
.ship-app-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s-5); }
.ship-logo { display: flex; align-items: center; gap: .5rem; font-family: var(--serif); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.ship-logo .glyph { width: 26px; height: 26px; border-radius: 7px; background: var(--ink); color: var(--gold-soft); display: grid; place-items: center; font-size: .8rem; }
.ship-logo small { display:block; font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-45); margin-top: 1px; }
.ship-nav { display: flex; gap: .9rem; }
.ship-nav i { width: 28px; height: 8px; border-radius: var(--r-pill); background: var(--sand-deep); display: block; }
.ship-hero { background: var(--sand); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: var(--s-5); margin-bottom: var(--s-4); }
.ship-hero .tag { font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: .55rem; }
.ship-hero .line { height: 11px; border-radius: var(--r-pill); background: var(--ink); opacity: .82; }
.ship-hero .line.l2 { width: 72%; margin-top: .5rem; opacity: .5; }
.ship-hero .cta { margin-top: var(--s-4); display: inline-block; white-space: nowrap; background: var(--gold); color: var(--ink); font-size: .68rem; font-weight: 700; padding: .5rem .9rem; border-radius: var(--r-pill); }
.ship-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.ship-tile { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-4); }
.ship-tile .k { font-size: .56rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-45); margin-bottom: .5rem; }
.ship-tile .v { font-family: var(--serif); font-size: 1.5rem; font-weight: 460; color: var(--ink); line-height: 1; }
.ship-tile .bars { display: flex; align-items: flex-end; gap: 4px; height: 30px; margin-top: .55rem; }
.ship-tile .bars span { flex: 1; background: var(--gold); border-radius: 2px 2px 0 0; opacity: .9; }
.ship-tag {
  position: absolute; bottom: 16px; left: 16px;
  background: var(--ink); color: var(--on-dark);
  font-size: .78rem; font-weight: 500;
  padding: .5rem .85rem; border-radius: var(--r-pill);
  display: flex; align-items: center; gap: .5rem;
  box-shadow: var(--shadow-md);
}
.ship-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #57b894; box-shadow: 0 0 0 4px rgba(87,184,148,.25); }
.ship-wrap { position: relative; }
.ship-note { margin: var(--s-3) 0 0; text-align: center; font-family: var(--mono, ui-monospace, monospace); font-size: .68rem; letter-spacing: .04em; color: var(--ink-45); }

@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; }
  .ship-wrap { max-width: 460px; }
}

/* ---------- THE SHIFT (problem) ---------- */
.shift-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.shift-grid .big {
  font-family: var(--serif); font-weight: 420;
  font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.16; letter-spacing: -.012em;
}
.shift-grid .big .hl { background: linear-gradient(transparent 62%, rgba(255,230,0,.4) 62%); }
@media (max-width: 820px) { .shift-grid { grid-template-columns: 1fr; gap: var(--s-5); } }

/* ---------- TRANSITION (before → after) ---------- */
.transition-band { position: relative; }
.ba-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: var(--s-6); align-items: stretch; }
.ba-col { border-radius: var(--r-lg); padding: var(--s-6); }
.ba-before { background: rgba(255,255,255,.04); border: 1px solid var(--line-on-dark); }
.ba-after  { background: linear-gradient(160deg, rgba(255,230,0,.16), rgba(255,230,0,.06)); border: 1px solid var(--line-gold); }
.ba-col .label { font-size: .76rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin-bottom: var(--s-5); display:flex; align-items:center; gap:.6rem; }
.ba-before .label { color: var(--on-dark-45); }
.ba-after .label { color: var(--gold-soft); }
.ba-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--s-4); }
.ba-list li { display: flex; gap: .75rem; font-size: 1.02rem; line-height: 1.4; }
.ba-list li .ic { flex: 0 0 auto; margin-top: 2px; }
.ba-before .ba-list li { color: var(--on-dark-70); }
.ba-after .ba-list li { color: var(--on-dark); }
.ba-arrow { display: grid; place-items: center; color: var(--gold); font-size: 2rem; }
@media (max-width: 820px) {
  .ba-grid { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); padding: var(--s-2) 0; }
}

/* ---------- STAGES (journey) ---------- */
.stage-list { display: flex; flex-direction: column; }
/* fixed-width number column so every stage paragraph starts at the same x */
.stage {
  display: grid; grid-template-columns: minmax(0, 160px) 1fr; gap: clamp(1.5rem,4vw,3.5rem);
  padding: var(--s-7) 0; border-top: 1px solid var(--line);
  align-items: start;
}
.stage:last-child { border-bottom: 1px solid var(--line); }
.stage-num { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
.stage-num .n { font-family: var(--serif); font-size: clamp(2.4rem,5vw,3.6rem); font-weight: 380; color: var(--gold-ink); line-height: .9; letter-spacing: -.02em; }
.stage-num .word { font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-45); }
.stage h3 { margin-bottom: var(--s-3); }
.stage .desc { color: var(--ink-80); margin-bottom: var(--s-4); max-width: 56ch; }
.skill-tags { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.skill-tags .t { font-size: .82rem; color: var(--ink-60); background: var(--sand); border: 1px solid var(--line-soft); padding: .35rem .8rem; border-radius: var(--r-pill); white-space: nowrap; }
@media (max-width: 680px){ .stage { grid-template-columns: 1fr; gap: var(--s-3); } .stage-num { flex-direction: row; align-items: baseline; gap: .6rem; } }

/* ---------- DELIVERABLES (walk away) ---------- */
.deliver-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: var(--s-4); }
.deliver {
  background: rgba(255,255,255,.05); border: 1px solid var(--line-on-dark);
  border-radius: var(--r-md); padding: var(--s-5);
  display: flex; gap: var(--s-4); align-items: flex-start;
}
.deliver .check {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); color: var(--ink); display: grid; place-items: center;
  font-size: .9rem;
}
.deliver h4 { margin: 0 0 .35rem; font-family: var(--sans); font-size: 1.02rem; font-weight: 600; color: var(--on-dark); }
.deliver p { margin: 0; font-size: .92rem; color: var(--on-dark-70); line-height: 1.45; }

/* ---------- PROOF ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: var(--s-5); }
.proof-card { display: flex; flex-direction: column; gap: var(--s-4); transition: transform .2s, box-shadow .2s; }
.proof-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.proof-card .cat { font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-ink); }
.proof-card h3 { font-size: 1.18rem; line-height: 1.25; }
.proof-card p { font-size: .95rem; color: var(--ink-80); margin: 0; }
.proof-card .stat { margin-top: auto; padding-top: var(--s-4); border-top: 1px solid var(--line); font-size: .85rem; color: var(--ink-60); display: flex; gap: 1.2rem; }
.proof-card .stat b { color: var(--ink); font-weight: 600; }

/* ---------- INSTRUCTORS ---------- */
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6); }
.person { display: grid; grid-template-columns: 120px 1fr; gap: var(--s-5); align-items: start; }
.person image-slot { width: 120px; height: 150px; }
.person .person-photo { width: 120px; height: 150px; object-fit: cover; border-radius: 14px; display: block; }
.person .role { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: .4rem; }
.person .person-head { display: flex; align-items: baseline; gap: .55rem; margin-bottom: var(--s-3); }
.person .person-head h3 { margin-bottom: 0; }
.person .person-role { font-family: var(--sans); font-size: .92rem; font-weight: 500; color: var(--ink-60, var(--ink-80)); white-space: nowrap; }
.person .li-link { display: inline-flex; align-items: center; color: var(--ink-60, var(--ink-80)); opacity: .65; transition: opacity .15s ease, color .15s ease; flex-shrink: 0; align-self: center; }
.person .li-link:hover { opacity: 1; color: var(--gold-ink); }
.person .li-link i { width: 17px; height: 17px; }
.person .li-link svg { width: 16px; height: 16px; display: block; }
.person h3 { margin-bottom: var(--s-3); }
.person p { font-size: .95rem; color: var(--ink-80); margin: 0; }
.guest-band { margin-top: var(--s-7); padding: var(--s-6); background: var(--sand); border-radius: var(--r-lg); border: 1px solid var(--line); }
@media (max-width: 880px){ .people-grid { grid-template-columns: 1fr; } }
@media (max-width: 420px){ .person { grid-template-columns: 1fr; } }

/* ---------- TRUST ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: var(--s-5); }
.trust-card { padding: var(--s-6); }
.trust-card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sand); display: grid; place-items: center; color: var(--gold-ink); margin-bottom: var(--s-4); border: 1px solid var(--line-soft); }
.trust-card h3 { font-size: 1.18rem; margin-bottom: var(--s-3); }
.trust-card p { font-size: .95rem; color: var(--ink-80); margin: 0; }

/* ---------- DETAILS ---------- */
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 0; border: 1px solid var(--line-on-dark); border-radius: var(--r-lg); overflow: hidden; }
.detail-cell { padding: var(--s-6) var(--s-5); border-right: 1px solid var(--line-on-dark); border-bottom: 1px solid var(--line-on-dark); }
.detail-cell .k { font-size: .74rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: var(--s-3); }
.detail-cell .v { font-family: var(--serif); font-size: 1.35rem; font-weight: 440; color: var(--on-dark); line-height: 1.15; }
.detail-cell .v small { display:block; font-family: var(--sans); font-size: .82rem; color: var(--on-dark-70); font-weight: 400; margin-top: .3rem; }

/* ---------- INVESTMENT ---------- */
.invest-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.price-card {
  background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-lg); padding: var(--s-7);
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.price-card::before { content:""; position:absolute; inset:0; background: radial-gradient(70% 60% at 80% 0%, rgba(255,230,0,.18), transparent 70%); pointer-events:none; }
.price-card > * { position: relative; }
.price-card .cohort-flag { display: inline-flex; align-items: center; gap: .45rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: .4rem .8rem; border-radius: var(--r-pill); margin-bottom: var(--s-5); }
.price-row { display: flex; align-items: flex-end; gap: var(--s-4); flex-wrap: wrap; }
.price-was { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--on-dark-45); text-decoration: line-through; text-decoration-thickness: 2px; line-height: 1; }
.price-card .amt { font-family: var(--serif); font-size: clamp(2.8rem,6vw,4rem); font-weight: 420; line-height: .95; letter-spacing: -.02em; }
.price-card .amt small { font-family: var(--sans); font-size: 1rem; font-weight: 500; color: var(--on-dark-70); }
.price-save { color: var(--gold-soft); font-weight: 600; font-size: .92rem; letter-spacing: .02em; margin: var(--s-3) 0 0; }
.price-card .all-in { color: var(--on-dark-70); font-weight: 500; font-size: .86rem; letter-spacing: .04em; margin: var(--s-2) 0 var(--s-5); }
.incl-list { list-style: none; margin: 0 0 var(--s-6); padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.incl-list li { font-size: .9rem; color: var(--on-dark-70); display: flex; gap: .5rem; align-items: flex-start; }
.incl-list li .ic { color: var(--gold-soft); flex: 0 0 auto; margin-top: 2px; }
.anchor-list { display: flex; flex-direction: column; gap: var(--s-5); }
.anchor { display: flex; gap: var(--s-4); align-items: flex-start; }
.anchor .num { font-family: var(--serif); font-size: 1.6rem; color: var(--gold-ink); font-weight: 420; line-height: 1; flex: 0 0 auto; }
.anchor p { margin: 0; font-size: 1.02rem; color: var(--ink-80); }
.anchor p b { color: var(--ink); }
@media (max-width: 880px){ .invest-wrap { grid-template-columns: 1fr; } .incl-list { grid-template-columns: 1fr; } }
/* Pricing CTA on phones: full-width, label held to one line. */
@media (max-width: 560px){
  .price-card .btn { width: 100%; justify-content: space-between; white-space: nowrap; font-size: .8rem; padding: .95rem 1rem; }
}

/* ---------- APPLICATION FORM ---------- */
.apply-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,4vw,4.5rem); align-items: start; }
.apply-copy h2 { margin-bottom: var(--s-5); color: var(--on-dark); }
.apply-copy .lede { color: var(--on-dark-70); margin-bottom: var(--s-6); }
.apply-points { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap: var(--s-4); }
.apply-points li { display:flex; gap:.7rem; color: var(--on-dark-70); font-size: .98rem; }
.apply-points li .ic { color: var(--gold-soft); flex:0 0 auto; margin-top:3px; }
.form-card { background: var(--paper); border-radius: var(--r-lg); padding: var(--s-7); box-shadow: var(--shadow-lg); }
.form-card .seats { display:flex; align-items:center; gap:.5rem; font-size:.82rem; font-weight:600; color: var(--rust-deep); letter-spacing:.04em; margin-bottom: var(--s-5); }
.form-card .seats .dot { width:8px;height:8px;border-radius:50%; background: var(--rust); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 0 rgba(230,207,0,.4);} 50%{ box-shadow: 0 0 0 6px rgba(230,207,0,0);} }
.field { margin-bottom: var(--s-4); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.field label { display:block; font-size: .82rem; font-weight: 600; color: var(--ink-80); margin-bottom: var(--s-2); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: .8rem .9rem; transition: border-color .15s, box-shadow .15s; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,230,0,.18); background: var(--paper); }
.field textarea { resize: vertical; min-height: 84px; }
.form-card .btn { width: 100%; margin-top: var(--s-3); }
.form-card .fineprint { font-size: .8rem; color: var(--ink-45); margin: var(--s-4) 0 0; text-align: center; }
.form-success { text-align: center; padding: var(--s-7) var(--s-4); display: none; }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; margin: 0 auto var(--s-5); font-size: 1.8rem; }
.form-success h3 { margin-bottom: var(--s-3); }
.form-success p { color: var(--ink-80); font-size: .98rem; }
.is-submitted .form-fields { display: none; }
.is-submitted .form-success { display: block; }
@media (max-width: 880px){ .apply-wrap { grid-template-columns: 1fr; } .field-row { grid-template-columns: 1fr; } }

/* ---------- STICKY CTA ---------- */
.sticky-cta {
  position: fixed; left: 50%; bottom: 22px;
  transform: translateX(-50%) translateY(150%);
  z-index: 60;
  background: var(--ink); color: var(--on-dark);
  border-radius: var(--r-pill); box-shadow: var(--shadow-lg);
  padding: .6rem .6rem .6rem 1.4rem;
  display: flex; align-items: center; gap: 1.2rem;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  max-width: calc(100vw - 32px);
}
.sticky-cta.show { transform: translateX(-50%) translateY(0); }
.sticky-cta .txt { font-size: .92rem; }
.sticky-cta .txt b { display:block; font-family: var(--serif); font-weight: 480; font-size: 1.05rem; }
.sticky-cta .txt span { color: var(--on-dark-70); font-size: .8rem; }
.sticky-cta .btn { padding: .8rem 1.4rem; white-space: nowrap; }
.sticky-cta .btn .arrow { display: none; } /* desktop pill: no arrow (unchanged) */
/* Phones: rebuild as a slim, opaque, full-width bottom bar with one full-width button. */
@media (max-width: 560px){
  .sticky-cta {
    left: 0; right: 0; bottom: 0;
    transform: translateY(100%);
    width: 100%; max-width: none;
    border-radius: 0;
    background: var(--ink);
    box-shadow: 0 -6px 20px rgba(0,0,0,.28);
    padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom, 0px));
    gap: 0;
  }
  .sticky-cta.show { transform: translateY(0); }
  .sticky-cta .txt { display: none; }
  .sticky-cta .btn { width: 100%; justify-content: center; padding: .95rem 1.4rem; }
  .sticky-cta .btn .arrow { display: inline-flex; }
  /* clearance so the fixed bar never covers footer content at the page end */
  .footer { padding-bottom: calc(var(--s-6) + 76px); }
}

/* ---------- LUCIDE ICONS (section-specific) ---------- */
.ba-list .ic svg, .incl-list .ic svg, .apply-points .ic svg { width: 1.05em; height: 1.05em; vertical-align: -0.14em; stroke-width: 2.25; }
.ba-before .ic svg { color: var(--on-dark-45); }
.ba-after .ic svg { color: var(--gold-soft); }
.incl-list .ic svg, .apply-points .ic svg { color: var(--gold-soft); }
.trust-card .ic svg { width: 22px; height: 22px; stroke-width: 2; }
.ba-arrow svg { width: 2rem; height: 2rem; }
.label svg { width: 1em; height: 1em; stroke-width: 2.25; }
.form-success .tick svg { width: 1.9rem; height: 1.9rem; stroke-width: 2.5; }
