:root{--bp-cream-50: #ffffff;--bp-cream-100: #ffffff;--bp-cream-200: #ffffff;--bp-ink: #2d2926;--bp-ink-800: #3b3733;--bp-ink-700: #55504a;--bp-ink-600: #7a746d;--bp-ink-500: #9c958d;--bp-ink-400: #bcb4ab;--bp-ink-300: #d6cec3;--bp-ink-200: #e6e6e6;--bp-coral: #e8503a;--bp-coral-dark: #cb3e2a;--bp-coral-400: #ee6d51;--bp-coral-300: #f18e76;--bp-coral-200: #f8b7a6;--bp-coral-700: #a23120;--bp-coral-50: #fdefeb;--bp-signal-green: #2f7d5c;--bp-signal-blue: #2b5f8f;--bp-signal-amber: #c07a14;--bp-black: #2d2926;--bp-white: #ffffff;--bp-grey: #55504a;--bp-grey-light: #9c958d;--bp-line: #e6e6e6;--bp-bg-soft: #ffffff;--font-head: "Satoshi", ui-sans-serif, system-ui, sans-serif;--font-body: "Satoshi", ui-sans-serif, system-ui, sans-serif;--font-mono: "Satoshi", ui-sans-serif, system-ui, sans-serif;--maxw: 1200px;--radius: 14px;--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-out-quint: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bp-cream-200);color:var(--bp-ink);font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.65;letter-spacing:.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.h-display{font-family:var(--font-head);font-weight:700;line-height:1.05;letter-spacing:-.02em}.eyebrow{font-family:var(--font-mono);font-size:13px;font-weight:500;letter-spacing:.04em;text-transform:lowercase;color:var(--bp-coral);display:inline-flex;align-items:center;gap:8px}.eyebrow:before{content:"";width:18px;height:1.5px;background:var(--bp-coral)}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:14px;font-weight:500;letter-spacing:.01em;padding:14px 26px;border-radius:9999px;transition:transform .18s ease,background .18s ease,color .18s ease}.btn-primary{background:var(--bp-coral);color:var(--bp-cream-50)}.btn-primary:hover{background:var(--bp-coral-dark);transform:translateY(-2px)}.btn-dark{background:var(--bp-ink);color:var(--bp-cream-50)}.btn-dark:hover{transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--bp-ink);border:1.5px solid var(--bp-line)}.btn-ghost:hover{border-color:var(--bp-ink)}.arrow-link{font-family:var(--font-mono);font-size:14px;font-weight:500;color:var(--bp-ink);display:inline-flex;align-items:center;gap:8px;transition:gap .18s ease,color .18s ease}.arrow-link:hover{gap:14px;color:var(--bp-coral)}.section{padding:96px 0}@media (prefers-reduced-motion: no-preference){.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease-out-quart),transform .7s var(--ease-out-quart);transition-delay:calc(var(--reveal-delay, 0) * 1ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}}.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:60;transition:background .25s ease,box-shadow .25s ease}.nav.scrolled.svelte-1h32yp1{background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);box-shadow:0 1px #2d292614}.nav-inner.svelte-1h32yp1{height:92px;display:flex;align-items:center;justify-content:space-between}.brand.svelte-1h32yp1{display:inline-flex;align-items:center}.brand-logo.svelte-1h32yp1{height:50px;width:auto;display:block;margin-top:5px}.links.svelte-1h32yp1{display:flex;align-items:center;gap:26px}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-family:var(--font-mono);font-size:15.5px;font-weight:500;color:var(--bp-cream-50);transition:color .16s ease}.nav.scrolled.svelte-1h32yp1 .links:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1){color:var(--bp-ink)}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover,.links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1),.nav.scrolled.svelte-1h32yp1 .links:where(.svelte-1h32yp1) a:where(.svelte-1h32yp1):hover,.nav.scrolled.svelte-1h32yp1 .links:where(.svelte-1h32yp1) a.active:where(.svelte-1h32yp1){color:var(--bp-coral)}.contact-mob.svelte-1h32yp1{display:none}.actions.svelte-1h32yp1{display:flex;align-items:center;gap:14px}.actions.svelte-1h32yp1 .btn-primary:where(.svelte-1h32yp1){padding:12px 24px}.burger.svelte-1h32yp1{display:none;flex-direction:column;gap:6px;background:transparent;padding:8px}.burger.svelte-1h32yp1 span:where(.svelte-1h32yp1){width:24px;height:2px;background:var(--bp-cream-50);transition:transform .2s ease,background .2s ease}.nav.scrolled.svelte-1h32yp1 .burger:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1){background:var(--bp-ink)}.burger.svelte-1h32yp1 span.open:where(.svelte-1h32yp1):first-child{transform:translateY(4px) rotate(45deg)}.burger.svelte-1h32yp1 span.open:where(.svelte-1h32yp1):last-child{transform:translateY(-4px) rotate(-45deg)}@media (max-width: 1040px){.actions.svelte-1h32yp1 .btn-primary:where(.svelte-1h32yp1){display:none}.burger.svelte-1h32yp1{display:flex}.links.svelte-1h32yp1{position:absolute;top:92px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:4px;background:var(--bp-ink);padding:16px 24px 28px;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .2s ease}.nav.scrolled.svelte-1h32yp1 .links:where(.svelte-1h32yp1){background:var(--bp-cream-100);box-shadow:0 12px 24px -12px #2d29262e}.links.open.svelte-1h32yp1{max-height:520px;opacity:1;pointer-events:auto}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:17px;padding:10px 0}.contact-mob.svelte-1h32yp1{display:block;color:var(--bp-coral)}}.footer.svelte-jz8lnl{background:var(--bp-ink);color:#cfc8bd;padding:80px 0 36px}.fdivider.svelte-jz8lnl{height:1px;background:#3b3733;margin:72px 0 48px}.top.svelte-jz8lnl{display:grid;grid-template-columns:1.2fr 2fr;gap:56px;padding-bottom:48px;border-bottom:1px solid #3b3733}.logo.svelte-jz8lnl{font-family:var(--font-head);font-weight:700;font-size:30px;letter-spacing:-.02em;color:var(--bp-cream-50);line-height:1}.logo.svelte-jz8lnl .d:where(.svelte-jz8lnl){color:var(--bp-coral)}.tag.svelte-jz8lnl{margin-top:18px;font-weight:200;font-size:15px;max-width:260px;color:#b0a89e}.socials.svelte-jz8lnl{display:flex;gap:18px;margin-top:22px}.socials.svelte-jz8lnl a:where(.svelte-jz8lnl){display:inline-flex;width:22px;height:22px;opacity:.8;transition:opacity .16s ease,transform .16s ease}.socials.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{opacity:1;transform:translateY(-2px)}.socials.svelte-jz8lnl a:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.cols.svelte-jz8lnl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:360px;margin-left:auto}.col.svelte-jz8lnl{display:flex;flex-direction:column;gap:12px}.col-title.svelte-jz8lnl{font-family:var(--font-mono);font-size:13px;color:var(--bp-cream-50);margin-bottom:6px}.col.svelte-jz8lnl a:where(.svelte-jz8lnl){font-weight:300;font-size:15px;color:#b0a89e;transition:color .16s ease}.col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--bp-cream-50)}.bottom.svelte-jz8lnl{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:28px;font-size:13px;color:#9c958d}.legal.svelte-jz8lnl{display:flex;gap:24px}.legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--bp-cream-50)}@media (max-width: 900px){.top.svelte-jz8lnl{grid-template-columns:1fr;gap:40px}.cols.svelte-jz8lnl{grid-template-columns:repeat(2,1fr)}.bottom.svelte-jz8lnl{flex-direction:column;align-items:flex-start}}.banner.svelte-zvfgak{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--bp-ink);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -20px 40px -20px #00000059}.inner.svelte-zvfgak{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.text.svelte-zvfgak{font-size:14.5px;line-height:1.6;color:#c2bbb0;max-width:62ch;flex:1}.link.svelte-zvfgak{color:var(--bp-cream-50);text-decoration:underline}.actions.svelte-zvfgak{display:flex;gap:10px;flex:none}.btn-reject.svelte-zvfgak,.btn-accept.svelte-zvfgak{font-family:var(--font-mono);font-size:13.5px;font-weight:500;padding:11px 20px;border-radius:9999px;white-space:nowrap;transition:background .16s ease,border-color .16s ease,transform .16s ease}.btn-reject.svelte-zvfgak{background:transparent;color:var(--bp-cream-50);border:1.5px solid rgba(255,255,255,.24)}.btn-reject.svelte-zvfgak:hover{border-color:var(--bp-cream-50)}.btn-accept.svelte-zvfgak{background:var(--bp-coral);color:var(--bp-cream-50)}.btn-accept.svelte-zvfgak:hover{background:var(--bp-coral-dark);transform:translateY(-2px)}@media (max-width: 700px){.inner.svelte-zvfgak{padding:18px 24px;flex-direction:column;align-items:stretch}.actions.svelte-zvfgak{justify-content:flex-end}}
