:root{--bg: #f6f0e6;--bg-deep: #f1ebdf;--bg-soft: #ede3d4;--bg-card: #ede3d4;--fg: #2a1a20;--fg-muted: rgba(42, 26, 32, .72);--fg-dim: rgba(42, 26, 32, .68);--accent: #6b2d3e;--accent-2: #856838;--rule: rgba(42, 26, 32, .5);--shade: rgba(42, 26, 32, .08);--dark: #2a1a20;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--max-w: 1440px;--container-px: clamp(24px, 5vw, 80px);--ease-out: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}ul{list-style:none}.serif{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em}.italic{font-family:var(--font-serif);font-style:italic;font-weight:400}.mono{font-family:var(--font-mono)}.eyebrow{font-family:var(--font-sans);font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);font-weight:500;display:inline-flex;align-items:center}.eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--fg-muted);margin-right:14px;opacity:.7}.site{max-width:var(--max-w);margin:0 auto;padding:0 var(--container-px)}.skip-link{position:absolute;top:-40px;left:0;background:var(--fg);color:var(--bg);padding:8px 16px;z-index:100;text-decoration:none}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.nav[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:32px var(--container-px);max-width:var(--max-w);margin:0 auto;position:sticky;top:0;background:var(--bg);z-index:50;border-bottom:1px solid transparent;transition:border-color .3s}.nav[data-astro-cid-5blmo7yk].scrolled{border-bottom-color:var(--rule)}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;flex-shrink:0}.logo-img[data-astro-cid-5blmo7yk]{height:66px;width:auto;display:block}html.neava-logo-animate .logo-img[data-astro-cid-5blmo7yk]{animation:logo-wave-in .82s var(--ease-out) both}@keyframes logo-wave-in{0%{clip-path:polygon(0 0,0 0,-12% 100%,0 100%);opacity:0;transform:translateY(2px)}55%{opacity:1}to{clip-path:polygon(0 0,115% 0,103% 100%,0 100%);opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html.neava-logo-animate .logo-img[data-astro-cid-5blmo7yk]{animation:none}}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:38px;margin:0;padding:0}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--fg-muted);font-size:13px;letter-spacing:.02em;transition:color .2s;position:relative;padding:14px 0;display:inline-block}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:focus-visible{color:var(--fg)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk][aria-current=page]{color:var(--fg)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--fg);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease-out)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover:after,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:focus-visible:after,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk][aria-current=page]:after{transform:scaleX(1)}.nav-cta[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid var(--rule);border-radius:999px;color:var(--accent);font-size:13px;letter-spacing:.02em;transition:all .25s var(--ease-out);background:transparent;flex-shrink:0;white-space:nowrap;min-height:44px}.nav-cta[data-astro-cid-5blmo7yk]:hover,.nav-cta[data-astro-cid-5blmo7yk]:focus-visible{background:var(--fg);color:var(--bg);border-color:var(--fg)}.nav-cta[data-astro-cid-5blmo7yk]:hover .arrow[data-astro-cid-5blmo7yk],.nav-cta[data-astro-cid-5blmo7yk]:focus-visible .arrow[data-astro-cid-5blmo7yk]{transform:translate(3px)}.arrow[data-astro-cid-5blmo7yk]{transition:transform .25s var(--ease-out);display:inline-block}.sr-only[data-astro-cid-5blmo7yk]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-toggle[data-astro-cid-5blmo7yk]{display:none;width:48px;height:48px;align-items:center;justify-content:center;border:1px solid var(--rule);border-radius:999px;background:transparent;flex-shrink:0;transition:border-color .2s,background .2s}.nav-toggle[data-astro-cid-5blmo7yk]:hover,.nav-toggle[data-astro-cid-5blmo7yk]:focus-visible{border-color:var(--fg)}.nav-toggle-box[data-astro-cid-5blmo7yk]{position:relative;width:22px;height:16px;display:inline-block}.nav-toggle-line[data-astro-cid-5blmo7yk]{position:absolute;left:0;right:0;height:2px;background:var(--fg);border-radius:2px;transition:transform .25s var(--ease-out),opacity .2s var(--ease-out),top .25s var(--ease-out)}.nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(1){top:0}.nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(2){top:7px}.nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(3){top:14px}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] .nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(1){top:7px;transform:rotate(45deg)}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] .nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-5blmo7yk][aria-expanded=true] .nav-toggle-line[data-astro-cid-5blmo7yk]:nth-child(3){top:7px;transform:rotate(-45deg)}.mobile-menu[data-astro-cid-5blmo7yk]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--rule);padding:var(--space-sm) var(--container-px) var(--space-md);transform:translateY(-8px);opacity:0;transition:transform .25s var(--ease-out),opacity .2s var(--ease-out);z-index:49;max-height:calc(100vh - 100%);overflow-y:auto}.mobile-menu[data-astro-cid-5blmo7yk].is-open{transform:translateY(0);opacity:1}.mobile-menu-list[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.mobile-menu-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:14px 4px;color:var(--fg-muted);font-size:17px;letter-spacing:.01em;border-bottom:1px solid var(--rule);transition:color .2s}.mobile-menu-link[data-astro-cid-5blmo7yk]:hover,.mobile-menu-link[data-astro-cid-5blmo7yk]:focus-visible{color:var(--fg)}.mobile-menu-link[data-astro-cid-5blmo7yk][aria-current=page]{color:var(--fg);font-weight:500}.mobile-menu-cta[data-astro-cid-5blmo7yk]{margin-top:12px;padding:16px 22px;border:1px solid var(--rule);border-bottom:1px solid var(--rule);border-radius:999px;color:var(--accent);justify-content:center;gap:10px;font-size:16px}.mobile-menu-cta[data-astro-cid-5blmo7yk]:hover,.mobile-menu-cta[data-astro-cid-5blmo7yk]:focus-visible{background:var(--fg);color:var(--bg);border-color:var(--fg)}@media(prefers-reduced-motion:reduce){.mobile-menu[data-astro-cid-5blmo7yk]{transition:opacity .1s linear;transform:none}.mobile-menu[data-astro-cid-5blmo7yk].is-open{transform:none}.nav-toggle-line[data-astro-cid-5blmo7yk]{transition:opacity .1s linear}}@media(max-width:900px){.nav[data-astro-cid-5blmo7yk]{padding:20px var(--container-px);gap:var(--space-md)}.nav-links[data-astro-cid-5blmo7yk]{gap:22px}.logo-img[data-astro-cid-5blmo7yk]{height:48px}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{font-size:12px}}@media(max-width:768px){.nav-links[data-astro-cid-5blmo7yk],.nav[data-astro-cid-5blmo7yk]>.nav-cta[data-astro-cid-5blmo7yk]{display:none}.nav-toggle[data-astro-cid-5blmo7yk]{display:inline-flex}.mobile-menu[data-astro-cid-5blmo7yk]{display:block}.mobile-menu[data-astro-cid-5blmo7yk][hidden]{display:none}}.wip-banner[data-astro-cid-sckkx6r4]{background:var(--accent);color:var(--bg);padding:12px 0;border-bottom:1px solid var(--accent)}.wip-banner-inner[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:14px;justify-content:center;text-align:center}.wip-banner[data-astro-cid-sckkx6r4] p[data-astro-cid-sckkx6r4]{margin:0;font-size:14px;line-height:1.5;color:var(--bg);max-width:70ch}.wip-banner[data-astro-cid-sckkx6r4] strong[data-astro-cid-sckkx6r4]{font-weight:600;color:var(--bg)}.wip-hint[data-astro-cid-sckkx6r4]{opacity:.85;margin-left:4px}.wip-dot[data-astro-cid-sckkx6r4]{width:8px;height:8px;border-radius:50%;background:var(--bg);flex-shrink:0;animation:wip-pulse 2.4s ease-in-out infinite}@keyframes wip-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:.45;transform:scale(.88)}}@media(prefers-reduced-motion:reduce){.wip-dot[data-astro-cid-sckkx6r4]{animation:none;opacity:.85}}@media(max-width:640px){.wip-banner[data-astro-cid-sckkx6r4]{padding:10px 0}.wip-banner[data-astro-cid-sckkx6r4] p[data-astro-cid-sckkx6r4]{font-size:13px}.wip-banner-inner[data-astro-cid-sckkx6r4]{gap:10px}.wip-hint[data-astro-cid-sckkx6r4]{display:none}}.footer[data-astro-cid-sckkx6r4]{margin-top:var(--space-3xl);padding:var(--space-lg) 0 var(--space-xl);border-top:1px solid var(--rule)}.footer-inner[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap}.footer-brand[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;gap:14px}.footer-logo[data-astro-cid-sckkx6r4]{display:inline-flex;width:fit-content}.footer-logo[data-astro-cid-sckkx6r4] img[data-astro-cid-sckkx6r4]{height:52px;width:auto;display:block}.footer-text[data-astro-cid-sckkx6r4]{font-size:14px;color:var(--fg-muted);letter-spacing:.02em}.footer-links[data-astro-cid-sckkx6r4]{display:flex;gap:var(--space-md)}.footer-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);transition:color .2s}.footer-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover,.footer-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:focus-visible{color:var(--fg)}@media(max-width:640px){.footer-inner[data-astro-cid-sckkx6r4]{flex-direction:column;align-items:center;text-align:center}.footer-brand[data-astro-cid-sckkx6r4]{align-items:center}}
