/* STEP 94 — Founder page literal mock reconstruction — desktop >=1121 */
.founder-rebuild-page{background:var(--surface-paper);color:var(--text-primary)}
.founder-rebuild-page main{overflow:hidden}
.founder-rebuild-page main .shell{width:min(1320px,calc(100% - 72px));margin-inline:auto}
.founder-rebuild-page main h1,.founder-rebuild-page main h2,.founder-rebuild-page main h3{font-family:var(--serif);font-weight:500}
.founder-rebuild-page main .eyebrow{margin:0;color:#ff6a13;font:700 12px/1.2 var(--sans);letter-spacing:.19em;text-transform:uppercase}
.founder-rebuild-page main em{font-style:italic;color:#ff6a13}

/* HERO — mock: copy left, stage image bleeding into navy on right, no card/breadcrumb */
.founder-rebuild-page .founder-hero{position:relative;padding:38px 0 28px;background:radial-gradient(circle at 72% 28%,color-mix(in srgb, var(--border-dark-soft) 55%, transparent),transparent 34%),linear-gradient(105deg,#06121c 0%,var(--surface-dark-alt) 58%,var(--card-dark-strong) 100%);color:#fff}
.founder-rebuild-page .founder-hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(6,18,28,.18),transparent 52%,rgba(6,18,28,.08))}
.founder-rebuild-page .founder-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:44% 56%;align-items:center;min-height:548px}
.founder-rebuild-page .founder-hero-copy{position:relative;z-index:3;padding:34px 24px 54px 0}
.founder-rebuild-page .founder-hero-copy h1{margin:12px 0 16px;font-size:86px;line-height:.9;letter-spacing:-.045em;color:#fff}
.founder-rebuild-page .founder-hero-copy h1 em{color:#ff6a13}
.founder-rebuild-page .founder-hero-kicker{margin:0 0 19px;font-family:var(--serif);font-size:34px;line-height:1.02;color:#fff}
.founder-rebuild-page .founder-hero-lead{max-width:550px;margin:0;color:var(--text-inverse-muted);font-size:18px;line-height:1.55}
.founder-rebuild-page .founder-hero-actions{display:flex;gap:14px;margin-top:28px}
.founder-rebuild-page .founder-hero-actions a{min-width:144px;justify-content:center}
.founder-rebuild-page .founder-hero-visual{position:absolute;z-index:2;right:0;top:-38px;width:58%;height:614px;margin:0;overflow:hidden}
.founder-rebuild-page .founder-hero-visual::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,var(--surface-dark) 0%,color-mix(in srgb, var(--surface-dark) 82%, transparent) 9%,color-mix(in srgb, var(--surface-dark) 18%, transparent) 28%,transparent 45%),linear-gradient(0deg,color-mix(in srgb, var(--surface-dark) 32%, transparent),transparent 34%);pointer-events:none}
.founder-rebuild-page .founder-hero-visual img{display:block;width:auto;height:100%;max-width:none;margin-left:72px;object-fit:contain;object-position:center bottom}
.founder-rebuild-page .founder-hero-visual figcaption{position:absolute;z-index:4;right:23px;top:118px;width:190px;color:var(--card-light);font-family:var(--serif);font-style:italic;font-size:29px;line-height:1.12;text-align:center;transform:rotate(-5deg);text-shadow:0 8px 18px rgba(0,0,0,.48)}
.founder-rebuild-page .founder-hero-visual figcaption::after{content:"";display:block;width:118px;height:3px;margin:15px auto 0;background:#ff6a13;transform:skewX(-24deg)}
.founder-rebuild-page .founder-proof-grid{position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid color-mix(in srgb, var(--text-inverse-muted) 52%, transparent);border-radius:13px;background:color-mix(in srgb, var(--surface-dark-alt) 86%, transparent);box-shadow:0 16px 36px rgba(0,0,0,.22);overflow:hidden}
.founder-rebuild-page .founder-proof-grid article{position:relative;padding:20px 18px;text-align:center}
.founder-rebuild-page .founder-proof-grid article:not(:last-child)::after{content:"";position:absolute;right:0;top:14px;bottom:14px;width:1px;background:color-mix(in srgb, var(--text-inverse-muted) 38%, transparent)}
.founder-rebuild-page .founder-proof-grid strong{display:block;color:#ffb53b;font:500 34px/1 var(--serif)}
.founder-rebuild-page .founder-proof-grid span{display:block;margin-top:7px;color:var(--surface-paper);font:500 15px/1.25 var(--sans)}

/* STORY */
.founder-rebuild-page .founder-story{padding:30px 0 18px;background:var(--surface-paper)}
.founder-rebuild-page .founder-story-grid{display:grid;grid-template-columns:42% 58%;gap:38px;align-items:center}
.founder-rebuild-page .founder-story-image{margin:0}
.founder-rebuild-page .founder-story-image img{display:block;width:100%;aspect-ratio:1.23/1;object-fit:cover;border-radius:9px;box-shadow:0 14px 28px color-mix(in srgb, var(--text-primary) 12%, transparent)}
.founder-rebuild-page .founder-story-copy{padding-right:10px}
.founder-rebuild-page .founder-story-copy h2{margin:7px 0 14px;font-size:45px;line-height:.98;letter-spacing:-.025em;color:var(--text-primary)}
.founder-rebuild-page .founder-story-copy p{margin:0 0 13px;color:var(--text-secondary);font-size:17px;line-height:1.55}

/* WHY BAND */
.founder-rebuild-page .founder-why-wrap{margin-top:18px;padding:0 0 22px}
.founder-rebuild-page .founder-band-label{text-align:center;margin:0 0 10px;color:#ff6a13;font:700 11px/1 var(--sans);letter-spacing:.2em}
.founder-rebuild-page .founder-why-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--surface-proof);border-radius:11px;background:color-mix(in srgb, var(--card-light) 78%, transparent);overflow:hidden}
.founder-rebuild-page .founder-why-grid article{position:relative;min-height:150px;padding:18px 16px 16px;text-align:center}
.founder-rebuild-page .founder-why-grid article:not(:last-child)::after{content:"";position:absolute;right:0;top:18px;bottom:18px;width:1px;background:var(--surface-proof)}
.founder-rebuild-page .founder-why-grid svg{width:32px;height:32px;fill:none;stroke:var(--surface-dark-alt);stroke-width:1.7;margin-bottom:9px}
.founder-rebuild-page .founder-why-grid h3{margin:0;color:var(--text-primary);font-size:21px;line-height:1.05}
.founder-rebuild-page .founder-why-grid p{margin:8px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.3}

/* CORPORATE JOURNEY */
.founder-rebuild-page .founder-journey{padding:28px 0;background:linear-gradient(100deg,var(--surface-dark),var(--card-dark));color:#fff}
.founder-rebuild-page .founder-journey-grid{display:grid;grid-template-columns:30% 70%;gap:26px;align-items:center}
.founder-rebuild-page .founder-journey-copy h2{margin:7px 0 12px;color:#fff;font-size:43px;line-height:1.02}
.founder-rebuild-page .founder-journey-copy p{max-width:300px;margin:0;color:var(--text-inverse-muted);font-size:16px;line-height:1.5}
.founder-rebuild-page .founder-journey-track{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:stretch}
.founder-rebuild-page .journey-card{position:relative;display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:space-between;padding:15px 13px;border:1px solid color-mix(in srgb, var(--emerald) 50%, transparent);border-radius:11px;background:linear-gradient(180deg,var(--card-dark-strong),var(--card-dark));text-align:center}
.founder-rebuild-page .journey-card:not(:last-child)::after{content:"→";position:absolute;right:-24px;top:50%;transform:translateY(-50%);color:var(--surface-paper);font-size:26px}
.founder-rebuild-page .journey-logo{min-height:50px;display:flex;align-items:center;justify-content:center;font-weight:700}
.founder-rebuild-page .journey-logo img{max-width:110px;max-height:45px;object-fit:contain}
.founder-rebuild-page .amex-logo{padding:5px 7px;background:var(--border-dark);border:2px solid #fff;color:#fff;font:800 12px/1.05 var(--sans);letter-spacing:.02em}
.founder-rebuild-page .avenues-logo{color:var(--orange);font:700 25px/1 var(--sans)}
.founder-rebuild-page .neskills-logo{gap:7px;color:#fff;font:700 17px/1 var(--sans)}
.founder-rebuild-page .neskills-logo img{width:34px;height:34px}
.founder-rebuild-page .journey-card p{margin:8px 0;color:var(--text-inverse-muted);font-size:14px;line-height:1.35}
.founder-rebuild-page .journey-card strong{color:#fff;font-size:15px}

/* FIVE STEP */
.founder-rebuild-page .founder-method{padding:28px 0;background:var(--surface-paper)}
.founder-rebuild-page .founder-method-grid{display:grid;grid-template-columns:36% 64%;gap:28px;align-items:center}
.founder-rebuild-page .founder-method-copy h2{margin:6px 0 11px;color:var(--text-primary);font-size:44px;line-height:1}
.founder-rebuild-page .founder-method-copy p{max-width:410px;margin:0 0 18px;color:var(--text-secondary);font-size:15px;line-height:1.5}
.founder-rebuild-page .founder-method-button{display:inline-flex;align-items:center;gap:9px;min-height:43px;padding:0 18px;border-radius:8px;background:var(--card-dark);color:#fff;font:700 12px/1 var(--sans)}
.founder-rebuild-page .founder-method-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.founder-rebuild-page .founder-method-panel{padding:20px 20px 15px;border:1px solid var(--surface-proof);border-radius:12px;background:var(--card-light);box-shadow:0 16px 30px color-mix(in srgb, var(--text-primary) 7%, transparent)}
.founder-rebuild-page .founder-method-track{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}
.founder-rebuild-page .founder-step{position:relative;text-align:center}
.founder-rebuild-page .founder-step:not(:last-child)::after{content:"⟶";position:absolute;right:-19px;top:32px;color:var(--card-dark);font-size:20px;letter-spacing:-.08em}
.founder-rebuild-page .step-circle{display:flex;width:72px;height:72px;margin:0 auto 8px;border-radius:50%;align-items:center;justify-content:center;background:var(--card-dark-strong);color:#fff}
.founder-rebuild-page .founder-step:nth-child(2) .step-circle{background:var(--border-dark)}.founder-rebuild-page .founder-step:nth-child(3) .step-circle{background:var(--orange)}.founder-rebuild-page .founder-step:nth-child(4) .step-circle{background:var(--border-dark-soft)}.founder-rebuild-page .founder-step:nth-child(5) .step-circle{background:var(--orange-bright)}
.founder-rebuild-page .step-circle svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6}
.founder-rebuild-page .founder-step b{display:block;color:var(--card-dark-strong);font-size:13px}.founder-rebuild-page .founder-step:nth-child(2) b{color:var(--border-dark)}.founder-rebuild-page .founder-step:nth-child(3) b{color:var(--orange)}.founder-rebuild-page .founder-step:nth-child(4) b{color:var(--border-dark-soft)}.founder-rebuild-page .founder-step:nth-child(5) b{color:var(--orange-bright)}
.founder-rebuild-page .founder-step h3{margin:1px 0 0;color:var(--text-primary);font-size:19px}
.founder-rebuild-page .founder-method-panel>p{margin:12px 0 0;text-align:center;color:var(--text-secondary);font-size:14px}

/* RECOGNITION */
.founder-rebuild-page .founder-recognition{padding:26px 0;background:linear-gradient(100deg,var(--surface-dark-alt),var(--card-dark));color:#fff}
.founder-rebuild-page .founder-recognition-grid{display:grid;grid-template-columns:26% 74%;gap:24px;align-items:center}
.founder-rebuild-page .founder-recognition-copy h2{margin:6px 0 10px;color:#fff;font-size:42px;line-height:1}
.founder-rebuild-page .founder-recognition-copy p{max-width:280px;margin:0 0 15px;color:var(--text-inverse-muted);font-size:15px;line-height:1.45}
.founder-rebuild-page .founder-recognition-copy .button-primary{min-height:42px;padding-inline:16px;font-size:12px}
.founder-rebuild-page .founder-recognition-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.founder-rebuild-page .recognition-card{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;padding:13px 10px;border:1px solid color-mix(in srgb, var(--emerald) 52%, transparent);border-radius:9px;background:linear-gradient(180deg,var(--card-dark-strong),var(--card-dark));text-align:center}
.founder-rebuild-page .recognition-card img{width:118px;height:118px;object-fit:contain;margin-bottom:9px}
.founder-rebuild-page .recognition-card h3{margin:0;color:#fff;font-size:16px;line-height:1.25}
.founder-rebuild-page .recognition-media-card{align-items:flex-start;justify-content:flex-start;text-align:left;padding:14px}
.founder-rebuild-page .recognition-media-card small{display:inline-block;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.09);color:var(--text-inverse-muted);font-size:10px;text-transform:uppercase}
.founder-rebuild-page .recognition-media-card strong{display:block;margin-top:12px;color:var(--card-light);font-family:var(--serif);font-size:27px;line-height:1.05}
.founder-rebuild-page .recognition-media-card span{display:block;margin-top:8px;color:var(--text-inverse-muted);font-size:12px}
.founder-rebuild-page .recognition-media-card hr{width:100%;margin:11px 0;border:0;border-top:1px solid rgba(255,255,255,.16)}
.founder-rebuild-page .recognition-media-card p{margin:0;color:var(--surface-paper);font-size:14px;line-height:1.4}

/* TESTIMONIAL STRIP */
.founder-rebuild-page .founder-testimonials{padding:18px 0 20px;background:var(--surface-paper)}
.founder-rebuild-page .founder-testimonial-grid{display:grid;grid-template-columns:25% 75%;gap:18px;align-items:center}
.founder-rebuild-page .founder-testimonial-heading h2{margin:0;color:var(--text-primary);font-size:32px;line-height:1}
.founder-rebuild-page .founder-testimonial-heading p{margin:4px 0 0;color:#ff6a13;font-family:var(--serif);font-size:29px}
.founder-rebuild-page .founder-testimonial-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.founder-rebuild-page .founder-testimonial-cards>article{min-height:154px;padding:14px 16px;border:1px solid var(--surface-proof);border-radius:10px;background:#fff;box-shadow:0 9px 20px color-mix(in srgb, var(--text-primary) 6%, transparent)}
.founder-rebuild-page .stars{color:var(--orange);font-size:13px;letter-spacing:.13em}
.founder-rebuild-page .founder-testimonial-cards p{margin:6px 0 10px;color:var(--text-primary);font-size:13px;line-height:1.36}
.founder-rebuild-page .testimonial-meta{display:flex;align-items:center;gap:9px}.founder-rebuild-page .avatar-initial{display:flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--card-dark-strong);color:#fff;font-weight:700}.founder-rebuild-page .testimonial-meta strong{display:block;color:var(--text-primary);font-size:13px}.founder-rebuild-page .testimonial-meta small{display:block;color:var(--text-secondary);font-size:10px}

/* FINAL CTA — mock ends here, no site footer */
.founder-rebuild-page .founder-final-cta{padding:24px 0;background:linear-gradient(100deg,var(--surface-dark),var(--card-dark));color:#fff}
.founder-rebuild-page .founder-final-grid{display:grid;grid-template-columns:28% 27% 45%;gap:18px;align-items:center}
.founder-rebuild-page .founder-final-copy h2{margin:0;color:#fff;font-size:38px;line-height:.95}.founder-rebuild-page .founder-final-copy p{margin:8px 0 0;color:var(--text-inverse-muted);font-size:13px;line-height:1.4}
.founder-rebuild-page .founder-final-actions{display:flex;gap:10px;justify-content:center}.founder-rebuild-page .founder-final-actions a{min-width:126px;justify-content:center}
.founder-rebuild-page .founder-final-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.founder-rebuild-page .founder-final-features article{min-height:75px;padding:6px 10px;text-align:center;border-left:1px solid rgba(255,255,255,.16)}
.founder-rebuild-page .founder-final-features svg{display:block;width:28px;height:28px;margin:0 auto 7px;fill:none;stroke:var(--orange-bright);stroke-width:1.7}.founder-rebuild-page .founder-final-features strong{display:block;color:#ffb53b;font-size:12px}.founder-rebuild-page .founder-final-features small{display:block;margin-top:2px;color:var(--text-inverse-muted);font-size:10px}
