:root { --fire:#f56640; --gold:#faab33; --kelly:#009470; --sky:#9ccfd9; --greige:#f5f2ed; --dark-greige:#ded6cc; --slate:#0d1726; --font-poppins:'Poppins'; --font-space-mono:'Space Mono'; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--greige); color: var(--slate); font-family: var(--font-poppins), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; color: var(--fire); font-family: var(--font-space-mono), monospace; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-weight: 800; letter-spacing: -.055em; }
h1 { max-width: 740px; margin-bottom: 27px; color: var(--greige); font-size: clamp(61px, 7.8vw, 115px); line-height: .89; }
h1 em,h2 em { color: var(--fire); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--slate); }
.nav { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; padding-top: 27px; color: var(--greige); }
.wordmark { font-size: 24px; font-weight: 800; letter-spacing: -.08em; }.wordmark span { color: var(--fire); }
.nav-link { margin-left: auto; margin-right: 28px; font-size: 13px; font-weight: 600; }.nav-waitlist { display: flex; width: 252px; overflow: hidden; border: 1px solid rgba(245,242,237,.45); border-radius: 99px; }.nav-waitlist input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 10px 0 10px 15px; color: var(--greige); font: inherit; font-size: 11px; font-weight: 600; outline: none; }.nav-waitlist input::placeholder { color: rgba(245,242,237,.72); }.nav-waitlist input:focus { background: rgba(245,242,237,.08); }.nav-waitlist button { width: 38px; flex: 0 0 38px; border: 0; background: var(--fire); color: white; font: inherit; font-size: 19px; font-weight: 700; cursor: pointer; }.nav-success { margin: 0; color: var(--gold); font-family: var(--font-space-mono), monospace; font-size: 10px; font-weight: 700; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; align-items: end; min-height: 690px; }
.hero-content { position: relative; z-index: 1; padding: 62px 0 106px; }.hero-copy { width: min(555px, 100%); margin-bottom: 31px; color: #ded6cc; font-size: 17px; line-height: 1.65; }
.date-lockup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(510px, 100%); margin: 0 0 30px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }.date-lockup > div { padding: 13px 18px 14px 0; }.date-lockup > div + div { padding-left: 18px; border-left: 1px solid currentColor; }.date-lockup span { display: block; margin-bottom: 4px; font-family: var(--font-space-mono), monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.date-lockup strong { display: block; font-size: clamp(22px, 2.6vw, 31px); font-weight: 800; letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.hero-dates { color: rgba(245,242,237,.34); }.hero-dates span { color: var(--gold); }.hero-dates strong { color: var(--greige); }.hero-actions { display: flex; align-items: center; gap: 28px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 4px; padding: 16px 20px; font-family: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }.button:hover { transform: translateY(-2px); }.button span { font-size: 20px; line-height: .5; }.button-fire { background: var(--fire); color: white; }.text-link { color: var(--greige); font-size: 13px; font-weight: 700; }.text-link span { color: var(--fire); margin-left: 7px; }.hero-note { margin-top: 28px; color: #a5adb6; font-size: 12px; }
.hero-image-wrap { position: relative; align-self: end; height: 590px; }.hero-image { position: absolute; right: 0; bottom: 0; width: min(100%, 455px); height: 580px; object-fit: cover; object-position: 60% 75%; filter: saturate(.95) contrast(1.03); }.hero-image-wrap::before { position: absolute; z-index: 1; right: -18px; bottom: -18px; width: 75%; height: 50%; content: ""; border: 1px solid rgba(245,242,237,.42); }.photo-label { position: absolute; z-index: 2; top: 40px; left: -15px; padding: 9px 13px; background: var(--fire); color: white; font-family: var(--font-space-mono), monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; transform: rotate(-4deg); }.photo-burst { position: absolute; z-index: 2; right: -88px; top: -80px; width: 225px; color: var(--gold); transform: rotate(13deg); }
.ticker { position: absolute; z-index: 3; bottom: 0; left: 0; display: flex; width: max-content; background: var(--fire); color: white; font-family: var(--font-space-mono), monospace; font-size: 11px; font-weight: 700; letter-spacing: .07em; white-space: nowrap; }.ticker span { padding: 14px 50px; }
.statement { padding: 132px 0 136px; }.statement-grid,.proof-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 12%; align-items: end; }h2 { font-size: clamp(43px, 5.4vw, 76px); line-height: .97; }h2 i { color: var(--kelly); font-family: Georgia, serif; font-weight: 400; }.statement h2 { margin-bottom: 0; }.statement-copy,.proof-copy { font-size: 16px; line-height: 1.72; }.statement-copy p + p,.proof-copy p + p { margin-top: 22px; }
.paths { padding: 115px 0 101px; background: white; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }.section-heading h2 { margin: 0; }.paths-kicker { max-width: 220px; margin: 0 0 7px; color: var(--fire); font-family: Georgia, serif; font-size: clamp(25px, 2.7vw, 38px); font-style: italic; font-weight: 400; letter-spacing: -.06em; line-height: .94; }.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-greige); }.path-card { min-height: 250px; padding: 26px 28px 18px 0; border-right: 1px solid var(--dark-greige); }.path-card:not(:first-child) { padding-left: 28px; }.path-card:last-child { border-right: 0; }.path-card span { color: var(--fire); font-family: var(--font-space-mono), monospace; font-size: 11px; font-weight: 700; }.path-card h3 { margin: 52px 0 11px; font-size: 23px; line-height: 1; }.path-card p { max-width: 275px; color: #56606d; font-size: 13px; line-height: 1.65; }.not-for-you { max-width: 650px; margin: 47px 0 0; color: #63707d; font-size: 12px; line-height: 1.6; }
.proof { padding: 132px 0; }.proof h2 { margin: 0; }.proof-copy { padding-bottom: 5px; }
.agent-team { padding: 114px 0 120px; background: var(--sky); }.agent-heading { align-items: end; margin-bottom: 52px; }.agent-heading h2 { margin: 0; }.agent-heading > p { width: min(340px, 100%); margin: 0 0 6px; font-size: 14px; line-height: 1.65; }.agent-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(13,23,38,.35); }.agent-card { min-height: 310px; padding: 27px 26px 22px 0; border-right: 1px solid rgba(13,23,38,.35); }.agent-card:not(:first-child) { padding-left: 26px; }.agent-card:last-child { border-right: 0; }.agent-card > span { color: var(--fire); font-family: var(--font-space-mono), monospace; font-size: 11px; font-weight: 700; }.agent-card h3 { margin: 70px 0 16px; font-size: 24px; line-height: .95; }.agent-card h3 em { color: var(--fire); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }.agent-card p { margin: 0; color: #32404d; font-size: 12px; line-height: 1.7; }
.challenge { position: relative; overflow: hidden; padding: 122px 0; background: var(--slate); color: var(--greige); }.challenge::after { position: absolute; content: "AI"; right: -30px; bottom: -72px; color: rgba(245,242,237,.035); font-size: 300px; font-weight: 800; letter-spacing: -.12em; }.challenge-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; }.challenge-intro h2 { margin: 0 0 25px; }.challenge-intro > p:not(.eyebrow) { color: #c7c0b7; font-size: 15px; line-height: 1.7; }.challenge-dates { margin-top: 30px; color: rgba(245,242,237,.25); }.challenge-dates span { color: var(--gold); }.challenge-dates strong { color: var(--greige); }.challenge-promise { margin-top: 29px; padding: 17px 0; border-top: 1px solid rgba(245,242,237,.25); border-bottom: 1px solid rgba(245,242,237,.25); color: #c7c0b7; font-size: 13px; }.challenge-promise strong { color: var(--gold); }.day-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(245,242,237,.3); }.day-list li { display: grid; grid-template-columns: 48px 1fr 20px; gap: 17px; padding: 17px 0 16px; border-bottom: 1px solid rgba(245,242,237,.3); }.day-number { padding-top: 5px; color: var(--gold); font-family: var(--font-space-mono), monospace; font-size: 11px; font-weight: 700; }.day-list h3 { margin: 0 0 4px; color: var(--greige); font-size: 20px; line-height: 1.1; }.day-list p { margin: 0; color: #aab2bd; font-size: 12px; line-height: 1.55; }.arrow { padding-top: 4px; color: var(--fire); }
.outcomes { display: grid; grid-template-columns: 115px 1fr .95fr; gap: 56px; align-items: center; padding: 129px 0; }.outcome-mark { display: flex; align-items: center; justify-content: center; width: 98px; height: 98px; border-radius: 50%; background: var(--fire); color: var(--greige); }.outcome-mark svg { width: 76px; }.outcomes h2 { max-width: 560px; margin: 0; font-size: clamp(38px, 4.5vw, 62px); }.outcome-list p { margin: 0; padding: 15px 0; border-top: 1px solid var(--dark-greige); font-size: 13px; font-weight: 600; line-height: 1.55; }.outcome-list p:last-child { border-bottom: 1px solid var(--dark-greige); }.outcome-list span { display: inline-block; width: 28px; color: var(--fire); font-family: var(--font-space-mono), monospace; font-size: 10px; }
.accelerator-callout { padding: 90px 0; background: white; }.accelerator-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 10vw, 140px); align-items: end; }.accelerator-inner h2 { margin: 0 0 20px; font-size: clamp(43px, 5vw, 70px); }.accelerator-inner > div > p:not(.eyebrow) { max-width: 480px; margin-bottom: 0; color: #56606d; font-size: 15px; line-height: 1.7; }.accelerator-form-wrap > p { margin: 13px 0 0; color: #63707d; font-size: 11px; line-height: 1.55; }.accelerator-form { display: flex; gap: 10px; }.accelerator-form input { flex: 1; min-width: 0; border: 1px solid var(--slate); border-radius: 4px; padding: 16px; color: var(--slate); font: inherit; font-size: 14px; outline: none; }.accelerator-form input:focus { box-shadow: 0 0 0 3px rgba(156,207,217,.5); }.accelerator-form .button { white-space: nowrap; }.accelerator-success { padding: 17px; border: 1px solid var(--kelly); background: rgba(0,148,112,.09); color: var(--slate); font-size: 13px; font-weight: 700; }
.creator { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(42px, 9vw, 135px); align-items: center; padding: 4px 0 132px; }.creator-photo { position: relative; height: 570px; overflow: hidden; background: var(--sky); }.creator-photo::after { position: absolute; inset: 18px -18px -18px 18px; content: ""; border: 1px solid var(--slate); }.creator-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 65%; }.creator-copy h2 { margin-bottom: 26px; font-size: clamp(40px, 4.4vw, 64px); }.creator-copy > p:not(.eyebrow):not(.signature) { max-width: 600px; font-size: 15px; line-height: 1.72; }.creator-copy > p + p { margin-top: 18px; }.signature { margin: 26px 0 0; color: var(--fire); font-family: Georgia, serif; font-size: 26px; font-style: italic; }
.join { position: relative; overflow: hidden; padding: 116px 0 125px; background: var(--fire); color: var(--slate); }.join-inner { position: relative; z-index: 1; }.join .eyebrow { color: var(--slate); }.join h2 { max-width: 860px; margin-bottom: 23px; font-size: clamp(54px, 7vw, 97px); }.join h2 em { color: var(--greige); }.join-dates { color: rgba(13,23,38,.38); }.join-dates span { color: var(--slate); }.join-dates strong { color: var(--greige); }.join-copy { max-width: 535px; font-size: 16px; line-height: 1.65; }.signup { display: flex; width: min(590px, 100%); gap: 10px; margin-top: 31px; }.signup input { flex: 1; min-width: 0; border: 1px solid var(--slate); border-radius: 4px; background: rgba(255,255,255,.2); padding: 16px; color: var(--slate); font: inherit; font-size: 14px; outline: none; }.signup input::placeholder { color: rgba(13,23,38,.7); }.signup input:focus { box-shadow: 0 0 0 3px rgba(245,242,237,.72); }.button-dark { background: var(--slate); color: var(--greige); white-space: nowrap; }.form-note { margin-top: 13px; font-size: 11px; }.join-burst { position: absolute; width: min(46vw, 550px); right: -8vw; top: -85px; color: var(--gold); opacity: .9; transform: rotate(-12deg); }.success-message { display: flex; gap: 13px; width: min(520px, 100%); margin-top: 31px; padding: 18px; border: 1px solid var(--slate); background: rgba(255,255,255,.2); }.success-message > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--slate); color: var(--greige); font-size: 14px; font-weight: 800; }.success-message strong { font-size: 14px; }.success-message p { margin: 3px 0 0; font-size: 12px; }
.footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; padding: 30px 0; font-size: 11px; }.footer p { margin: 0; color: #69707a; }.footer p:last-child { text-align: right; }.footer-mark { font-size: 22px; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 800px) { .hero { min-height: 0; }.hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }.hero-content { padding: 90px 0 45px; }.hero-image-wrap { width: min(100%, 520px); height: 520px; margin-left: auto; }.hero-image { height: 510px; }.photo-burst { right: -65px; }.statement-grid,.proof-grid,.challenge-grid,.outcomes,.creator,.accelerator-inner { grid-template-columns: 1fr; gap: 32px; }.statement,.proof { padding: 88px 0; }.path-grid { grid-template-columns: 1fr; }.path-card,.path-card:not(:first-child) { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--dark-greige); }.path-card h3 { margin: 24px 0 7px; }.path-card p { max-width: 100%; }.agent-team { padding: 85px 0; }.agent-heading { display: block; margin-bottom: 37px; }.agent-heading > p { margin-top: 21px; }.agent-grid { grid-template-columns: repeat(2, 1fr); }.agent-card:nth-child(2) { border-right: 0; }.agent-card:nth-child(n+3) { border-top: 1px solid rgba(13,23,38,.35); }.challenge { padding: 85px 0; }.outcomes { padding: 89px 0; }.outcome-mark { display: none; }.accelerator-callout { padding: 75px 0; }.accelerator-form-wrap { max-width: 560px; }.creator { padding: 0 0 88px; }.creator-photo { width: min(100%, 500px); height: 520px; }.join { padding: 85px 0; }.join-burst { width: 420px; right: -230px; }.footer { grid-template-columns: 1fr auto; }.footer p:nth-child(2) { display: none; } }
@media (max-width: 530px) { .shell { width: min(100% - 32px, 1180px); }.nav { flex-wrap: wrap; gap: 13px; }.nav-link { display: none; }.nav-waitlist { order: 3; width: 100%; }.nav-success { order: 3; width: 100%; }.hero-content { padding-top: 59px; }.hero-copy { font-size: 15px; }.date-lockup { width: 100%; margin-bottom: 27px; }.date-lockup > div { padding: 12px 10px 13px 0; }.date-lockup > div + div { padding-left: 10px; }.date-lockup strong { font-size: 21px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-image-wrap { height: 405px; }.hero-image { width: 100%; height: 395px; }.photo-label { top: 17px; left: -3px; }.photo-burst { top: -46px; right: -44px; width: 155px; }.ticker { font-size: 9px; }.statement,.paths,.proof { padding: 75px 0; }.section-heading { display: block; margin-bottom: 36px; }.agent-team { padding: 75px 0; }.agent-grid { grid-template-columns: 1fr; }.agent-card,.agent-card:not(:first-child) { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid rgba(13,23,38,.35); }.agent-card:nth-child(n+3) { border-top: 0; }.agent-card h3 { margin: 37px 0 11px; }.challenge { padding: 75px 0; }.day-list li { grid-template-columns: 35px 1fr 12px; gap: 9px; }.day-list h3 { font-size: 17px; }.accelerator-form { flex-direction: column; }.accelerator-form .button { width: 100%; }.creator { padding-bottom: 75px; }.creator-photo { height: 410px; }.signup { flex-direction: column; }.button-dark { width: 100%; }.footer { grid-template-columns: 1fr; gap: 12px; }.footer p:last-child { text-align: left; } }
