.pl-land .ech{background:var(--paper);isolation:isolate;position:relative;overflow:hidden}.pl-land .ech-canvas{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%;min-height:420px;position:relative;overflow:hidden}.pl-land .ech-canvas.grabbing{cursor:grabbing}.pl-land .ech-stage{transform-origin:0 0;width:1440px;height:880px;position:absolute;top:0;left:0}.pl-land .ech-dolly{transform-origin:720px 440px;will-change:transform;width:1440px;height:880px;position:absolute;top:0;left:0}.pl-land .ech-world{will-change:transform;background-image:radial-gradient(circle,#e7e0d1 1px,#0000 1px);background-position:13px 13px;background-size:26px 26px;width:3600px;height:880px;position:absolute;top:0;left:0}.pl-land .ech-glow{pointer-events:none;background:radial-gradient(50% 46% at 50% 44%,#c4823a12 0%,#0000 70%);width:1400px;height:880px;position:absolute;top:0}.pl-land .ech-actlabel{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#b3a58f;opacity:0;align-items:center;gap:8px;font-size:10px;transition:opacity .8s,transform .8s;display:inline-flex;position:absolute;top:108px;transform:translateY(5px)}.pl-land .ech-actlabel.on{opacity:1;transform:none}.pl-land .ech-actlabel b{color:var(--gold-deep);letter-spacing:.06em;background:#f8efe3;border-radius:5px;padding:2px 6px;font-weight:500}.pl-land .ech-wires{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pl-land .ech-node{opacity:0;pointer-events:none;background:#fff;border:1px solid #e9e1d3;border-radius:13px;transition:box-shadow .9s;position:absolute;box-shadow:0 1px 2px #1f1d1a0d,0 12px 32px #40301812}.pl-land .ech-node.on{opacity:1;animation:.6s cubic-bezier(.34,1.45,.64,1) both ech-pop,.9s .12s ech-ring}.pl-land .ech-node.glow{box-shadow:0 1px 2px #1f1d1a0a,0 18px 48px #c4823a3d}@keyframes ech-pop{0%{opacity:0;transform:translateY(16px)scale(.88)}60%{opacity:1;transform:translateY(-3px)scale(1.015)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ech-ring{0%{outline-offset:0px;outline:2px solid #c4823a8c}to{outline-offset:14px;outline:2px solid #c4823a00}}.pl-land .ech-port{background:#fff;border:2px solid #d8cdba;border-radius:50%;width:9px;height:9px;transition:background .35s,border-color .35s,box-shadow .35s;position:absolute}.pl-land .ech-port.lit{background:var(--gold);border-color:var(--gold);box-shadow:0 0 0 3px #c4823a2e}.pl-land .ech-port.in{left:-5px}.pl-land .ech-port.out{right:-5px}.pl-land .ech-nhead{background:linear-gradient(180deg,color-mix(in srgb,var(--tint)6%,#fff)0%,#fff 115%);border-bottom:1px solid #f0ebe1;border-radius:13px 13px 0 0;align-items:center;gap:8px;padding:11px 14px 11px 10px;display:flex}.pl-land .ech-grip{flex-shrink:0;grid-template-rows:repeat(3,2px);grid-template-columns:repeat(2,2px);gap:2.5px;display:grid}.pl-land .ech-grip i{background:color-mix(in srgb,var(--tint)30%,#d8cdba);border-radius:50%;width:2px;height:2px}.pl-land .ech-nic{background:color-mix(in srgb,var(--tint)12%,#fff);width:22px;height:22px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--tint)18%,transparent);color:var(--tint);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.pl-land .ech-nic svg{width:13px;height:13px}.pl-land .ech-nname{color:#1f1d1a;white-space:nowrap;letter-spacing:-.01em;font-size:13px;font-weight:600}.pl-land .ech-nbadge{font-family:var(--font-mono);color:#6b6255;white-space:nowrap;background:#fff;border:1px solid #ece5d9;border-radius:99px;align-items:center;gap:5px;margin-left:auto;padding:3px 9px;font-size:10px;display:inline-flex;box-shadow:0 1px 2px #1f1d1a0a}.pl-land .ech-nbadge img{object-fit:contain;width:11px;height:11px;display:block}.pl-land .ech-nstatus{font-family:var(--font-mono);color:#9a8e80;white-space:nowrap;background:#fcfaf6;border-top:1px solid #f0ebe1;border-radius:0 0 13px 13px;align-items:center;gap:7px;padding:8px 12px 8px 14px;font-size:10.5px;display:flex;position:relative;overflow:hidden}.pl-land .ech-ntext{text-overflow:ellipsis;min-width:0;overflow:hidden}.pl-land .ech-prog{background:linear-gradient(90deg,var(--gold),#e2b578);border-radius:2px;height:2px;transition:width .3s;position:absolute;top:-1px;left:0}.pl-land .ech-prog.indet{width:32%;animation:1.5s cubic-bezier(.45,.1,.55,.9) infinite ech-indet}@keyframes ech-indet{0%{transform:translate(-110%)}to{transform:translate(410%)}}.pl-land .ech-nmeta{color:var(--gold-deep);background:#f8efe3;border:1px solid #f0e3cd;border-radius:6px;flex-shrink:0;margin-left:auto;padding:1.5px 7px;font-size:9.5px;font-weight:500}.pl-land .ech-led{border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .4s}.pl-land .ech-led.idle{background:#d4c9b8}.pl-land .ech-led.run{background:var(--gold);animation:1.1s ease-in-out infinite ech-led-run}.pl-land .ech-led.done{background:#22c55e}@keyframes ech-led-run{0%,to{opacity:1;box-shadow:0 0 #c4823a66}50%{opacity:.65;box-shadow:0 0 0 4px #c4823a00}}.pl-land .ech-brand{flex-direction:column;gap:8px;padding:11px 13px 9px;display:flex}.pl-land .ech-swatches{align-items:center;gap:5px;display:flex}.pl-land .ech-swatches>span{border-radius:6px;flex-shrink:0;width:22px;height:22px}.pl-land .ech-swatches>.type{font-family:var(--font-serif);color:#57534b;border:1px solid #ebe4d8;place-items:center;font-size:11px;display:grid}.pl-land .ech-mono{font-family:var(--font-mono);color:#9a8e80;white-space:nowrap;font-size:10px}.pl-land .ech-prompt{color:#57534b;min-height:60px;padding:11px 13px;font-size:12px;line-height:1.55}.pl-land .ech-caret{background:var(--gold);vertical-align:-2px;width:1.5px;height:12px;margin-left:2px;animation:1.1s step-end infinite ech-caret;display:inline-block}.pl-land .ech-tilerow{gap:6px;padding:10px;display:flex}.pl-land .ech-shipgrid{grid-template-columns:1fr 1fr;gap:6px;padding:10px;display:grid}.pl-land .ech-flip{perspective:700px}.pl-land .ech-flip-core{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.22,1,.36,1);position:relative}.pl-land .ech-flip-core.snap{transition:none}.pl-land .ech-face{backface-visibility:hidden;border-radius:7px;position:absolute;inset:0;overflow:hidden}.pl-land .ech-face.back{transform:rotateY(180deg)}.pl-land .ech-face.back img{object-fit:cover;width:100%;height:100%;display:block}.pl-land .ech-face.front.art-a{background:linear-gradient(155deg,#f7eddd,#eedcbf)}.pl-land .ech-face.front.art-b{background:linear-gradient(155deg,#f5e9d6,#ebd7b8)}.pl-land .ech-face.front.art-c{background:linear-gradient(155deg,#f8f0e2,#f0dfc4)}.pl-land .ech-face.front .disc{aspect-ratio:1;filter:blur(6px);background:radial-gradient(circle,#c4823a29 0%,#c4823a0d 55%,#0000 75%);border-radius:50%;width:70%;position:absolute;top:20%;left:15%}.pl-land .ech-face.front:after{content:"";background:linear-gradient(100deg,#0000 32%,#ffffff80 50%,#0000 68%);animation:1.8s ease-in-out infinite ech-sheen;position:absolute;inset:0;transform:translate(-110%)}@keyframes ech-sheen{0%{transform:translate(-110%)}60%,to{transform:translate(110%)}}.pl-land .ech-face.back.more{background:#2c2620;align-content:center;place-items:center;gap:2px;display:grid}.pl-land .ech-face.back.more em{font-family:var(--font-serif);color:#e8b975;font-size:19px;font-style:italic}.pl-land .ech-face.back.more i{font-style:normal;font-family:var(--font-mono);letter-spacing:.08em;color:#9a8e80;font-size:8.5px}.pl-land .ech-play{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;background:#ffffff47;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pl-land .ech-play svg{width:13px;height:13px}.pl-land .ech-timecode{font-family:var(--font-mono);color:#fff;background:#1c18138c;border-radius:5px;padding:2px 7px;font-size:10px;position:absolute;bottom:8px;right:8px}.pl-land .ech-corner{font-family:var(--font-mono);color:#fff;background:#1c18138c;border-radius:5px;padding:2px 7px;font-size:9.5px;position:absolute}.pl-land .ech-corner.tl{top:8px;left:8px}.pl-land .ech-corner.tr{top:8px;right:8px}.pl-land .ech-loc-tag{font-family:var(--font-mono);color:#fff;background:#1c18138c;border-radius:4px;padding:1.5px 6px;font-size:9px;position:absolute;bottom:6px;left:6px}.pl-land .ech-chips{flex-wrap:wrap;align-content:flex-start;gap:6px;min-height:66px;padding:11px 13px;display:flex}.pl-land .ech-chips>span{font-family:var(--font-mono);color:#57534b;opacity:0;background:#f3ede5;border-radius:99px;padding:3px 9px;font-size:10.5px;transition:opacity .5s}.pl-land .ech-chips[data-on]>span{opacity:1}.pl-land .ech-chips>span.hi{color:var(--gold-deep);background:#f8efe3}.pl-land .ech-slot{opacity:0;pointer-events:none;border:1.5px dashed #ded4c1;border-radius:13px;place-items:center;transition:opacity .9s;display:grid;position:absolute}.pl-land .ech-slot span{color:#bfb198;border:1.5px dashed #d8cdba;border-radius:9px;place-items:center;width:26px;height:26px;font-size:15px;line-height:1;display:grid}.pl-land .ech-slot.on{opacity:.75}.pl-land .ech-ghost{opacity:0;background:#ffffff73;border:1.5px dashed #d3c7b2;border-radius:13px;width:224px;transition:opacity .9s,transform .9s;position:absolute;top:345px;left:2560px;transform:translateY(6px)}.pl-land .ech-ghost.on{opacity:1;transform:none}.pl-land .ech-ghost .gh-head{border-bottom:1px dashed #e3d9c6;align-items:center;gap:8px;padding:11px 14px;display:flex}.pl-land .ech-ghost .gh-plus{color:#a8977e;border:1.5px dashed #cfc2ab;border-radius:7px;place-items:center;width:22px;height:22px;font-size:14px;line-height:1;display:grid}.pl-land .ech-ghost .gh-title{letter-spacing:-.01em;color:#8a8071;font-size:13px;font-weight:600}.pl-land .ech-ghost .gh-kind{font-family:var(--font-mono);color:#b3a58f;margin-left:auto;font-size:10px}.pl-land .ech-ghost .gh-body{flex-wrap:wrap;gap:6px;padding:11px 14px 13px;display:flex}.pl-land .ech-ghost .gh-body span{font-family:var(--font-mono);color:#8a8071;background:#f3ede5cc;border-radius:99px;padding:3.5px 10px;font-size:10.5px}.pl-land .ech-cursor{pointer-events:none;opacity:0;transition:opacity .6s;position:absolute;top:0;left:0}.pl-land .ech-cursor.on{opacity:1}.pl-land .ech-cursor .bob{animation:5s ease-in-out infinite ech-floaty}.pl-land .ech-cursor .bob.slow{animation-duration:6s;animation-delay:.8s}.pl-land .ech-cursor span{color:#fff;white-space:nowrap;border-radius:99px;margin:2px 0 0 12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.pl-land .ech-scrim{background:linear-gradient(90deg,var(--paper)0%,var(--paper)52%,color-mix(in srgb,var(--paper)55%,transparent)78%,transparent 100%);pointer-events:none;z-index:15;width:min(660px,48vw);position:absolute;top:0;bottom:0;left:0}.pl-land .ech-presence{z-index:25;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);background:#ffffffd9;border-radius:999px;align-items:center;gap:8px;padding:5px 13px 5px 6px;animation:.7s cubic-bezier(.22,1,.36,1) .7s both ech-rise;display:inline-flex;position:absolute;top:94px;right:40px;box-shadow:0 6px 20px #1f1d1a12}.pl-land .ech-presence .avs{display:inline-flex}.pl-land .ech-presence .avs i{color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:10px;font-style:normal;font-weight:700;display:grid}.pl-land .ech-presence .avs i+i{margin-left:-7px}.pl-land .ech-presence .dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2.4s ease-out infinite ech-pulse-green}@keyframes ech-pulse-green{0%,to{box-shadow:0 0 #22c55e59}70%{box-shadow:0 0 0 5px #22c55e00}}.pl-land .ech-presence .lbl{color:#8a8071;font-size:11.5px;font-weight:500}.pl-land .ech-copy{z-index:20;flex-direction:column;align-items:flex-start;gap:24px;width:min(505px,42vw);display:flex;position:absolute;top:50%;left:clamp(24px,5.5vw,84px);transform:translateY(-50%)}.pl-land .ech-copy .hero-eyebrow{border:1px solid var(--line);font-family:var(--font-mono);color:var(--gold-ink);letter-spacing:.02em;box-shadow:var(--shadow-paper-c);background:#ffffffc7;border-radius:999px;align-items:center;gap:10px;padding:6px 14px 6px 9px;font-size:12px;animation:.7s cubic-bezier(.22,1,.36,1) .14s both ech-rise;display:inline-flex}.pl-land .ech-copy .hero-eyebrow .dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2.6s ease-out infinite ech-pulse}.pl-land .ech-copy h1{font-family:var(--font-serif);letter-spacing:-.028em;font-variation-settings:"opsz" 110,"SOFT" 0,"WONK" 0;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(46px,5.6vw,80px);font-weight:500;line-height:1.02;animation:.7s cubic-bezier(.22,1,.36,1) .22s both ech-rise}.pl-land .ech-copy h1 .accent{color:var(--gold-deep);letter-spacing:0;font-style:italic;font-weight:460}.pl-land .ech-copy p.lead{color:var(--ink-soft);text-wrap:pretty;max-width:465px;margin:0;font-size:clamp(15.5px,1.25vw,17.5px);line-height:1.62;animation:.7s cubic-bezier(.22,1,.36,1) .34s both ech-rise}.pl-land .ech-copy .cta-row{flex-wrap:wrap;align-items:center;gap:14px;animation:.7s cubic-bezier(.22,1,.36,1) .44s both ech-rise;display:flex}.pl-land .ech-copy .finetext{color:var(--mute);letter-spacing:.01em;margin-top:-6px;font-size:13px;animation:.7s cubic-bezier(.22,1,.36,1) .52s both ech-rise}.pl-land .ech-sel{pointer-events:none;border:1.5px solid #3b82f6;border-radius:4px;animation:3.5s ease-in-out infinite ech-selpulse;position:absolute;inset:-24px -28px}.pl-land .ech-sel .h{background:#fff;border:1.5px solid #3b82f6;width:9px;height:9px;position:absolute}.pl-land .ech-sel .h.tl{top:-5px;left:-5px}.pl-land .ech-sel .h.tr{top:-5px;right:-5px}.pl-land .ech-sel .h.bl{bottom:-5px;left:-5px}.pl-land .ech-sel .h.br{bottom:-5px;right:-5px}.pl-land .ech-sel-tag{color:#fff;background:#3b82f6;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:-26px;left:0}.pl-land .ech-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:25;background:#fffffff5;border:1px solid #ebe4d8;border-radius:99px;align-items:center;gap:11px;width:min(500px,100vw - 48px);padding:9px 9px 9px 18px;animation:.7s cubic-bezier(.22,1,.36,1) .84s both ech-rise-centered;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 14px 44px #1f1d1a21}@keyframes ech-rise-centered{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.pl-land .ech-bar>svg{width:15px;height:15px;color:var(--gold);flex-shrink:0}.pl-land .ech-bar-text{color:#1f1d1a;white-space:nowrap;flex:1;font-size:13.5px;overflow:hidden}.pl-land .ech-bar-text.idle{color:#9a8e80}.pl-land .ech-bar-state{font-family:var(--font-mono);color:var(--gold-deep);white-space:nowrap;background:#f8efe3;border-radius:99px;padding:3px 9px;font-size:10px}.pl-land .ech-bar-run{background:var(--gold);cursor:pointer;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;transition:background .2s;display:grid}.pl-land .ech-bar-run:hover{background:var(--gold-deep)}.pl-land .ech-bar-run svg{width:13px;height:13px}.pl-land .ech-trust{border-top:1px solid color-mix(in srgb,var(--line)60%,transparent);flex-direction:column;gap:10px;margin-top:4px;padding-top:18px;animation:.7s cubic-bezier(.22,1,.36,1) .62s both ech-rise;display:flex}.pl-land .ech-trust .tr-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#a8977e;font-size:9.5px}.pl-land .ech-trust .tr-logos{flex-wrap:wrap;align-items:baseline;gap:20px;display:flex}.pl-land .ech-trust .tr-logos>span{color:#8a8071;white-space:nowrap;line-height:1}.pl-land .ech-trust .l1{letter-spacing:-.015em;font-size:13px;font-weight:600}.pl-land .ech-trust .l2{font-family:var(--font-serif);font-size:14.5px;font-style:italic;font-weight:500}.pl-land .ech-trust .l3{letter-spacing:.18em;font-size:11px;font-weight:700}.pl-land .ech-trust .l4{letter-spacing:-.03em;font-size:13.5px;font-weight:650}.pl-land .ech-zoom{z-index:25;background:#ffffffeb;border:1px solid #ebe4d8;border-radius:99px;align-items:center;gap:4px;padding:5px 8px;animation:.7s cubic-bezier(.22,1,.36,1) .9s both ech-rise;display:flex;position:absolute;bottom:30px;right:40px;box-shadow:0 6px 20px #1f1d1a12}.pl-land .ech-zoom .z{color:#57534b;border-radius:99px;place-items:center;width:28px;height:28px;font-size:14px;display:grid}.pl-land .ech-zoom .pct{font-family:var(--font-mono);color:#57534b;text-align:center;min-width:36px;font-size:11.5px;font-weight:500}@keyframes ech-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ech-caret{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes ech-pulse{0%,to{box-shadow:0 0 #c4823a66}70%{box-shadow:0 0 0 6px #c4823a00}}@keyframes ech-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes ech-selpulse{0%,to{opacity:.85}50%{opacity:.5}}.pl-land .ech-copy .ech-sel{animation-name:ech-selpulse}@media (max-width:979px){.pl-land .ech{flex-direction:column;display:flex}.pl-land .ech-copy{text-align:center;order:0;align-items:center;width:auto;max-width:640px;margin:0 auto;padding:108px 24px 20px;position:static;transform:none}.pl-land .ech-copy p.lead{margin:0 auto}.pl-land .ech-copy .cta-row{justify-content:center}.pl-land .ech-canvas{order:1;min-height:0}.pl-land .ech-sel,.pl-land .ech-scrim,.pl-land .ech-bar,.pl-land .ech-presence,.pl-land .ech-zoom{display:none}.pl-land .ech-trust{align-items:center}.pl-land .ech-trust .tr-logos{justify-content:center}}@media (min-width:980px){.pl-land .ech-canvas{min-height:640px}}@media (prefers-reduced-motion:reduce){.pl-land .ech *,.pl-land .ech-copy *{transition:none!important;animation:none!important}}
