.Header-module__Bm6Jhq__header{z-index:var(--z-header);-webkit-backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--color-border);transition:box-shadow var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);background:#fbfaf6eb;position:sticky;top:0}.Header-module__Bm6Jhq__header[data-scrolled=true]{border-bottom-color:var(--color-border-strong);box-shadow:0 2px 16px -2px #0b1b2a1a}.Header-module__Bm6Jhq__inner{align-items:center;gap:var(--space-4);min-height:var(--header-height);display:flex}.Header-module__Bm6Jhq__brand{align-items:center;gap:var(--space-3);color:var(--color-text);margin-right:auto;text-decoration:none;display:inline-flex}.Header-module__Bm6Jhq__brand:hover{color:var(--color-text)}.Header-module__Bm6Jhq__logo{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.Header-module__Bm6Jhq__brandText{flex-direction:column;line-height:1.1;display:flex}.Header-module__Bm6Jhq__brandName{font-family:var(--font-serif);font-weight:600;font-size:var(--text-md);letter-spacing:-.01em;color:var(--color-text)}.Header-module__Bm6Jhq__brandSub{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand);font-weight:500}.Header-module__Bm6Jhq__navDesktop{display:none}.Header-module__Bm6Jhq__navDesktop ul{align-items:center;gap:var(--space-2);margin:0;padding:0;list-style:none;display:flex}.Header-module__Bm6Jhq__navDesktop li{margin:0}.Header-module__Bm6Jhq__navDesktop a{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text-soft);font-size:var(--text-sm);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);font-weight:500;text-decoration:none;display:inline-block;position:relative}.Header-module__Bm6Jhq__navDesktop a:after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width var(--duration-base) var(--ease-out);border-radius:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__Bm6Jhq__navDesktop a:hover{color:var(--color-brand)}.Header-module__Bm6Jhq__navDesktop a:hover:after{width:60%}.Header-module__Bm6Jhq__navActive{color:var(--color-brand)!important;background:var(--color-brand-soft)!important;font-weight:600!important}.Header-module__Bm6Jhq__navActive:after{width:60%!important}.Header-module__Bm6Jhq__cta{padding:var(--space-3) var(--space-5);background:var(--gradient-accent);color:var(--color-text-on-accent);border-radius:var(--radius-pill);font-weight:600;font-size:var(--text-sm);min-height:44px;transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), filter var(--duration-base) var(--ease-out);isolation:isolate;justify-content:center;align-items:center;text-decoration:none;display:none;position:relative;overflow:hidden;box-shadow:0 4px 14px -4px #e4a11b80}.Header-module__Bm6Jhq__cta:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(100deg,#0000 30%,#ffffff8c 50%,#0000 70%);position:absolute;inset:0;transform:translate(-130%)skew(-18deg)}.Header-module__Bm6Jhq__cta>*{z-index:1;position:relative}.Header-module__Bm6Jhq__cta:hover{filter:brightness(1.05);color:var(--color-text-on-accent);transform:translateY(-1px);box-shadow:0 6px 18px -4px #e4a11ba6}.Header-module__Bm6Jhq__cta:hover:before,.Header-module__Bm6Jhq__cta:focus-visible:before{animation:Header-module__Bm6Jhq__shineSweep .95s var(--ease-out)}.Header-module__Bm6Jhq__cta:active{transform:scale(.98)translateY(0)}.Header-module__Bm6Jhq__hamburger{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-text);justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.Header-module__Bm6Jhq__hamburger:hover{background:var(--color-brand-soft)}.Header-module__Bm6Jhq__bars,.Header-module__Bm6Jhq__barsOpen{width:22px;height:16px;display:inline-block;position:relative}.Header-module__Bm6Jhq__bars span,.Header-module__Bm6Jhq__barsOpen span{height:2px;transition:transform var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out), top var(--duration-base) var(--ease-out);background:currentColor;border-radius:2px;position:absolute;left:0;right:0}.Header-module__Bm6Jhq__bars span:first-child{top:0}.Header-module__Bm6Jhq__bars span:nth-child(2){top:7px}.Header-module__Bm6Jhq__bars span:nth-child(3){top:14px}.Header-module__Bm6Jhq__barsOpen span:first-child{top:7px;transform:rotate(45deg)}.Header-module__Bm6Jhq__barsOpen span:nth-child(2){opacity:0}.Header-module__Bm6Jhq__barsOpen span:nth-child(3){top:7px;transform:rotate(-45deg)}.Header-module__Bm6Jhq__mobilePanel{top:var(--header-height);width:min(360px,88vw);height:calc(100dvh - var(--header-height));background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:var(--shadow-lg);padding:var(--space-6) var(--space-5) var(--space-8);visibility:hidden;transition:transform var(--duration-slow) var(--ease-out), visibility 0s var(--duration-slow);position:fixed;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__Bm6Jhq__mobilePanel[aria-hidden=false]{visibility:visible;transition:transform var(--duration-slow) var(--ease-out), visibility 0s}.Header-module__Bm6Jhq__panelOpen{transform:translate(0)}.Header-module__Bm6Jhq__mobilePanel nav ul{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Header-module__Bm6Jhq__mobilePanel nav li{margin:0}.Header-module__Bm6Jhq__mobilePanel nav a{padding:var(--space-4);border-radius:var(--radius-md);font-size:var(--text-md);color:var(--color-text);min-height:44px;font-weight:500;text-decoration:none;display:block}.Header-module__Bm6Jhq__mobilePanel nav a:hover{background:var(--color-brand-soft);color:var(--color-brand)}.Header-module__Bm6Jhq__mobileCta{margin-top:var(--space-4);background:var(--color-accent);text-align:center;color:var(--color-text-on-accent)!important;font-weight:600!important}.Header-module__Bm6Jhq__mobileCta:hover{background:var(--color-accent-hover);color:var(--color-text-on-accent)!important}.Header-module__Bm6Jhq__scrim{inset:var(--header-height) 0 0 0;z-index:-1;animation:Header-module__Bm6Jhq__fadeIn var(--duration-base) var(--ease-out);background:#0b1b2a73;position:fixed}@keyframes Header-module__Bm6Jhq__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:1024px){.Header-module__Bm6Jhq__navDesktop{display:block}.Header-module__Bm6Jhq__cta{margin-left:var(--space-4);display:inline-flex}.Header-module__Bm6Jhq__hamburger{display:none}}
.Footer-module__ct8Ydq__footer{background:radial-gradient(60% 100% at 0% 0%, #0b4f6c4d, transparent 60%), radial-gradient(50% 80% at 100% 0%, #e4a11b1a, transparent 65%), var(--color-surface-ink);color:#d9dee6;margin-top:var(--space-20);padding-top:var(--space-16);border-top:3px solid var(--color-accent);isolation:isolate;position:relative;overflow:hidden}.Footer-module__ct8Ydq__footer:before{content:"";pointer-events:none;z-index:-1;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0009 0%,#0000 60%);mask-image:linear-gradient(#0009 0%,#0000 60%)}.Footer-module__ct8Ydq__footer a{color:#c8d2de;transition:color var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-block;position:relative}.Footer-module__ct8Ydq__footer a:hover{color:var(--color-accent)}.Footer-module__ct8Ydq__top{gap:var(--space-10);padding-bottom:var(--space-12);grid-template-columns:1fr;display:grid;position:relative}.Footer-module__ct8Ydq__brand{max-width:360px}.Footer-module__ct8Ydq__brandName{font-family:var(--font-serif);font-size:var(--text-xl);color:#fff;margin:0 0 var(--space-3);font-weight:600}.Footer-module__ct8Ydq__brandClaim{font-size:var(--text-sm);color:#a8b2c0;margin:0 0 var(--space-4);line-height:1.55}.Footer-module__ct8Ydq__contact{font-size:var(--text-sm);align-items:center;gap:var(--space-2);margin:0;display:inline-flex}.Footer-module__ct8Ydq__contact a{color:var(--color-accent)}.Footer-module__ct8Ydq__contactIcon{width:28px;height:28px;color:var(--color-accent);background:#e4a11b1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Footer-module__ct8Ydq__cols{gap:var(--space-8);grid-template-columns:1fr;display:grid}.Footer-module__ct8Ydq__colTitle{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 var(--space-4);padding-bottom:var(--space-3);font-weight:600;position:relative}.Footer-module__ct8Ydq__colTitle:after{content:"";background:var(--color-accent);border-radius:2px;width:22px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__ct8Ydq__col ul{margin:0;padding:0;list-style:none}.Footer-module__ct8Ydq__col li{margin:0 0 var(--space-2);font-size:var(--text-sm);line-height:1.5}.Footer-module__ct8Ydq__col a:after{content:"";background:var(--color-accent);width:0;height:1px;transition:width var(--duration-base) var(--ease-out);position:absolute;bottom:-2px;left:0}.Footer-module__ct8Ydq__col a:hover:after{width:100%}.Footer-module__ct8Ydq__disclaimer{padding-block:var(--space-8);font-size:var(--text-xs);color:#95a0b0;border-top:1px solid #ffffff14;line-height:1.6}.Footer-module__ct8Ydq__disclaimer p{margin:0 0 var(--space-3);max-width:none}.Footer-module__ct8Ydq__disclaimer p:last-child{margin-bottom:0}.Footer-module__ct8Ydq__disclaimer strong{color:#c6d0de;font-weight:600}.Footer-module__ct8Ydq__bottom{gap:var(--space-3);padding-block:var(--space-6) var(--space-8);font-size:var(--text-xs);color:#95a0b0;border-top:1px solid #ffffff14;flex-direction:column;display:flex}.Footer-module__ct8Ydq__copy{margin:0}.Footer-module__ct8Ydq__legal{gap:var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.Footer-module__ct8Ydq__legal li{margin:0}@media (min-width:768px){.Footer-module__ct8Ydq__top{grid-template-columns:1fr 2fr}.Footer-module__ct8Ydq__cols{grid-template-columns:repeat(3,1fr)}.Footer-module__ct8Ydq__bottom{flex-direction:row;justify-content:space-between;align-items:center}}
