:root{--cream:#f3eadb;--cream-2:#ebe0cd;--cream-3:#e2d6bf;--ink:#1a1612;--ink-soft:#4a4239;--red:#d62828;--blue:#2456e6;--amber:#e5821a;--plum:#6b3aa0;--mute:#847868;--accent:var(--red);--rule:#1a16121a;--rule-strong:#1a161238;--card-bg:#f3eadb9e;--reveal:0;--musicians-fade:1;--sans:"Hanken Grotesk", system-ui, sans-serif;--display:"Boldonse", "Hanken Grotesk", system-ui, sans-serif;--hand:"Caveat", cursive}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;overscroll-behavior-x:none;overflow-x:clip}body{color:var(--ink);font-family:var(--sans);background:var(--cream);font-size:17px;line-height:1.6;position:relative;overflow-x:clip}body:before{content:"";z-index:-2;opacity:.22;pointer-events:none;background-image:url(/assets/backgrounds/watercolor-soft.png);background-position:50% 30%;background-repeat:no-repeat;background-size:150%;position:fixed;inset:0}body:after{content:"";z-index:-1;pointer-events:none;background-image:radial-gradient(#84786814 1px,#0000 1px);background-size:5px 5px;position:fixed;inset:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img,video,svg{max-width:100%;display:block}.wrap{max-width:1240px;margin:0 auto;padding:0 clamp(20px,4vw,56px);position:relative}header.top{-webkit-backdrop-filter:blur(14px)saturate(140%);z-index:80;border-bottom:1px solid var(--rule);background:#f3eadba8;padding:14px 0;position:fixed;top:0;left:0;right:0}header.top .row{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:12px;line-height:1;display:inline-flex}.brand-glyph{background:url(/assets/brand/logo-lorenz.png) 50%/contain no-repeat;width:50px;height:44px;display:inline-block}.brand-text{color:var(--ink);letter-spacing:-.01em;font-family:Clash Grotesk,Hanken Grotesk,sans-serif;font-size:22px;font-weight:500}.brand-text .labs{color:var(--mute);margin-left:4px;font-weight:500}header nav{align-items:center;gap:30px;display:flex}header nav a{color:var(--ink-soft);font-size:14px;font-weight:500;transition:color .18s}header nav a:hover{color:var(--ink)}header nav .pill{background:var(--ink);color:var(--cream);border-radius:999px;padding:9px 18px;font-size:13px;font-weight:500;transition:background .2s,transform .2s}header nav .pill:hover{background:var(--red);transform:translateY(-1px)}@media (max-width:880px){header nav a:not(.pill){display:none}}.eyebrow{font-family:var(--sans);letter-spacing:.24em;text-transform:uppercase;color:var(--accent);align-items:center;gap:12px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.eyebrow .sim-glyph{width:22px;height:22px;color:var(--accent);flex-shrink:0}.eyebrow.on-dark,.eyebrow.on-dark .sim-glyph{color:#ff7e6e}.h2-pro{font-family:var(--sans);letter-spacing:-.022em;color:var(--ink);font-size:clamp(34px,4.8vw,60px);font-weight:700;line-height:1.04}.h2-pro em{color:var(--accent);font-style:normal}.h2-pro .nowrap{white-space:nowrap}.lede{font-family:var(--sans);color:var(--ink-soft);max-width:62ch;font-size:clamp(18px,1.6vw,21px);font-weight:400;line-height:1.5}.hero-stage{height:200dvh;position:relative}.hero-sticky{height:100dvh;position:sticky;top:0;overflow:hidden}@media (max-width:1024px){.hero-stage{height:150dvh}.hero-lines-wrap{padding:64px 18px}.lines-frame{transform:none}}.hero-bg{z-index:1;transform:scale(calc(1.04 - var(--reveal) * .025));background-image:url(/assets/backgrounds/watercolor-soft.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-lines-wrap{z-index:2;pointer-events:none;opacity:var(--musicians-fade);justify-content:center;align-items:center;padding:80px clamp(20px,4vw,80px);transition:opacity 50ms linear;display:flex;position:absolute;inset:0}.lines-frame{aspect-ratio:1280/850;width:100%;max-width:1100px;max-height:calc(100dvh - 160px);position:relative;transform:translate(5%)}.lines-frame video{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.lines-still{object-fit:contain;width:100%;height:100%;display:none;position:absolute;inset:0}.glass{z-index:5;pointer-events:none;-webkit-backdrop-filter:blur(calc(6px * var(--reveal)));opacity:var(--reveal);background:linear-gradient(#f3eadb9e 0%,#f3eadb7a 50%,#f3eadb9e 100%);position:absolute;inset:0}.hero-copy{z-index:10;text-align:center;opacity:calc(var(--reveal) * 1.3);transform:translateY(calc((1 - var(--reveal)) * 24px));pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:clamp(24px,5vw,64px);display:flex;position:absolute;inset:0}.hero-copy.show{pointer-events:auto}h1.hero-title{font-family:var(--sans);letter-spacing:-.028em;color:var(--ink);max-width:20ch;font-size:clamp(44px,6.8vw,92px);font-weight:800;line-height:1}h1.hero-title em{color:var(--red);font-style:normal}.hero-sub{font-family:var(--sans);color:var(--ink-soft);max-width:58ch;margin-top:-6px;font-size:clamp(19px,1.7vw,22px);font-weight:400;line-height:1.5}.hero-sub strong{color:var(--ink);font-weight:600}.cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.cta{background:var(--ink);color:var(--cream);font-family:var(--sans);border-radius:999px;align-items:center;gap:12px;padding:15px 28px;font-size:14px;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.cta:hover{background:var(--red);transform:translateY(-2px)}.cta-secondary{color:var(--ink);border:1px solid var(--ink);font-family:var(--sans);border-radius:999px;align-items:center;gap:8px;padding:15px 22px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.cta-secondary:hover{background:var(--ink);color:var(--cream)}.scroll-cue{z-index:20;font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--ink);opacity:calc(1 - var(--reveal) * 3);pointer-events:none;-webkit-backdrop-filter:blur(8px);border:1px solid var(--rule);background:#f3eadbe6;border-radius:999px;align-items:center;gap:12px;padding:9px 18px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-cue .arrow{background:linear-gradient(180deg, transparent, var(--ink));width:1px;height:20px;animation:1.6s ease-in-out infinite scrollDown;display:inline-block}@keyframes scrollDown{0%{opacity:0;transform:translateY(-6px)}50%{opacity:1}to{opacity:0;transform:translateY(6px)}}section.section{padding:clamp(96px,12vw,160px) 0;position:relative}.section-head{max-width:760px;margin-bottom:clamp(48px,6vw,72px)}.section-head.center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.section-head.center .eyebrow{display:inline-flex}.section-head .eyebrow{margin-bottom:26px}.section-head h2{margin-bottom:20px}.product .feature-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px;display:grid}@media (max-width:900px){.product .feature-grid{grid-template-columns:1fr}}.feature{background:var(--card-bg);border:1px solid var(--rule);border-radius:18px;padding:36px 30px;transition:transform .25s,border-color .25s,box-shadow .25s}.feature:hover{border-color:var(--ink);transform:translateY(-4px);box-shadow:0 14px 36px -18px #1a16122e}.feature-icon{width:56px;height:56px;color:var(--ink);margin-bottom:22px}.feature h3{font-family:var(--sans);color:var(--ink);letter-spacing:-.012em;margin-bottom:10px;font-size:21px;font-weight:700;line-height:1.2}.feature p{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.feature .stat-mini{border-top:1px dashed var(--rule);font-family:var(--sans);color:var(--mute);letter-spacing:.04em;margin-top:20px;padding-top:18px;font-size:12px}.feature .stat-mini strong{color:var(--ink);font-weight:600}.output{background:var(--ink);color:var(--cream);padding:clamp(96px,12vw,140px) 0;position:relative;overflow:hidden}.output:before{content:"";opacity:.07;pointer-events:none;mix-blend-mode:screen;background-image:url(/assets/backgrounds/watercolor-soft.png);background-position:50%;background-repeat:no-repeat;background-size:180%;position:absolute;inset:0}.output .wrap{z-index:2;position:relative}.output .section-head h2{color:var(--cream)}.output .section-head h2 em{color:#ff7e6e}.output .lede{color:#f3eadbc7}.recommendation-card{color:var(--ink);background:#f5ecdf;border:1px solid #1a16121f;border-radius:18px;max-width:980px;margin:0 auto;overflow:hidden;box-shadow:0 30px 80px -32px #0009}.rec-head{border-bottom:1px solid var(--rule);background:#fff6;justify-content:space-between;align-items:center;gap:14px;padding:20px 28px;display:flex}.rec-head .left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.rec-head .badge{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red);border:1px solid var(--red);border-radius:999px;flex-shrink:0;padding:5px 11px;font-size:11px;font-weight:700}.rec-head .ref{color:var(--ink-soft);font-size:13px;font-weight:500}.rec-head .right{color:var(--mute);letter-spacing:.06em;text-align:right;font-size:12px}@media (max-width:640px){.rec-head{flex-direction:column;align-items:flex-start;gap:10px;padding:18px 22px}.rec-head .left{gap:10px}.rec-head .ref{font-size:12px;line-height:1.4}.rec-head .right{text-align:left;letter-spacing:.04em;padding-left:0;font-size:11px}}.rec-body{grid-template-columns:1fr 360px;gap:36px;padding:36px 32px 32px;display:grid}@media (max-width:800px){.rec-body{grid-template-columns:1fr}}.rec-text .label{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--red);margin-bottom:14px;font-size:11px;font-weight:700}.rec-text .recommendation{font-family:var(--sans);letter-spacing:-.015em;color:var(--ink);margin-bottom:22px;font-size:clamp(22px,2.4vw,28px);font-weight:600;line-height:1.3}.rec-text .recommendation strong{color:var(--red)}.meta-row{border-top:1px solid var(--rule);grid-template-columns:repeat(3,1fr);gap:18px;padding-top:20px;display:grid}.meta-cell .k{letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-bottom:6px;font-size:10.5px;font-weight:700}.meta-cell .v{color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:700;line-height:1}.meta-cell .v small{color:var(--mute);margin-left:4px;font-size:11px;font-weight:500}.rec-chart{color:#f3eadbe0;background:linear-gradient(#1d2230 0%,#161a25 100%);border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;padding:22px 22px 18px;display:flex;box-shadow:inset 0 1px #ffffff0f,0 2px 22px #00000040}.rec-chart .ch-title{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.rec-chart .ch-title h4{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:#f3eadb8c;font-size:11px;font-weight:700}.rec-chart .ch-title .y-axis{color:#f3eadb73;font-size:11px;font-weight:500}.rec-chart svg{width:100%;height:160px}.rec-chart svg g[stroke=\#1a1612]{stroke:#f3eadb2e!important}.rec-chart svg g[fill=\#847868]{fill:#f3eadb8c!important}.rec-chart svg line[stroke=\#1a1612]{stroke:#f3eadb59!important}.rec-chart svg circle[stroke=\#f5ecdf]{stroke:#16140f!important}.rec-chart svg text[fill=\#1a1612]{fill:var(--cream)!important}.rec-chart .ch-legend{color:#f3eadb8c;justify-content:space-between;align-items:center;margin-top:12px;font-size:11px;display:flex}.rec-chart .ch-legend .item{align-items:center;gap:6px;display:inline-flex}.rec-chart .ch-legend .swatch{background:var(--accent);width:14px;height:2px}.rec-chart .ch-legend .band{background:color-mix(in srgb, var(--accent) 22%, transparent);border-top:1px dashed #f3eadb59;border-bottom:1px dashed #f3eadb59;width:14px;height:8px}.how-grid{grid-template-columns:repeat(3,1fr);gap:36px;display:grid;position:relative}@media (max-width:900px){.how-grid{grid-template-columns:1fr;gap:48px}}.step-block{background:var(--card-bg);border:1px solid var(--rule);border-radius:20px;flex-direction:column;gap:20px;padding:32px 28px 36px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.step-block:hover{border-color:var(--ink);transform:translateY(-4px);box-shadow:0 14px 36px -18px #1a16122e}.step-header{justify-content:space-between;align-items:center;display:flex}.step-num{font-family:var(--sans);letter-spacing:.22em;color:var(--accent);font-size:13px;font-weight:800}.step-tag{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--mute);background:#1a16120d;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600}.step-illustration{border:1px solid var(--rule);background:linear-gradient(#ffffff8c,#f5ecdf59);border-radius:14px;justify-content:center;align-items:center;width:100%;height:220px;padding:8px;display:flex;position:relative;overflow:hidden}.step-illustration-pro{background:#fff9}.step-illustration svg{width:100%;height:100%;color:var(--ink)}.step-block h3{font-family:var(--sans);color:var(--ink);letter-spacing:-.012em;font-size:22px;font-weight:700;line-height:1.25}.step-block p{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.industry-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}@media (max-width:900px){.industry-grid{grid-template-columns:1fr}}.industry-card{background:var(--card-bg);border:1px solid var(--rule);border-radius:18px;flex-direction:column;gap:18px;padding:32px 28px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.industry-card:hover{border-color:var(--ink);transform:translateY(-4px);box-shadow:0 14px 36px -18px #1a16122e}.industry-icon{width:44px;height:44px;color:var(--ink)}.industry-card h3{font-family:var(--sans);color:var(--ink);letter-spacing:-.012em;font-size:23px;font-weight:700;line-height:1.2}.industry-card p{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.industry-card .working-with{border-top:1px dashed var(--rule);font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-top:auto;padding-top:22px;font-size:11px;font-weight:600}.industry-card .logo-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.logo-pill{font-family:var(--sans);color:var(--ink);letter-spacing:.005em;background:#1a16120f;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600}.partner-logo{object-fit:contain;opacity:.75;width:auto;max-width:180px;height:44px;transition:opacity .25s}.industry-card:hover .partner-logo{opacity:1}.cta-section{background:var(--ink);color:var(--cream);padding:clamp(120px,14vw,180px) 0 0;position:relative;overflow:hidden}.cta-section .wrap{z-index:5;position:relative}.cta-section h2{font-family:var(--sans);letter-spacing:-.025em;color:var(--cream);max-width:22ch;margin-bottom:18px;font-size:clamp(40px,6vw,72px);font-weight:800;line-height:1.04}.cta-section h2 em{color:#ff7e6e;font-style:normal}.cta-section .lede{color:#f3eadbc7;max-width:56ch}.cta-section .eyebrow{margin-bottom:26px}.cta-section .ctas{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.cta-section .cta-light{background:var(--cream);color:var(--ink);font-family:var(--sans);border-radius:999px;align-items:center;gap:12px;padding:15px 28px;font-size:14px;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.cta-section .cta-light:hover{background:#ff7e6e;transform:translateY(-2px)}.cta-section .cta-ghost{color:var(--cream);border:1px solid var(--cream);font-family:var(--sans);border-radius:999px;align-items:center;gap:8px;padding:15px 22px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.cta-section .cta-ghost:hover{background:var(--cream);color:var(--ink)}.audience-stage{width:100%;height:clamp(460px,64vh,760px);margin-top:clamp(60px,8vw,110px);position:relative;overflow:hidden}.audience-stage video{object-fit:contain;object-position:bottom center;filter:invert();width:100%;height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.audience-still{object-fit:cover;object-position:bottom center;filter:invert();width:100%;height:100%;display:none;position:absolute;bottom:0;left:0}@media (max-width:1024px){.audience-stage{height:clamp(280px,42vh,380px);margin-top:48px}.audience-stage video{object-fit:cover}}.team-section{padding-bottom:clamp(64px,8vw,100px)}.team-head{grid-template-columns:1fr 1fr;align-items:end;gap:56px;margin-bottom:clamp(48px,6vw,64px);display:grid}@media (max-width:800px){.team-head{grid-template-columns:1fr;gap:24px}}.team-head .right{font-family:var(--sans);color:var(--ink-soft);max-width:42ch;font-size:17px;line-height:1.55}.team-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1100px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.team-grid{grid-template-columns:1fr}}.person-compact{text-align:center;flex-direction:column;align-items:center;padding:8px;display:flex}.person-compact .photo{background:radial-gradient(circle at 30% 30%, var(--cream-2), var(--cream-3));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:18px;display:flex;position:relative;overflow:hidden}.person-compact .photo:before{content:"";background-image:radial-gradient(#1a161214 1px,#0000 1.5px);background-size:7px 7px;position:absolute;inset:0}.person-compact .photo .initial{font-family:var(--hand);color:var(--accent);z-index:2;font-size:56px;font-weight:600;line-height:.8;position:relative}.person-compact .photo img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.person-compact h3{font-family:var(--sans);color:var(--ink);margin-bottom:4px;font-size:17px;font-weight:700}.person-compact .role{font-family:var(--sans);color:var(--ink-soft);font-size:13px;font-weight:500}.school-strip{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:24px;margin-top:clamp(48px,6vw,72px);padding:28px 0;display:flex}.school-logo{object-fit:contain;opacity:.7;width:auto;max-width:120px;height:56px;transition:opacity .2s}.school-logo:hover{opacity:1}.school-logo.tall{height:64px}.school-logo.wide{max-width:150px;height:38px}.school-label{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--mute);font-size:11px;font-weight:700}footer.foot{border-top:1px solid var(--rule);padding:clamp(96px,11vw,140px) 0 50px;position:relative}footer.foot .foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px;margin-bottom:64px;display:grid}@media (max-width:900px){footer.foot .foot-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){footer.foot .foot-grid{grid-template-columns:1fr;gap:36px;margin-bottom:40px}}footer.foot .mark{color:var(--ink);letter-spacing:-.012em;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:18px;font-family:Clash Grotesk,Hanken Grotesk,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:500;line-height:1;display:flex}footer.foot .mark .mark-glyph{background:url(/assets/brand/logo-lorenz.png) 50%/contain no-repeat;flex-shrink:0;width:clamp(60px,9vw,120px);height:clamp(54px,8vw,105px)}footer.foot .mark .labs{color:var(--mute);margin-left:4px;font-weight:500}footer.foot .tagline{color:var(--ink-soft);max-width:34ch;font-size:14px;line-height:1.55}footer.foot ul li a{word-break:break-word}footer.foot h4{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--mute);margin-bottom:18px;font-size:11px;font-weight:700}footer.foot ul{list-style:none}footer.foot ul li{color:var(--ink);font-size:14px;line-height:2}footer.foot ul li a:hover{color:var(--red)}footer.foot .legal{border-top:1px solid var(--rule);font-family:var(--sans);color:var(--mute);flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:28px;font-size:12px;display:flex}section.product{--accent:var(--blue)}section.output{--accent:#ff7e6e}section.how{--accent:var(--amber)}section.industry{--accent:var(--red)}section.team-section{--accent:var(--plum)}section.cta-section{--accent:#ff7e6e}.output .eyebrow,.output .eyebrow .sim-glyph,.cta-section .eyebrow,.cta-section .eyebrow .sim-glyph{color:var(--accent)}.industry-card .tag,.output .badge{color:var(--accent);border-color:var(--accent)}.rec-text .label,.rec-text .recommendation strong{color:var(--accent)}.rec-chart svg .chart-band,.rec-chart svg .chart-line{stroke:var(--accent)}.rec-chart .ch-legend .swatch{background:var(--accent)}.rec-chart .ch-legend .band{background:color-mix(in srgb, var(--accent) 18%, transparent);border-top-color:#1a161259;border-bottom-color:#1a161259}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
