.Navbar-module__cJzEcG__nav{z-index:100;padding:0 var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-lg);background:var(--nav-bg);-webkit-backdrop-filter:blur(20px)saturate(1.6);border-bottom:1px solid var(--nav-border);height:64px;transition:background var(--duration-normal)var(--ease-out);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__logo{align-items:center;gap:var(--space-sm);color:var(--text-primary);flex-shrink:0;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMark{background:var(--brand);color:#fff;width:32px;height:32px;font-size:16px;font-weight:700;font-family:var(--font-body);border-radius:8px;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 12px #e8622b4d}.Navbar-module__cJzEcG__logoText{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:1.25rem}.Navbar-module__cJzEcG__searchWrap{flex:1;max-width:360px;position:relative}.Navbar-module__cJzEcG__searchIcon{width:16px;height:16px;color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.Navbar-module__cJzEcG__searchIcon svg{width:16px;height:16px}.Navbar-module__cJzEcG__searchInput{border:1.5px solid var(--overlay-10);width:100%;font-family:var(--font-body);background:var(--overlay-4);color:var(--text-primary);transition:border-color var(--duration-fast),background var(--duration-fast);border-radius:100px;padding:.45rem 2rem .45rem 32px;font-size:.82rem}.Navbar-module__cJzEcG__searchInput:focus{border-color:var(--brand);background:var(--bg-card);outline:none}.Navbar-module__cJzEcG__searchInput::placeholder{color:var(--text-muted)}.Navbar-module__cJzEcG__searchInput::-webkit-search-cancel-button{-webkit-appearance:none}.Navbar-module__cJzEcG__searchClear{background:var(--overlay-10);width:20px;height:20px;color:var(--text-secondary);cursor:pointer;transition:background var(--duration-fast);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Navbar-module__cJzEcG__searchClear:hover{background:var(--overlay-15)}@keyframes Navbar-module__cJzEcG__dropdownIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module__cJzEcG__dropdown{background:var(--bg-elevated);border:1px solid var(--overlay-10);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);z-index:200;animation:Navbar-module__cJzEcG__dropdownIn .18s var(--ease-out)both;transform-origin:top;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}.Navbar-module__cJzEcG__dropdownHeader{padding:var(--space-sm)var(--space-md)4px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.68rem;font-weight:600}.Navbar-module__cJzEcG__dropdownEmpty{padding:var(--space-lg);text-align:center;color:var(--text-tertiary);font-size:.85rem}@keyframes Navbar-module__cJzEcG__itemIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__dropdownItem{align-items:center;gap:var(--space-md);width:100%;padding:var(--space-sm)var(--space-md);cursor:pointer;text-align:left;font-family:var(--font-body);transition:background var(--duration-fast);color:inherit;animation:Navbar-module__cJzEcG__itemIn .2s var(--ease-out)both;background:0 0;border:none;text-decoration:none;display:flex}.Navbar-module__cJzEcG__dropdownItem:first-child{animation-delay:20ms}.Navbar-module__cJzEcG__dropdownItem:nth-child(2){animation-delay:50ms}.Navbar-module__cJzEcG__dropdownItem:nth-child(3){animation-delay:80ms}.Navbar-module__cJzEcG__dropdownItem:nth-child(4){animation-delay:.11s}.Navbar-module__cJzEcG__dropdownItem:nth-child(5){animation-delay:.14s}.Navbar-module__cJzEcG__dropdownItem:nth-child(6){animation-delay:.17s}.Navbar-module__cJzEcG__dropdownItem:hover,.Navbar-module__cJzEcG__dropdownActive{background:var(--overlay-6)}.Navbar-module__cJzEcG__dropdownInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.Navbar-module__cJzEcG__dropdownName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.Navbar-module__cJzEcG__dropdownDesc{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.Navbar-module__cJzEcG__dropdownCategory{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--overlay-6);white-space:nowrap;border-radius:100px;flex-shrink:0;padding:2px 8px;font-size:.65rem;font-weight:600}.Navbar-module__cJzEcG__dropdownAll{width:100%;padding:var(--space-sm)var(--space-md);border:none;border-top:1px solid var(--overlay-6);cursor:pointer;font-family:var(--font-body);color:var(--brand-light);text-align:center;transition:background var(--duration-fast);background:0 0;font-size:.78rem;font-weight:600;display:block}.Navbar-module__cJzEcG__dropdownAll:hover{background:var(--overlay-4)}.Navbar-module__cJzEcG__links{align-items:center;gap:var(--space-xl);flex-shrink:0;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);transition:color var(--duration-fast)var(--ease-out);letter-spacing:.01em;font-size:.9rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__link:hover,.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__cta{background:var(--brand);color:#fff;transition:background var(--duration-fast)var(--ease-out),transform var(--duration-fast)var(--ease-out),box-shadow var(--duration-fast)var(--ease-out);border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__cta:hover{background:var(--brand-dark);color:#fff;box-shadow:var(--shadow-brand);transform:translateY(-1px)}.Navbar-module__cJzEcG__themeToggle{background:var(--overlay-6);border:1px solid var(--overlay-10);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);transition:background var(--duration-fast)var(--ease-out),color var(--duration-fast)var(--ease-out);border-radius:8px;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background:var(--overlay-10);color:var(--text-primary)}.Navbar-module__cJzEcG__themeToggle svg{width:18px;height:18px}.Navbar-module__cJzEcG__mobileActions{align-items:center;gap:var(--space-sm);display:none}.Navbar-module__cJzEcG__hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:flex}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:22px;height:2px;transition:transform .3s var(--ease-out),opacity .3s var(--ease-out);border-radius:1px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-primary);padding:var(--space-2xl);gap:var(--space-lg);z-index:99;flex-direction:column;display:none;position:fixed;inset:64px 0 0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-display);color:var(--text-primary);font-size:1.75rem;text-decoration:none}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__searchWrap{display:none}.Navbar-module__cJzEcG__mobileActions{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--bg-elevated);color:var(--text-secondary);padding:var(--space-4xl)var(--space-xl)var(--space-2xl);border-top:1px solid var(--overlay-6)}.Footer-module__S6Hkya__inner{max-width:var(--max-width);gap:var(--space-3xl);grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__S6Hkya__brand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__brandName{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem}.Footer-module__S6Hkya__brandTagline{max-width:320px;color:var(--text-tertiary);font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__colTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:var(--space-md);font-size:.8rem;font-weight:600}.Footer-module__S6Hkya__colLinks{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__S6Hkya__colLink{color:var(--text-tertiary);transition:color var(--duration-fast)var(--ease-out);font-size:.9rem;text-decoration:none}.Footer-module__S6Hkya__colLink:hover{color:var(--text-primary)}.Footer-module__S6Hkya__divider{max-width:var(--max-width);margin:var(--space-2xl)auto 0;padding-top:var(--space-lg);border-top:1px solid var(--overlay-6);color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__inner{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr}}
:root{--brand:#e8622b;--brand-light:#ff8a5c;--brand-dark:#c04a1a;--brand-bg:#e8622b14;--brand-glow:#e8622b59;--font-display:"DM Serif Display",Georgia,serif;--font-body:"Outfit",-apple-system,sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--max-width:1200px;--max-width-narrow:800px;--border-radius:12px;--border-radius-sm:8px;--border-radius-lg:20px;--ease-out:cubic-bezier(.16,1,.3,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s;--bg-primary:#fafaf9;--bg-secondary:#f0eeeb;--bg-elevated:#fff;--bg-card:#fff;--bg-card-hover:#f5f3f0;--text-primary:#1a1614;--text-secondary:#5c5550;--text-tertiary:#8a8480;--text-muted:#b5b0ab;--accent-green:#16a34a;--accent-blue:#2563eb;--accent-pink:#db2777;--accent-purple:#7c3aed;--accent-red:#dc2626;--overlay-2:#00000005;--overlay-4:#00000008;--overlay-5:#0000000a;--overlay-6:#0000000f;--overlay-8:#0000000d;--overlay-10:#00000014;--overlay-12:#0000001a;--overlay-14:#00000014;--overlay-15:#0000001f;--overlay-40:#00000040;--nav-bg:#fafaf9d9;--nav-border:#00000014;--border-subtle:1px solid #00000014;--border-medium:1px solid #0000001f;--border-brand:1px solid #e8622b4d;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001a;--shadow-xl:0 24px 60px #0000001f;--shadow-glow:0 0 60px var(--brand-glow);--shadow-brand:0 8px 32px #e8622b40}[data-theme=dark]{--bg-primary:#0c0a09;--bg-secondary:#141210;--bg-elevated:#1c1917;--bg-card:#1c1917;--bg-card-hover:#231f1c;--text-primary:#faf5f0;--text-secondary:#a8a098;--text-tertiary:#6b6460;--text-muted:#4a4540;--accent-green:#34d399;--accent-blue:#60a5fa;--accent-pink:#f472b6;--accent-purple:#a78bfa;--accent-red:#f87171;--overlay-2:#ffffff05;--overlay-4:#ffffff0a;--overlay-5:#ffffff0d;--overlay-6:#ffffff0f;--overlay-8:#ffffff14;--overlay-10:#ffffff1a;--overlay-12:#ffffff1f;--overlay-14:#ffffff24;--overlay-15:#ffffff26;--overlay-40:#fff6;--nav-bg:#0c0a09cc;--nav-border:#ffffff0f;--border-subtle:1px solid #ffffff0f;--border-medium:1px solid #ffffff1a;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #00000059;--shadow-lg:0 12px 40px #00000073;--shadow-xl:0 24px 60px #0000008c}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;font-weight:400;line-height:1.15}a{color:var(--brand-light);transition:color var(--duration-fast)var(--ease-out);text-decoration:none}a:hover{color:var(--brand)}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}::selection{background:var(--brand);color:#fff}.reveal{opacity:0;transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.stagger>.reveal:first-child{transition-delay:0s}.stagger>.reveal:nth-child(2){transition-delay:80ms}.stagger>.reveal:nth-child(3){transition-delay:.16s}.stagger>.reveal:nth-child(4){transition-delay:.24s}.stagger>.reveal:nth-child(5){transition-delay:.32s}.stagger>.reveal:nth-child(6){transition-delay:.4s}.stagger>.reveal:nth-child(7){transition-delay:.48s}.stagger>.reveal:nth-child(8){transition-delay:.56s}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:8px}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}

