.landing{position:relative;height:100svh;min-height:34rem;display:flex;flex-direction:column;overflow:hidden}.landing-bar{position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem var(--pad);pointer-events:none}.landing-bar>*{pointer-events:auto}.landing-bar .wordmark{font-size:clamp(1.25rem,2.4vw,1.7rem)}.fork{flex:1;display:flex;min-height:0}.half{position:relative;flex:1 1 0%;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(1.5rem,4vw,3.5rem);text-decoration:none;color:var(--ink);overflow:hidden;isolation:isolate;transition:flex-grow .7s var(--ease-out),background .5s var(--ease)}.fork:hover .half:not(:hover){flex-grow:.72}.fork .half:hover,.fork .half:focus-visible{flex-grow:1.34}.half+.half{border-left:1px solid var(--edge)}.half-creative{background:var(--ground)}.half-creative .plate-bg{position:absolute;inset:0;z-index:-2;overflow:hidden}.half-creative .plate-bg img{width:100%;height:100%;object-fit:cover;opacity:.42;transform:scale(1.06);filter:saturate(.85);transition:opacity .8s var(--ease),transform 1.2s var(--ease-out),filter .8s var(--ease)}.half-creative:hover .plate-bg img,.half-creative:focus-visible .plate-bg img{opacity:.78;transform:scale(1.005);filter:saturate(1)}.half-creative .plate-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,color-mix(in srgb,var(--ground) 92%,transparent),color-mix(in srgb,var(--ground) 55%,transparent) 42%,color-mix(in srgb,var(--ground) 18%,transparent))}.half-pro{background:var(--ground-2)}.half-pro .struct{position:absolute;inset:0;z-index:-2;opacity:.5;background-image:linear-gradient(to right,var(--edge) 1px,transparent 1px),linear-gradient(to bottom,var(--edge) 1px,transparent 1px);background-size:46px 46px;mask-image:radial-gradient(ellipse at 70% 30%,#000 10%,transparent 72%);transition:opacity .7s var(--ease),background-size .9s var(--ease-out)}.half-pro:hover .struct,.half-pro:focus-visible .struct{opacity:.95;background-size:52px 52px}.half-pro .bars{position:absolute;top:clamp(4.5rem,14vh,8rem);left:clamp(1.5rem,4vw,3.5rem);right:clamp(1.5rem,4vw,3.5rem);z-index:-1;display:flex;flex-direction:column;gap:.65rem;max-width:22rem}.half-pro .bars i{display:block;height:3px;background:var(--path-pro);opacity:.28;transform-origin:left;transform:scaleX(var(--w, .5));transition:opacity .6s var(--ease),transform .9s var(--ease-out)}.half-pro:hover .bars i,.half-pro:focus-visible .bars i{opacity:.62;transform:scaleX(calc(var(--w, .5) * 1.18))}.half .label{font-family:var(--mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .7rem}.half h2{font-family:var(--serif);font-weight:400;font-size:clamp(2rem,5.2vw,4rem);line-height:1.02;letter-spacing:-.015em;margin:0 0 .6rem}.half-creative h2{color:var(--ink)}.half-pro h2{font-family:var(--sans);font-weight:600;letter-spacing:-.03em}.half p{margin:0;max-width:30ch;color:var(--ink-dim);font-size:clamp(.9rem,1.3vw,1rem)}.half .enter{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.4rem;font-family:var(--mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--half-accent);opacity:.55;transform:translate(-4px);transition:opacity .45s var(--ease),transform .45s var(--ease-out)}.half:hover .enter,.half:focus-visible .enter{opacity:1;transform:none}.half .enter .rule{display:block;width:2.25rem;height:1px;background:currentColor;transform-origin:left;transform:scaleX(.5);transition:transform .45s var(--ease-out)}.half:hover .enter .rule,.half:focus-visible .enter .rule{transform:none}.half-creative{--half-accent: var(--path-creative)}.half-pro{--half-accent: var(--path-pro)}.half:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--half-accent);transform:scaleX(0);transform-origin:left;transition:transform .6s var(--ease-out);z-index:2}.half:hover:before,.half:focus-visible:before{transform:none}.landing-foot{position:absolute;bottom:0;left:0;right:0;z-index:20;display:flex;justify-content:center;padding:0 var(--pad) .75rem;pointer-events:none}.landing-foot p{margin:0;font-family:var(--mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);opacity:.8;text-align:center}@media(max-width:780px),(max-aspect-ratio:3 / 4){.landing{height:auto;min-height:100svh}.fork{flex-direction:column}.half{flex:1 1 auto;min-height:52svh;padding-top:clamp(4.5rem,12vh,7rem)}.half+.half{border-left:0;border-top:1px solid var(--edge)}.fork:hover .half:not(:hover),.fork .half:hover,.fork .half:focus-visible{flex-grow:1}.half .enter{opacity:1;transform:none}.half .enter .rule{transform:none}.half:before{transform:none}.half-pro .bars{max-width:16rem}}@media(max-height:620px)and (max-width:780px){.half-pro .bars{display:none}}
