:root{--ink:#121411;--paper:#fff;--lime:#d9ff43;--muted:#595d55;--line:#dce0d7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #526400;outline-offset:6px}img{max-width:100%;height:auto;display:block}.skip{position:absolute;top:-100px;background:var(--lime);padding:1rem;z-index:10}.skip:focus{top:0}.demo-notice{padding:.65rem 1.5rem;text-align:center;background:var(--ink);color:#fff;font-size:.875rem}header{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 5%;gap:2rem;border-bottom:1px solid var(--line)}.brand{display:block;width:145px;flex-shrink:0}nav{display:flex;gap:2.5rem;align-items:center;font-size:.9375rem}nav a:hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{font-weight:bold}.nav-cta span{margin-left:.75rem}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px}.hero-copy{padding:4.5rem 10% 1.7rem;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font:600 .8125rem/1.5 'Courier New',monospace;letter-spacing:.08em;margin:0 0 2rem}h1{font-size:clamp(3.5rem,6.2vw,7rem);letter-spacing:-.065em;line-height:1.02;font-weight:500;margin:0 0 1.6rem}h2{font-size:clamp(2.5rem,4.2vw,4.6rem);line-height:1.07;letter-spacing:-.045em;font-weight:500;margin:0}h3{line-height:1.2}.lede{font-size:1.125rem;max-width:33rem;margin:0 0 2rem;color:var(--muted)}.button{display:inline-flex;align-items:center;gap:2rem;padding:1rem 1.4rem;background:var(--lime);font-weight:600;border:1px solid var(--ink);transition:background .15s}.button:hover{background:#c4eb26}.hero-foot{display:flex;justify-content:space-between;gap:1rem;width:100%;margin-top:auto;padding-top:4rem;font: .6875rem/1.5 'Courier New',monospace;color:var(--muted);letter-spacing:.025em}.hero-photo{margin:0;position:relative;min-width:0;background:#282925;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:38% center}.hero-photo figcaption{position:absolute;bottom:1.6rem;left:2rem;background:#121411e6;color:#fff;padding:.6rem .8rem;font:.75rem/1.4 'Courier New',monospace}.section-wrap{padding:5rem 5%}.section-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:3.5rem}.section-intro .eyebrow{margin:0}.section-intro p{margin:0;font-size:1rem;color:var(--muted)}.show-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.show-identity{background:#fff;padding:3rem 0}.show-identity img{width:95%}.show-identity p{font: .9375rem/1.4 'Courier New',monospace;text-align:center;letter-spacing:.025em}.show-copy p{max-width:33rem;color:var(--muted);font-size:1.0625rem}.show-copy .small-note{font-size:.875rem;max-width:30rem}.program{display:grid;grid-template-columns:repeat(3,1fr);margin-top:4rem;border-top:1px solid var(--line)}.program article{padding:2rem 2rem 0 0}.program article+article{padding-left:2rem;border-left:1px solid var(--line)}.program span{font: .875rem 'Courier New',monospace;color:var(--muted)}.program h3{font-size:1.6rem;font-weight:500;letter-spacing:-.03em;margin:.8rem 0}.program p{color:var(--muted);max-width:24rem}.behind{background:#f3f5ef}.sample-label{font: .75rem/1.4 'Courier New',monospace;letter-spacing:.055em;border:1px solid #73796a;padding:.35rem .6rem;display:inline-block}.behind-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:end;margin-bottom:3rem}.behind-heading p{max-width:31rem;font-size:1.125rem;color:var(--muted);margin:0}.story{display:grid;grid-template-columns:.8fr 1.4fr;background:#fff;border:1px solid var(--ink)}.story-sponsor{padding:3rem;background:var(--lime);display:flex;flex-direction:column;align-items:flex-start}.story-sponsor h3{font-size:clamp(2rem,3vw,3.5rem);letter-spacing:-.045em;font-weight:500;margin:0 0 1rem}.story-sponsor p{margin:0 0 3rem}.story-sponsor .sample-label{margin-top:auto}.steps{list-style:none;padding:0 2.5rem;margin:0}.steps li{display:flex;gap:1.5rem;padding:1.8rem 0}.steps li+li{border-top:1px solid var(--line)}.step-no{font: .875rem/1.6 'Courier New',monospace;color:var(--muted)}.steps h3{margin:0 0 .5rem;font-size:1.125rem}.steps p{color:var(--muted);margin:0;font-size:1rem;max-width:37rem}.workflow-note{font-size:.875rem;color:var(--muted);margin:1rem 0 0}.accordo{background:var(--ink);color:#fff;display:grid;grid-template-columns:1.2fr 1fr;gap:8%;padding-top:5.5rem;padding-bottom:5.5rem}.accordo .eyebrow{color:var(--lime);display:block}.accordo p{font-size:1.125rem;color:#c4c9bd;max-width:31rem;margin:0 0 2rem}.accordo>div:last-child{align-self:end}.light{color:var(--ink)}footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 5%}footer p,footer>span{font-size:.8125rem;color:var(--muted)}footer .brand{width:110px}@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-copy{padding-top:6rem}}@media(max-width:900px){nav{gap:1.2rem}.hero-copy{padding:3rem 7% 1.5rem}.hero{min-height:580px}.hero-foot{flex-direction:column;gap:.25rem}.section-wrap{padding:3.5rem 5%}.show-grid,.behind-heading,.accordo{gap:5%}.story-sponsor{padding:2rem}.steps{padding:0 1.5rem}}@media(max-width:640px){header{padding:1.1rem 5%;gap:1rem}.brand{width:110px}nav{gap:1rem;font-size:.875rem}nav a:first-child{display:none}.demo-notice{font-size:.75rem}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:2.5rem 5% 1.5rem}.hero-copy .eyebrow{font-size:.75rem;margin-bottom:1.5rem}h1{font-size:clamp(3.3rem,12vw,5rem)}.hero-foot{padding-top:2rem;flex-direction:row}.hero-photo{height:360px}.hero-photo figcaption{left:5%;font-size:.6875rem}.section-intro{flex-direction:column;gap:1rem;margin-bottom:2rem}.show-grid,.behind-heading,.accordo{grid-template-columns:1fr;gap:2rem}.show-identity{padding:0 0 1rem}.show-copy h2 br{display:none}.program{grid-template-columns:1fr;margin-top:2rem}.program article{padding:1.5rem 0}.program article+article{padding-left:0;border-left:0;border-top:1px solid var(--line)}.story{grid-template-columns:1fr}.story-sponsor{padding:2rem}.story-sponsor .eyebrow{margin-bottom:1rem}.story-sponsor p{margin-bottom:1.5rem}.steps{padding:0 1.5rem}.accordo{padding-top:3rem;padding-bottom:3rem}footer{flex-wrap:wrap;gap:1rem}footer p{max-width:210px}footer>span{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.floor-story{display:grid;grid-template-columns:1fr 1.1fr;gap:8%;align-items:center;margin-top:4rem}.floor-story h3{font-size:2.5rem;letter-spacing:-.04em;font-weight:500;margin:1rem 0}.floor-story p{color:var(--muted);margin-bottom:1.5rem}.floor-story figure{margin:0}.floor-story img{width:100%;border:1px solid var(--line)}.floor-story figcaption{font-size:.8rem;color:var(--muted);margin-top:.8rem}.hero-foot,.hero-photo figcaption{font-size:.75rem}@media(max-width:640px){.floor-story{grid-template-columns:1fr;gap:2rem}.floor-story h3{font-size:2rem}.hero-foot{flex-wrap:wrap}header{flex-wrap:wrap}nav{flex-wrap:wrap}}

.arrow-icon{display:inline-block;width:1.15em;height:1.15em;flex-shrink:0;vertical-align:-.15em}.nav-cta{display:inline-flex;align-items:center;gap:.65rem;white-space:nowrap}
