:root{--background:#fafaf7;--foreground:#0f0f12;--card:#fff;--card-foreground:#0f0f12;--ink:#0f0f12;--ink-2:#1c1c20;--ink-3:#2a2a30;--paper:#fafaf7;--paper-2:#f1f1ec;--accent:#f25e12;--accent-foreground:#fff;--accent-2:#ffc400;--accent-soft:#f25e1214;--muted:#6b6b73;--muted-foreground:#4a4a52;--border:#e2e2dd;--ring:#f25e12;--radius:4px;--font-display:"Space Grotesk", system-ui, -apple-system, sans-serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--type-hero:clamp(2.5rem, 6vw, 4.75rem);--type-h2:clamp(1.75rem, 3.5vw, 2.75rem);--type-h3:clamp(1.125rem, 1.6vw, 1.375rem);--type-body:1.0625rem;--type-small:.9375rem;--type-xs:.8125rem;--type-eyebrow:.75rem}html{font-family:var(--font-sans);background:var(--background);color:var(--foreground);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;scroll-padding-top:4.5rem;overflow-x:clip}body{overflow-wrap:break-word;max-width:100vw;min-height:100vh;font-size:var(--type-body);color:var(--foreground);flex-direction:column;margin:0;padding:0;line-height:1.55;display:flex;overflow-x:clip}img,svg,video{max-width:100%}*,:before,:after{box-sizing:border-box}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:820px}.eyebrow{font-family:var(--font-display);font-size:var(--type-eyebrow);text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin:0 0 .85rem;font-weight:600}.eyebrow--light{color:var(--accent-2)}.eyebrow--muted{color:var(--muted)}.btn{border-radius:var(--radius);font-family:var(--font-sans);font-weight:600;font-size:var(--type-body);letter-spacing:-.005em;cursor:pointer;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.78rem 1.5rem;line-height:1;text-decoration:none;transition:transform .15s,background .2s,border-color .2s,color .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{background:#d94e08;border-color:#d94e08}.btn--ink{background:var(--ink);color:#fff;border-color:var(--ink)}.btn--ink:hover{background:var(--ink-2);border-color:var(--ink-2)}.btn--ghost{color:var(--foreground);border-color:var(--border);background:0 0}.btn--ghost:hover{border-color:var(--ink);color:var(--ink)}.btn--ghost-light{color:#fff;background:0 0;border-color:#ffffff47}.btn--ghost-light:hover{background:#ffffff0f;border-color:#ffffff80}.btn--lg{padding:1rem 1.85rem;font-size:1.0625rem}::selection{background:var(--accent);color:#fff}.nav[data-astro-cid-lcdefpme]{z-index:50;-webkit-backdrop-filter:saturate(140%)blur(8px);background:#0f0f12eb;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.nav__inner[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;min-height:68px;padding-top:.65rem;padding-bottom:.65rem;display:flex}.nav__brand[data-astro-cid-lcdefpme]{align-items:center;display:inline-flex}.nav__mark[data-astro-cid-lcdefpme]{width:auto;height:36px}.nav__links[data-astro-cid-lcdefpme]{align-items:center;gap:2rem;display:flex}.nav__links[data-astro-cid-lcdefpme]>a[data-astro-cid-lcdefpme]{color:#ffffffc7;letter-spacing:-.005em;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s}.nav__links[data-astro-cid-lcdefpme]>a[data-astro-cid-lcdefpme]:hover{color:#fff}.nav__cta[data-astro-cid-lcdefpme]{color:#fff!important}.nav__toggle[data-astro-cid-lcdefpme]{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;padding:.5rem;display:none}.nav__toggle[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{background:#fff;border-radius:1px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav__toggle[data-astro-cid-lcdefpme].is-open span[data-astro-cid-lcdefpme]:first-child{transform:translateY(7px)rotate(45deg)}.nav__toggle[data-astro-cid-lcdefpme].is-open span[data-astro-cid-lcdefpme]:nth-child(2){opacity:0}.nav__toggle[data-astro-cid-lcdefpme].is-open span[data-astro-cid-lcdefpme]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=800px){.nav__toggle[data-astro-cid-lcdefpme]{display:inline-flex}.nav__links[data-astro-cid-lcdefpme]{background:var(--ink);opacity:0;pointer-events:none;border-bottom:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.5rem 1.25rem;transition:transform .2s,opacity .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-12px)}.nav__links[data-astro-cid-lcdefpme].is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav__links[data-astro-cid-lcdefpme]>a[data-astro-cid-lcdefpme]{border-bottom:1px solid #ffffff0f;padding:.85rem 0}.nav__links[data-astro-cid-lcdefpme]>a[data-astro-cid-lcdefpme]:last-child{border-bottom:0}.nav__cta[data-astro-cid-lcdefpme]{align-self:flex-start;margin-top:.5rem}}.hero[data-astro-cid-lcdefpme]{color:#fff;isolation:isolate;align-items:center;min-height:clamp(620px,88vh,880px);display:flex;position:relative;overflow:hidden}.hero__bg[data-astro-cid-lcdefpme]{z-index:-1;position:absolute;inset:0}.hero__image[data-astro-cid-lcdefpme]{filter:saturate(85%);background-position:50% 40%;background-size:cover;position:absolute;inset:0}.hero__overlay[data-astro-cid-lcdefpme]{background:linear-gradient(#0f0f128c 0%,#0f0f12d9 65%,#0f0f12f2 100%),radial-gradient(1200px 600px at 18% 20%,#f25e122e,#0000 70%);position:absolute;inset:0}.hero__grid[data-astro-cid-lcdefpme]{background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;mask-image:linear-gradient(#000,#000 60%,#0000)}.hero__inner[data-astro-cid-lcdefpme]{max-width:920px;padding:6rem 1.5rem 5rem}.hero__title[data-astro-cid-lcdefpme]{font-family:var(--font-display);font-size:var(--type-hero);letter-spacing:-.025em;margin:0 0 1.25rem;font-weight:600;line-height:1.04}.hero__title-accent[data-astro-cid-lcdefpme]{color:var(--accent-2)}.hero__subtitle[data-astro-cid-lcdefpme]{color:#ffffffeb;max-width:680px;margin:0 0 .85rem;font-size:clamp(1.0625rem,1.6vw,1.3125rem);font-weight:400;line-height:1.55}.hero__lede[data-astro-cid-lcdefpme]{color:#ffffffb8;max-width:640px;margin:0 0 2rem;font-size:1rem;line-height:1.6}.hero__actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.section[data-astro-cid-lcdefpme]{padding:clamp(4rem,8vw,6.5rem) 0;position:relative}.section--paper[data-astro-cid-lcdefpme]{background:var(--paper)}.section--ink[data-astro-cid-lcdefpme]{background:var(--ink);color:#fff}.section--strengthening[data-astro-cid-lcdefpme]{text-align:center;padding:clamp(5rem,9vw,7.5rem) 0;overflow:hidden}.section--contact[data-astro-cid-lcdefpme]{padding-bottom:clamp(5rem,9vw,7rem)}.trust-band[data-astro-cid-lcdefpme]{background:var(--ink);color:#fff;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:2.25rem 0}.trust-band__grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:1.25rem;max-width:720px;margin:0 auto;padding:0;list-style:none;display:grid}.trust-band__item[data-astro-cid-lcdefpme]{border-left:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.trust-band__item[data-astro-cid-lcdefpme]:first-child{border-left:0;padding-left:0}.trust-band__num[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.03em;color:var(--accent-2);align-items:baseline;font-size:clamp(2rem,3.4vw,2.85rem);font-weight:700;line-height:1;display:inline-flex}.trust-band__num--mono[data-astro-cid-lcdefpme]{font-feature-settings:"tnum" 1}.trust-band__plus[data-astro-cid-lcdefpme]{color:var(--accent);padding-left:.05em;font-size:.65em}.trust-band__arrow[data-astro-cid-lcdefpme]{color:var(--accent);padding:0 .18em;font-size:.55em}.trust-band__times[data-astro-cid-lcdefpme]{color:var(--accent);padding-left:.05em;font-size:.7em}.trust-band__label[data-astro-cid-lcdefpme]{color:#ffffff9e;font-size:.875rem;line-height:1.4}.trust-band__label[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:#ffffffeb;font-weight:500}@media (width<=800px){.trust-band__grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.5rem}.trust-band__item[data-astro-cid-lcdefpme]{border-left:0;padding-left:0}}.section--about[data-astro-cid-lcdefpme]{overflow:hidden}.about__watermark[data-astro-cid-lcdefpme]{aspect-ratio:500/280;opacity:.045;pointer-events:none;filter:contrast(180%);background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(360px,42vw,640px);position:absolute;top:-3vw;right:-8vw}.about__grid[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1.4fr) minmax(280px,.85fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.about__title[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.022em;color:var(--foreground);margin:0 0 1rem;font-size:clamp(1.85rem,3.6vw,2.85rem);font-weight:600;line-height:1.1}.about__title-em[data-astro-cid-lcdefpme]{color:var(--muted-foreground);font-weight:400}.about__grid[data-astro-cid-lcdefpme] .prose[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{color:var(--ink);background:var(--accent-soft);border-radius:2px;padding:.05em .25em;font-style:italic}.brand-card[data-astro-cid-lcdefpme]{background:linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%);color:#fff;isolation:isolate;border-radius:8px;flex-direction:column;gap:1.25rem;padding:2.25rem 1.85rem;display:flex;position:relative;overflow:hidden}.brand-card[data-astro-cid-lcdefpme]:before{content:"";aspect-ratio:1;z-index:-1;background:radial-gradient(closest-side,#f25e1247,#0000 70%);width:70%;position:absolute;top:-40%;right:-20%}.brand-card__logo[data-astro-cid-lcdefpme]{aspect-ratio:500/280;filter:drop-shadow(0 8px 24px #00000073);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%}.brand-card__divider[data-astro-cid-lcdefpme]{background:linear-gradient(90deg,#0000,#ffffff2e,#0000);height:1px}.brand-card__seal[data-astro-cid-lcdefpme]{text-align:center}.brand-card__seal-mark[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:.05em;color:var(--accent-2);font-size:1.5rem;font-weight:700;line-height:1}.brand-card__seal-sub[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:.16em;color:#ffffff9e;margin-top:.5rem;font-size:.78125rem}.brand-card__since[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.brand-card__since-key[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:.16em;color:#ffffff8c;font-size:.78125rem}.brand-card__since-val[data-astro-cid-lcdefpme]{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}@media (width<=900px){.about__grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.about__brand[data-astro-cid-lcdefpme]{max-width:380px}}.section__title[data-astro-cid-lcdefpme]{font-family:var(--font-display);font-size:var(--type-h2);letter-spacing:-.02em;color:var(--foreground);margin:0 0 1rem;font-weight:600;line-height:1.12}.section__title--light[data-astro-cid-lcdefpme]{color:#fff}.text-muted[data-astro-cid-lcdefpme]{color:var(--muted);font-weight:400}.title-rule[data-astro-cid-lcdefpme]{background:var(--accent);border-radius:2px;width:56px;height:3px;margin:0 0 1.5rem}.centered-copy[data-astro-cid-lcdefpme]{color:var(--muted-foreground);max-width:640px;font-size:1.0625rem;line-height:1.65}.prose[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--foreground);margin:0 0 1.1rem;font-size:1.0625rem;line-height:1.7}.prose[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:last-child{margin-bottom:0}.prose[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--ink);font-weight:600}.section--founder[data-astro-cid-lcdefpme]{padding-top:clamp(5rem,9vw,7rem);padding-bottom:clamp(5rem,9vw,7rem);position:relative;overflow:hidden}.founder-grid-bg[data-astro-cid-lcdefpme]{pointer-events:none;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;mask-image:radial-gradient(80% 60%,#000 0%,#0000 80%)}.founder[data-astro-cid-lcdefpme]{position:relative}.founder__header[data-astro-cid-lcdefpme]{max-width:760px;margin:0 0 2.5rem}.founder__name[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;align-items:center;gap:.85rem;margin:0 0 .85rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1;display:inline-flex}.founder__linkedin[data-astro-cid-lcdefpme]{color:#ffffff8c;justify-content:center;align-items:center;transition:color .15s,transform .15s;display:inline-flex}.founder__linkedin[data-astro-cid-lcdefpme]:hover{color:var(--accent-2);transform:translateY(-1px)}.founder__tagline[data-astro-cid-lcdefpme]{color:#ffffffa6;margin:0;font-size:1.0625rem;font-weight:400}.founder__pullquote[data-astro-cid-lcdefpme]{max-width:980px;margin:0 0 3rem;padding:0}.founder__pullquote[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.025em;color:#fff;border-left:4px solid var(--accent);margin:0;padding-left:1.5rem;font-size:clamp(1.65rem,3.4vw,2.65rem);font-weight:500;line-height:1.18}.founder__pullquote-em[data-astro-cid-lcdefpme]{color:var(--accent-2);font-weight:600}.founder__bio[data-astro-cid-lcdefpme]{max-width:760px;margin:0 0 3rem}.founder__bio[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:#ffffffd1;margin:0 0 1rem;font-size:1.0625rem;line-height:1.7}.founder__bio[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:last-child{color:#ffffffeb;margin-bottom:0;font-style:italic}.founder__bio[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:#fff;font-weight:600}.founder-stats[data-astro-cid-lcdefpme]{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 3rem;padding:2.25rem 0;display:grid}.founder-stat[data-astro-cid-lcdefpme]{border-left:1px solid #ffffff14;padding:0 1.25rem}.founder-stat[data-astro-cid-lcdefpme]:first-child{border-left:0;padding-left:0}.founder-stat__num[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;align-items:baseline;margin:0 0 .65rem;font-size:clamp(2rem,3.6vw,3rem);font-weight:700;line-height:1;display:inline-flex}.founder-stat__arrow[data-astro-cid-lcdefpme]{color:var(--accent);padding:0 .18em;font-size:.5em}.founder-stat__times[data-astro-cid-lcdefpme]{color:var(--accent);padding-left:.05em;font-size:.65em}.founder-stat__label[data-astro-cid-lcdefpme]{color:#ffffff9e;margin:0;font-size:.875rem;line-height:1.45}@media (width<=900px){.founder-stats[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);gap:1.75rem 0;padding:2rem 0}.founder-stat[data-astro-cid-lcdefpme]{border-left:0;padding:0 1rem}}.marquee-clients[data-astro-cid-lcdefpme]{text-align:center;padding:1.5rem 0 0}.marquee-clients__label[data-astro-cid-lcdefpme]{text-transform:uppercase;letter-spacing:.18em;color:#ffffff80;margin:0 0 1rem;font-size:.78125rem}.marquee-clients__line[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.018em;color:#fff;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.45em .85em;margin:0;font-size:clamp(1.25rem,2.6vw,2rem);font-weight:500;line-height:1.2;display:flex}.marquee-clients__sep[data-astro-cid-lcdefpme]{color:var(--accent)}.method__intro[data-astro-cid-lcdefpme]{text-align:left;margin-bottom:3rem}.method__intro[data-astro-cid-lcdefpme] .title-rule[data-astro-cid-lcdefpme],.method__intro[data-astro-cid-lcdefpme] .centered-copy[data-astro-cid-lcdefpme]{margin-left:0}.method-grid[data-astro-cid-lcdefpme]{counter-reset:step;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.method-card[data-astro-cid-lcdefpme]{background:var(--card);border:1px solid var(--border);border-radius:6px;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.method-card[data-astro-cid-lcdefpme]:is(:hover,:focus-within){border-color:#f25e1266;transform:translateY(-3px);box-shadow:0 22px 44px -28px #0f0f1266}.method-card__media[data-astro-cid-lcdefpme]{aspect-ratio:16/9;background:var(--ink);position:relative;overflow:hidden}.method-card__image[data-astro-cid-lcdefpme]{filter:saturate(85%);background-position:50%;background-size:cover;transition:transform .7s;position:absolute;inset:0}.method-card[data-astro-cid-lcdefpme]:is(:hover,:focus-within) .method-card__image[data-astro-cid-lcdefpme]{transform:scale(1.05)}.method-card__step[data-astro-cid-lcdefpme]{background:var(--accent);color:#fff;width:52px;height:52px;font-family:var(--font-display);letter-spacing:-.02em;border-radius:10px;justify-content:center;align-items:center;font-size:1.625rem;font-weight:700;line-height:1;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 10px 24px #0f0f1273,inset 0 1px #ffffff2e}.method-card[data-astro-cid-lcdefpme]:is(:hover,:focus-within) .method-card__step[data-astro-cid-lcdefpme]{transform:translateY(-2px)rotate(-2deg);box-shadow:0 14px 32px #f25e1273,inset 0 1px #ffffff38}.method-card__body[data-astro-cid-lcdefpme]{border-top:4px solid var(--accent);flex-direction:column;flex:1;padding:1.85rem 1.65rem;display:flex}.method-card__title[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin:0 0 .65rem;font-size:1.25rem;font-weight:600;line-height:1.22}.method-card__copy[data-astro-cid-lcdefpme]{color:var(--muted-foreground);margin:0 0 1.1rem;font-size:.9375rem;line-height:1.6}.method-card__list[data-astro-cid-lcdefpme]{color:var(--muted-foreground);margin:auto 0 0;padding:0;font-size:.875rem;list-style:none}.method-card__list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{border-top:1px dashed var(--border);padding:.45rem 0 .45rem 1.15rem;position:relative}.method-card__list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:1rem;left:0}.method-card__list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:first-child{border-top:0;padding-top:.55rem}@media (width<=800px){.method-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1.25rem}}.section--strengthening[data-astro-cid-lcdefpme] .section__title[data-astro-cid-lcdefpme]{max-width:820px;margin-left:auto;margin-right:auto;font-size:clamp(1.85rem,4.4vw,3rem)}.strengthening__em[data-astro-cid-lcdefpme]{color:var(--accent-2)}.strengthening__mark[data-astro-cid-lcdefpme]{aspect-ratio:500/280;opacity:.045;pointer-events:none;filter:contrast(160%);background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(420px,70vw,880px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.strengthening__copy[data-astro-cid-lcdefpme]{color:#ffffffc7;max-width:640px;margin:1.5rem auto 0;font-size:1.0625rem;line-height:1.7}.strengthening__signoff[data-astro-cid-lcdefpme]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.22em;color:var(--accent);margin-top:2.25rem;font-size:.78125rem}.locol-form[data-astro-cid-lcdefpme]{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:1.25rem;margin-top:2.5rem;padding:clamp(1.75rem,3vw,2.5rem);display:flex}.locol-form__grid-2[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.locol-form__grid-2[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:1rem}}.locol-form[data-astro-cid-lcdefpme] .field[data-astro-cid-lcdefpme]{flex-direction:column;gap:.4rem;display:flex}.locol-form[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]{color:var(--ink);align-items:baseline;gap:.4rem;font-size:.875rem;font-weight:500;display:inline-flex}.locol-form[data-astro-cid-lcdefpme] .field__req[data-astro-cid-lcdefpme]{color:var(--accent);font-weight:700}.locol-form[data-astro-cid-lcdefpme] .field__optional[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.8125rem;font-weight:400}.locol-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme][type=text],.locol-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme][type=email],.locol-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme][type=tel],.locol-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{font:inherit;color:var(--foreground);background:var(--paper);border:1px solid var(--border);border-radius:4px;width:100%;padding:.7rem .85rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s,background .15s}.locol-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]:focus,.locol-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);background:#fff;outline:none}.locol-form[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme][aria-invalid=true],.locol-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme][aria-invalid=true]{border-color:#c2410c;box-shadow:0 0 0 3px #c2410c1f}.locol-form[data-astro-cid-lcdefpme] .field__error[data-astro-cid-lcdefpme]{color:#c2410c;font-size:.8125rem}.locol-form[data-astro-cid-lcdefpme] textarea[data-astro-cid-lcdefpme]{resize:vertical;min-height:110px}.field--checks[data-astro-cid-lcdefpme]{gap:.65rem}.field--checks[data-astro-cid-lcdefpme] legend[data-astro-cid-lcdefpme]{color:var(--ink);margin:0 0 .25rem;padding:0;font-size:.875rem;font-weight:500}.locol-checks[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.55rem;display:grid}.locol-checks[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:var(--paper);cursor:pointer;color:var(--foreground);border-radius:4px;align-items:center;gap:.55rem;padding:.7rem .85rem;font-size:.875rem;font-weight:400;transition:border-color .15s,background .15s;display:inline-flex}.locol-checks[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme]:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.locol-checks[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]{accent-color:var(--accent);margin:0}.agreement[data-astro-cid-lcdefpme]{color:var(--muted-foreground);cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.875rem;font-weight:400;display:inline-flex}.agreement[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]{accent-color:var(--accent);margin-top:.18rem}.cf-turnstile[data-astro-cid-lcdefpme]{min-height:65px}.locol-form__error[data-astro-cid-lcdefpme]{color:#c2410c;background:#c2410c14;border:1px solid #c2410c40;border-radius:4px;margin:0;padding:.75rem 1rem;font-size:.9375rem}.locol-form__footer[data-astro-cid-lcdefpme]{justify-content:flex-end;display:flex}.locol-form__footer[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]{min-width:200px}.locol-form__footer[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.locol-form__success[data-astro-cid-lcdefpme]{text-align:center;padding:1.5rem .5rem}.locol-form__success[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-family:var(--font-display);color:var(--ink);margin:0 0 .5rem;font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:600}.locol-form__success[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted-foreground);margin:0;font-size:1rem;line-height:1.55}.footer[data-astro-cid-lcdefpme]{background:var(--ink);color:#ffffffc7;border-top:1px solid #ffffff14;padding:2.5rem 0}.footer__inner[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__brand[data-astro-cid-lcdefpme]{align-items:center;gap:1rem;display:flex}.footer__logo[data-astro-cid-lcdefpme]{width:auto;height:32px}.footer__tag[data-astro-cid-lcdefpme]{color:#ffffff8c;letter-spacing:.005em;margin:0;font-size:.8125rem}.footer__meta[data-astro-cid-lcdefpme]{align-items:center;gap:1.25rem;display:flex}.footer__social[data-astro-cid-lcdefpme]{color:#ffffffb8;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.footer__social[data-astro-cid-lcdefpme]:hover{color:var(--accent-2);border-color:var(--accent-2);background:#ffc4000d}.footer__copy[data-astro-cid-lcdefpme]{color:#ffffff80;margin:0;font-size:.8125rem}.footer__version[data-astro-cid-lcdefpme]{color:#ffffff52;font-variant-numeric:tabular-nums;margin:0;font-size:.75rem}@media (width<=700px){.footer__inner[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start}}.section--sell[data-astro-cid-lcdefpme]{border-top:1px solid #ffffff14;padding-top:clamp(5rem,9vw,7rem);padding-bottom:clamp(4rem,7vw,5.5rem);position:relative;overflow:hidden}.sell-grid-bg[data-astro-cid-lcdefpme]{pointer-events:none;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;mask-image:linear-gradient(#0000,#000 12% 88%,#0000)}.sell[data-astro-cid-lcdefpme]{position:relative}.sell__intro[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1.4fr) minmax(280px,.95fr);align-items:center;gap:clamp(2rem,5vw,4rem);margin-bottom:clamp(3rem,6vw,4.5rem);display:grid}.sell__title[data-astro-cid-lcdefpme]{font-size:clamp(1.85rem,4vw,2.85rem)}.sell__title-em[data-astro-cid-lcdefpme]{color:var(--accent-2)}.sell__prose[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:#ffffffd1;margin:0 0 1rem;font-size:1.0625rem;line-height:1.7}.sell__prose[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]:last-child{margin:0}.sell__intro-portrait[data-astro-cid-lcdefpme]{background:var(--ink-2);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 24px 60px -28px #000000b3,0 0 0 1px #ffc40014}.sell__intro-portrait[data-astro-cid-lcdefpme]:after{content:"";pointer-events:none;background:linear-gradient(140deg,#0000 55%,#f25e1238 100%);position:absolute;inset:0}.sell__intro-portrait[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{filter:saturate(95%);width:100%;height:auto;display:block}@media (width<=900px){.sell__intro[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.sell__intro-portrait[data-astro-cid-lcdefpme]{max-width:460px;margin:0 auto}}.sell__block[data-astro-cid-lcdefpme]{margin:0 0 clamp(2.25rem,5vw,3.5rem)}.sell__block[data-astro-cid-lcdefpme]:last-of-type{margin-bottom:0}.sell__block-title[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.018em;color:#fff;margin:0 0 .85rem;font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:600}.sell__block-lede[data-astro-cid-lcdefpme]{color:#ffffffad;max-width:720px;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.sell-prompts[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.sell-prompt[data-astro-cid-lcdefpme]{color:#ffffffd1;background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;font-size:.9375rem;line-height:1.5;transition:border-color .2s,background .2s;display:flex}.sell-prompt[data-astro-cid-lcdefpme]:hover{background:#ffffff0d;border-color:#f25e1259}.sell-prompt__dot[data-astro-cid-lcdefpme]{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.45rem}.sell-services[data-astro-cid-lcdefpme]{gap:1rem;margin:0;display:grid}.sell-service[data-astro-cid-lcdefpme]{border:1px solid #ffffff14;border-left:3px solid var(--accent);background:#ffffff08;border-radius:4px;padding:1.25rem 1.4rem}.sell-service[data-astro-cid-lcdefpme] dt[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin:0 0 .4rem;font-size:1.0625rem;font-weight:600}.sell-service[data-astro-cid-lcdefpme] dd[data-astro-cid-lcdefpme]{color:#ffffffb8;margin:0;font-size:.9375rem;line-height:1.6}.sell-recent[data-astro-cid-lcdefpme]{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:0;display:grid;overflow:hidden}.sell-recent__media[data-astro-cid-lcdefpme]{background:var(--ink-2);min-height:220px;position:relative}.sell-recent__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.sell-recent__body[data-astro-cid-lcdefpme]{padding:1.85rem}.sell-recent__date[data-astro-cid-lcdefpme]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.18em;color:var(--accent-2);margin:0 0 .55rem;font-size:.75rem}.sell-recent__title[data-astro-cid-lcdefpme]{font-family:var(--font-display);letter-spacing:-.018em;color:#fff;margin:0 0 .85rem;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:600;line-height:1.25}.sell-recent__copy[data-astro-cid-lcdefpme]{color:#ffffffc7;margin:0 0 1.1rem;font-size:.9375rem;line-height:1.65}.sell-recent__links[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:.6rem;margin-top:.25rem;display:flex}.sell-recent__link[data-astro-cid-lcdefpme]{border:1px solid #ffffff14;border-left:2px solid var(--accent);color:#ffffffeb;background:#ffffff08;border-radius:5px;flex-direction:column;flex:200px;gap:.3rem;padding:.85rem 1rem;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.sell-recent__link[data-astro-cid-lcdefpme]:hover{border-color:#f25e1273;border-left-color:var(--accent);background:#ffffff0f;transform:translateY(-1px)}.sell-recent__link-eyebrow[data-astro-cid-lcdefpme]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.18em;color:var(--accent-2);font-size:.7rem;font-weight:600}.sell-recent__link-mark[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:.85rem;display:flex}.sell-recent__link-logo[data-astro-cid-lcdefpme]{opacity:.92;width:auto;max-width:100%;height:22px;transition:opacity .2s;display:block}.sell-recent__link[data-astro-cid-lcdefpme]:hover .sell-recent__link-logo[data-astro-cid-lcdefpme]{opacity:1}.sell-recent__link-logo--wd[data-astro-cid-lcdefpme]{height:20px}.sell-recent__link-logo--ein[data-astro-cid-lcdefpme]{filter:brightness(0)invert()}.sell-recent__link-icon[data-astro-cid-lcdefpme]{color:#ffffff8c;flex-shrink:0;transition:color .2s,transform .2s}.sell-recent__link[data-astro-cid-lcdefpme]:hover .sell-recent__link-icon[data-astro-cid-lcdefpme]{color:var(--accent-2);transform:translate(2px,-2px)}@media (width<=800px){.sell-recent[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.sell-recent__media[data-astro-cid-lcdefpme]{aspect-ratio:16/9;min-height:0}}.sell-steps[data-astro-cid-lcdefpme]{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.sell-step[data-astro-cid-lcdefpme]{background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1.1rem 1.25rem;display:grid}.sell-step__num[data-astro-cid-lcdefpme]{background:var(--accent);color:#fff;width:36px;height:36px;font-family:var(--font-display);border-radius:8px;justify-content:center;align-items:center;font-size:1.0625rem;font-weight:700;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffff2e}.sell-step[data-astro-cid-lcdefpme]>div[data-astro-cid-lcdefpme]{color:#ffffffd1;font-size:.9375rem;line-height:1.6}.sell-step[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:#fff;font-weight:600}.sell__cta[data-astro-cid-lcdefpme]{text-align:center;background:linear-gradient(140deg,#f25e1224 0%,#ffc4000a 100%);border:1px solid #f25e124d;border-radius:8px;flex-direction:column;align-items:center;gap:1.1rem;margin-top:clamp(2.5rem,5vw,3.5rem);padding:clamp(1.75rem,4vw,2.5rem);display:flex}.sell__cta-copy[data-astro-cid-lcdefpme]{color:#ffffffe6;max-width:640px;margin:0;font-size:1.0625rem;line-height:1.6}[data-astro-cid-lcdefpme][data-reveal]{opacity:0;will-change:opacity, transform;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(24px)}[data-astro-cid-lcdefpme][data-reveal].is-visible{opacity:1;transform:translateY(0)}.method-grid[data-astro-cid-lcdefpme]>.method-card[data-astro-cid-lcdefpme][data-reveal]:first-child{transition-delay:0s}.method-grid[data-astro-cid-lcdefpme]>.method-card[data-astro-cid-lcdefpme][data-reveal]:nth-child(2){transition-delay:90ms}.method-grid[data-astro-cid-lcdefpme]>.method-card[data-astro-cid-lcdefpme][data-reveal]:nth-child(3){transition-delay:.18s}.method-grid[data-astro-cid-lcdefpme]>.method-card[data-astro-cid-lcdefpme][data-reveal]:nth-child(4){transition-delay:.27s}.founder-stats[data-astro-cid-lcdefpme]>.founder-stat[data-astro-cid-lcdefpme][data-reveal]:first-child{transition-delay:0s}.founder-stats[data-astro-cid-lcdefpme]>.founder-stat[data-astro-cid-lcdefpme][data-reveal]:nth-child(2){transition-delay:90ms}.founder-stats[data-astro-cid-lcdefpme]>.founder-stat[data-astro-cid-lcdefpme][data-reveal]:nth-child(3){transition-delay:.18s}.founder-stats[data-astro-cid-lcdefpme]>.founder-stat[data-astro-cid-lcdefpme][data-reveal]:nth-child(4){transition-delay:.27s}@media (prefers-reduced-motion:reduce){[data-astro-cid-lcdefpme][data-reveal]{opacity:1!important;transition:none!important;transform:none!important}.method-card[data-astro-cid-lcdefpme]:is(:hover,:focus-within) .method-card__step[data-astro-cid-lcdefpme]{transform:none}}
