.hero-section[data-astro-cid-bbe6dxrz]{min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-top:calc(var(--grid-cell) * 2);padding-bottom:calc(var(--grid-cell) * 2);position:relative}.hero-canvas[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.escher-pattern[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='%231a1a2e' stroke-width='0.5'/%3E%3Cpath d='M30 10L50 30L30 50L10 30Z' fill='none' stroke='%231a1a2e' stroke-width='0.3'/%3E%3C/svg%3E");background-size:80px 80px;opacity:.04;animation:tessellate 60s linear infinite}@keyframes tessellate{0%{transform:translate(0) rotate(0)}to{transform:translate(-80px,-80px) rotate(5deg)}}.impossible-stairs[data-astro-cid-bbe6dxrz]{position:absolute;width:400px;height:400px;top:10%;right:5%;color:var(--color-ink);animation:staircaseFloat 20s ease-in-out infinite}@keyframes staircaseFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(2deg)}50%{transform:translateY(-10px) rotate(-1deg)}75%{transform:translateY(-15px) rotate(1deg)}}.interlocking-shapes[data-astro-cid-bbe6dxrz]{position:absolute;bottom:15%;left:5%;width:200px;height:200px}.shape-ring[data-astro-cid-bbe6dxrz]{position:absolute;width:100px;height:100px;border:2px solid;border-radius:50%;animation:ringFloat 15s ease-in-out infinite}.shape-ring--1[data-astro-cid-bbe6dxrz]{border-color:var(--color-accent);opacity:.2;top:0;left:25px}.shape-ring--2[data-astro-cid-bbe6dxrz]{border-color:var(--color-teal);opacity:.15;top:40px;left:0;animation-delay:-5s}.shape-ring--3[data-astro-cid-bbe6dxrz]{border-color:var(--color-amber);opacity:.15;top:40px;left:50px;animation-delay:-10s}@keyframes ringFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.hero-blob[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;animation:floatSlow 25s ease-in-out infinite}.hero-blob--coral[data-astro-cid-bbe6dxrz]{width:500px;height:500px;background:var(--color-accent);top:-15%;right:-10%}.hero-blob--teal[data-astro-cid-bbe6dxrz]{width:400px;height:400px;background:var(--color-teal);bottom:-5%;left:-10%;animation-delay:-8s}.hero-blob--amber[data-astro-cid-bbe6dxrz]{width:300px;height:300px;background:var(--color-amber);top:40%;left:30%;animation-delay:-15s;opacity:.08}.hero-content[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr;gap:3rem;width:100%;align-items:center}@media(min-width:1024px){.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1.2fr .8fr;gap:4rem}}.hero-text[data-astro-cid-bbe6dxrz]{display:grid;gap:1.5rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(3rem,8vw,5.5rem);line-height:.95;margin:0;font-weight:700;letter-spacing:-.03em}.hero-title__main[data-astro-cid-bbe6dxrz]{display:block;color:var(--color-ink)}.hero-title__accent[data-astro-cid-bbe6dxrz]{display:block;background:linear-gradient(135deg,var(--color-accent),var(--color-amber),var(--color-teal));background-size:200% 200%;animation:gradientShift 6s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-description[data-astro-cid-bbe6dxrz]{margin:0;color:var(--color-muted);font-size:var(--text-md);max-width:52ch;line-height:1.7}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.hero-visual[data-astro-cid-bbe6dxrz]{display:none;justify-content:center;align-items:center}@media(min-width:1024px){.hero-visual[data-astro-cid-bbe6dxrz]{display:flex}}.penrose-container[data-astro-cid-bbe6dxrz]{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.penrose-triangle[data-astro-cid-bbe6dxrz]{position:absolute;width:100%;height:100%;animation:penroseRotate 30s linear infinite}@keyframes penroseRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.morph-shape[data-astro-cid-bbe6dxrz]{position:absolute;width:120px;height:120px;background:linear-gradient(135deg,var(--color-accent),var(--color-amber),var(--color-teal));animation:morphShape 12s ease-in-out infinite;opacity:.15}@keyframes morphShape{0%,to{clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);transform:rotate(0)}25%{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transform:rotate(90deg)}50%{clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);transform:rotate(180deg)}75%{clip-path:polygon(50% 0%,90% 20%,100% 60%,75% 100%,25% 100%,0% 60%,10% 20%);transform:rotate(270deg)}}.hero-epsilon[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;font-size:5rem;font-weight:800;font-style:italic;background:linear-gradient(135deg,var(--color-accent),var(--color-amber),var(--color-teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 4px 20px color-mix(in oklab,var(--color-accent) 40%,transparent))}@media(max-width:720px){.hero-section[data-astro-cid-bbe6dxrz]{padding-top:calc(var(--grid-cell) * 5)}.hero-title[data-astro-cid-bbe6dxrz]{font-size:var(--text-2xl)}.impossible-stairs[data-astro-cid-bbe6dxrz],.interlocking-shapes[data-astro-cid-bbe6dxrz]{display:none}}@media(prefers-reduced-motion:reduce){.hero-blob[data-astro-cid-bbe6dxrz],.escher-pattern[data-astro-cid-bbe6dxrz],.impossible-stairs[data-astro-cid-bbe6dxrz],.shape-ring[data-astro-cid-bbe6dxrz],.penrose-triangle[data-astro-cid-bbe6dxrz],.morph-shape[data-astro-cid-bbe6dxrz]{animation:none}}.postlist-section[data-astro-cid-nni2rj4u]{padding:clamp(5rem,10vw,10rem) 0;padding-bottom:clamp(8rem,15vw,14rem)}.postlist-layout[data-astro-cid-nni2rj4u]{display:grid;gap:3rem}.postlist-header[data-astro-cid-nni2rj4u]{display:grid;gap:.75rem;text-align:center;max-width:600px;margin:0 auto}.postlist-title[data-astro-cid-nni2rj4u]{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;color:var(--color-ink)}.postlist-grid[data-astro-cid-nni2rj4u]{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.postlist-grid[data-astro-cid-nni2rj4u]>*{width:100%;flex:1 1 100%;max-width:400px}@media(min-width:640px){.postlist-grid[data-astro-cid-nni2rj4u]>*{flex:1 1 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media(min-width:1024px){.postlist-grid[data-astro-cid-nni2rj4u]>*{flex:1 1 calc(33.333% - 1.34rem);max-width:calc(33.333% - 1.34rem)}}.numbers-section[data-astro-cid-f2ez6uuv]{padding:clamp(4rem,8vw,8rem) 0;position:relative;overflow:hidden}.numbers-layout[data-astro-cid-f2ez6uuv]{display:grid;gap:3rem;position:relative;z-index:1}@media(min-width:1024px){.numbers-layout[data-astro-cid-f2ez6uuv]{grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}}.numbers-header[data-astro-cid-f2ez6uuv]{display:grid;gap:1rem;max-width:420px}@media(min-width:1024px){.numbers-header[data-astro-cid-f2ez6uuv]{position:sticky;top:8rem}}.numbers-title[data-astro-cid-f2ez6uuv]{font-size:var(--text-xl);line-height:1.05;font-weight:700;letter-spacing:-.02em}.numbers-title__text[data-astro-cid-f2ez6uuv]{position:relative;display:inline}.numbers-copy[data-astro-cid-f2ez6uuv]{font-size:var(--text-md);line-height:1.7}.numbers-grid[data-astro-cid-f2ez6uuv]{display:grid;gap:1rem}@media(min-width:640px){.numbers-grid[data-astro-cid-f2ez6uuv]{grid-template-columns:repeat(2,1fr)}}.stat-card[data-astro-cid-f2ez6uuv]{position:relative;padding:1.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1)}.stat-card[data-astro-cid-f2ez6uuv]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.16,1,.3,1)}.stat-card--accent[data-astro-cid-f2ez6uuv]:before{background:var(--color-accent)}.stat-card--teal[data-astro-cid-f2ez6uuv]:before{background:var(--color-teal)}.stat-card--amber[data-astro-cid-f2ez6uuv]:before{background:var(--color-amber)}.stat-card--emerald[data-astro-cid-f2ez6uuv]:before{background:var(--color-emerald)}.stat-card[data-astro-cid-f2ez6uuv]:hover{transform:translateY(-8px);box-shadow:0 24px 48px color-mix(in oklab,var(--color-ink) 8%,transparent),0 12px 24px color-mix(in oklab,var(--color-ink) 4%,transparent)}.stat-card[data-astro-cid-f2ez6uuv]:hover:before{transform:scaleX(1)}.stat-card__content[data-astro-cid-f2ez6uuv]{display:grid;gap:.5rem;position:relative;z-index:1}.stat-card__value[data-astro-cid-f2ez6uuv]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1;letter-spacing:-.03em}.stat-card--accent[data-astro-cid-f2ez6uuv] .stat-card__value[data-astro-cid-f2ez6uuv]{color:var(--color-accent)}.stat-card--teal[data-astro-cid-f2ez6uuv] .stat-card__value[data-astro-cid-f2ez6uuv]{color:var(--color-teal)}.stat-card--amber[data-astro-cid-f2ez6uuv] .stat-card__value[data-astro-cid-f2ez6uuv]{color:var(--color-amber)}.stat-card--emerald[data-astro-cid-f2ez6uuv] .stat-card__value[data-astro-cid-f2ez6uuv]{color:var(--color-emerald)}.stat-card__label[data-astro-cid-f2ez6uuv]{font-size:var(--text-sm);font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-ink);margin:0}.stat-card__desc[data-astro-cid-f2ez6uuv]{font-size:var(--text-base);color:var(--color-muted);line-height:1.6;margin:0;margin-top:.25rem}.stat-card__number[data-astro-cid-f2ez6uuv]{position:absolute;bottom:.5rem;right:1rem;font-family:var(--font-display);font-size:4rem;font-weight:800;line-height:1;color:var(--color-border);opacity:.3;pointer-events:none;transition:all .35s ease}.stat-card[data-astro-cid-f2ez6uuv]:hover .stat-card__number[data-astro-cid-f2ez6uuv]{opacity:.15;transform:scale(1.1)}.numbers-deco[data-astro-cid-f2ez6uuv]{position:absolute;top:50%;right:-5%;transform:translateY(-50%);pointer-events:none}.numbers-deco__svg[data-astro-cid-f2ez6uuv]{width:350px;height:350px;color:var(--color-ink);animation:float 15s ease-in-out infinite}@media(max-width:1024px){.numbers-deco[data-astro-cid-f2ez6uuv]{display:none}}.process-section[data-astro-cid-fz4tclxl]{padding:clamp(5rem,10vw,10rem) 0;position:relative;overflow:hidden}.process-header[data-astro-cid-fz4tclxl]{display:grid;gap:1rem;max-width:600px;margin-bottom:4rem;text-align:center;margin-left:auto;margin-right:auto}.process-title[data-astro-cid-fz4tclxl]{font-size:var(--text-xl);line-height:1.05;font-weight:700;letter-spacing:-.02em}.process-copy[data-astro-cid-fz4tclxl]{font-size:var(--text-md);line-height:1.7}.process-timeline[data-astro-cid-fz4tclxl]{position:relative;z-index:1}.timeline-track[data-astro-cid-fz4tclxl]{display:none;position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--color-border);transform:translate(-50%)}.timeline-track__progress[data-astro-cid-fz4tclxl]{position:absolute;top:0;left:0;right:0;height:30%;background:linear-gradient(180deg,var(--color-accent),var(--color-teal),var(--color-amber));border-radius:2px}@media(min-width:1024px){.timeline-track[data-astro-cid-fz4tclxl]{display:block}}.process-steps[data-astro-cid-fz4tclxl]{display:grid;gap:2rem}@media(min-width:1024px){.process-steps[data-astro-cid-fz4tclxl]{gap:0}}.process-step[data-astro-cid-fz4tclxl]{position:relative;display:grid;gap:1.25rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);transition:all .35s cubic-bezier(.16,1,.3,1)}@media(min-width:1024px){.process-step[data-astro-cid-fz4tclxl]{grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;padding:2.5rem;background:transparent;border:none;border-radius:0}.process-step[data-astro-cid-fz4tclxl]:nth-child(odd){text-align:right}.process-step[data-astro-cid-fz4tclxl]:nth-child(odd) .process-step__content[data-astro-cid-fz4tclxl]{order:-1}.process-step[data-astro-cid-fz4tclxl]:nth-child(2n) .process-step__content[data-astro-cid-fz4tclxl]{order:1}.process-step[data-astro-cid-fz4tclxl]:nth-child(odd) .process-step__index[data-astro-cid-fz4tclxl]{position:absolute;right:52%;margin-right:4rem}.process-step[data-astro-cid-fz4tclxl]:nth-child(2n) .process-step__index[data-astro-cid-fz4tclxl]{position:absolute;left:52%;margin-left:4rem}}.process-step[data-astro-cid-fz4tclxl]:hover{transform:scale(1.02)}@media(min-width:1024px){.process-step[data-astro-cid-fz4tclxl]:hover{transform:none}.process-step[data-astro-cid-fz4tclxl]:hover .process-step__content[data-astro-cid-fz4tclxl]{transform:translate(0)}.process-step[data-astro-cid-fz4tclxl]:nth-child(odd):hover .process-step__content[data-astro-cid-fz4tclxl]{transform:translate(-8px)}.process-step[data-astro-cid-fz4tclxl]:nth-child(2n):hover .process-step__content[data-astro-cid-fz4tclxl]{transform:translate(8px)}}.process-step__marker[data-astro-cid-fz4tclxl]{display:flex;align-items:center;justify-content:center;position:relative}@media(min-width:1024px){.process-step__marker[data-astro-cid-fz4tclxl]{order:0}}.process-step__number[data-astro-cid-fz4tclxl]{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-end));border-radius:50%;font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 8px 24px color-mix(in oklab,var(--color-accent) 35%,transparent),inset 0 1px #fff3;position:relative;z-index:2;transition:all .3s ease}.process-step--accent[data-astro-cid-fz4tclxl] .process-step__number[data-astro-cid-fz4tclxl]{background:linear-gradient(135deg,var(--color-accent),#ff7a5c);box-shadow:0 8px 24px color-mix(in oklab,var(--color-accent) 35%,transparent)}.process-step--teal[data-astro-cid-fz4tclxl] .process-step__number[data-astro-cid-fz4tclxl]{background:linear-gradient(135deg,var(--color-teal),#14b8a6);box-shadow:0 8px 24px color-mix(in oklab,var(--color-teal) 35%,transparent)}.process-step--amber[data-astro-cid-fz4tclxl] .process-step__number[data-astro-cid-fz4tclxl]{background:linear-gradient(135deg,var(--color-amber),#fbbf24);box-shadow:0 8px 24px color-mix(in oklab,var(--color-amber) 35%,transparent)}.process-step--emerald[data-astro-cid-fz4tclxl] .process-step__number[data-astro-cid-fz4tclxl]{background:linear-gradient(135deg,var(--color-emerald),#34d399);box-shadow:0 8px 24px color-mix(in oklab,var(--color-emerald) 35%,transparent)}.process-step[data-astro-cid-fz4tclxl]:hover .process-step__number[data-astro-cid-fz4tclxl]{transform:scale(1.1);box-shadow:0 12px 32px color-mix(in oklab,var(--color-accent) 50%,transparent),inset 0 1px #ffffff4d}.process-step--teal[data-astro-cid-fz4tclxl]:hover .process-step__number[data-astro-cid-fz4tclxl]{box-shadow:0 12px 32px color-mix(in oklab,var(--color-teal) 50%,transparent)}.process-step--amber[data-astro-cid-fz4tclxl]:hover .process-step__number[data-astro-cid-fz4tclxl]{box-shadow:0 12px 32px color-mix(in oklab,var(--color-amber) 50%,transparent)}.process-step--emerald[data-astro-cid-fz4tclxl]:hover .process-step__number[data-astro-cid-fz4tclxl]{box-shadow:0 12px 32px color-mix(in oklab,var(--color-emerald) 50%,transparent)}.process-step__pulse[data-astro-cid-fz4tclxl]{position:absolute;width:56px;height:56px;border-radius:50%;border:2px solid var(--color-accent);opacity:0;animation:pulse 2s ease-out infinite}.process-step--teal[data-astro-cid-fz4tclxl] .process-step__pulse[data-astro-cid-fz4tclxl]{border-color:var(--color-teal)}.process-step--amber[data-astro-cid-fz4tclxl] .process-step__pulse[data-astro-cid-fz4tclxl]{border-color:var(--color-amber)}.process-step--emerald[data-astro-cid-fz4tclxl] .process-step__pulse[data-astro-cid-fz4tclxl]{border-color:var(--color-emerald)}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.8);opacity:0}}.process-step__content[data-astro-cid-fz4tclxl]{display:grid;gap:.5rem;transition:transform .3s ease}.process-step__title[data-astro-cid-fz4tclxl]{font-size:var(--text-md);font-weight:700;letter-spacing:-.01em;color:var(--color-ink);margin:0}.process-step__desc[data-astro-cid-fz4tclxl]{font-size:var(--text-base);color:var(--color-muted);line-height:1.65;margin:0;max-width:320px}@media(min-width:1024px){.process-step[data-astro-cid-fz4tclxl]:nth-child(odd) .process-step__desc[data-astro-cid-fz4tclxl]{margin-left:auto}}.process-step__index[data-astro-cid-fz4tclxl]{display:none;font-family:var(--font-display);font-size:8rem;font-weight:800;line-height:1;color:var(--color-border);opacity:.3;pointer-events:none;transition:all .4s ease}@media(min-width:1024px){.process-step__index[data-astro-cid-fz4tclxl]{display:block}}.process-step[data-astro-cid-fz4tclxl]:hover .process-step__index[data-astro-cid-fz4tclxl]{opacity:.15;transform:scale(1.05)}.process-step--accent[data-astro-cid-fz4tclxl]:hover .process-step__index[data-astro-cid-fz4tclxl]{color:var(--color-accent)}.process-step--teal[data-astro-cid-fz4tclxl]:hover .process-step__index[data-astro-cid-fz4tclxl]{color:var(--color-teal)}.process-step--amber[data-astro-cid-fz4tclxl]:hover .process-step__index[data-astro-cid-fz4tclxl]{color:var(--color-amber)}.process-step--emerald[data-astro-cid-fz4tclxl]:hover .process-step__index[data-astro-cid-fz4tclxl]{color:var(--color-emerald)}.process-step__geo[data-astro-cid-fz4tclxl]{position:absolute;width:20px;height:20px;border:2px solid;opacity:.15;transition:all .35s ease;pointer-events:none}.process-step--accent[data-astro-cid-fz4tclxl] .process-step__geo[data-astro-cid-fz4tclxl]{border-color:var(--color-accent);top:1rem;right:1rem;clip-path:polygon(50% 0%,100% 100%,0% 100%)}.process-step--teal[data-astro-cid-fz4tclxl] .process-step__geo[data-astro-cid-fz4tclxl]{border-color:var(--color-teal);top:1rem;right:1rem;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.process-step--amber[data-astro-cid-fz4tclxl] .process-step__geo[data-astro-cid-fz4tclxl]{border-color:var(--color-amber);top:1rem;right:1rem;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.process-step--emerald[data-astro-cid-fz4tclxl] .process-step__geo[data-astro-cid-fz4tclxl]{border-color:var(--color-emerald);top:1rem;right:1rem;border-radius:50%;clip-path:none}@media(min-width:1024px){.process-step__geo[data-astro-cid-fz4tclxl]{display:none}}.process-step[data-astro-cid-fz4tclxl]:hover .process-step__geo[data-astro-cid-fz4tclxl]{opacity:.4;transform:rotate(15deg) scale(1.2)}.process-bg[data-astro-cid-fz4tclxl]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.process-bg__gradient[data-astro-cid-fz4tclxl]{position:absolute;top:20%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,color-mix(in oklab,var(--color-teal) 8%,transparent),transparent 70%);filter:blur(60px)}.process-bg__tessellation[data-astro-cid-fz4tclxl]{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='%230d9488' stroke-width='0.5'/%3E%3Cpath d='M30 15L45 30L30 45L15 30Z' fill='none' stroke='%230d9488' stroke-width='0.3'/%3E%3C/svg%3E");background-size:100px 100px;opacity:.03;animation:tessellate 80s linear infinite}@keyframes tessellate{0%{transform:translate(0)}to{transform:translate(-100px,-100px)}}.process-bg__cube[data-astro-cid-fz4tclxl]{position:absolute;bottom:5%;right:5%;width:250px;height:250px;color:var(--color-amber);animation:cubeFloat 20s ease-in-out infinite}@keyframes cubeFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}@media(max-width:1024px){.process-bg__cube[data-astro-cid-fz4tclxl]{display:none}}
