.dark-home{--dh-bg:#0a0a0a;--dh-surface:#121212;--dh-panel:#020202;--dh-ink:#f5f2f0;--dh-muted:#9a9191;--dh-brand:#930a15;--dh-brand-bright:#d21624;--dh-radius:16px;--dh-max:1120px;background:var(--dh-bg);color:var(--dh-ink)}.dark-home .dh-wrap{width:min(100% - 2.5rem,var(--dh-max));margin-inline:auto}.dark-home .dh-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--dh-brand-bright)}.dark-home .dh-serif{font-family:var(--font-fraunces),var(--font-merriweather),Georgia,serif;letter-spacing:-.025em;line-height:1.12;font-weight:600}.dark-home .dh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;font-weight:600;font-size:.9375rem;padding:.9rem 1.55rem;transition:transform .28s ease,background .28s ease,color .28s ease,border-color .28s ease}.dark-home .dh-btn:hover{transform:translateY(-2px)}.dark-home .dh-btn-primary{background:var(--dh-brand);color:#fff}.dark-home .dh-btn-primary:hover{background:var(--dh-brand-bright)}.dark-home .dh-btn-ghost{background:transparent;border:1.5px solid hsla(24,20%,95%,.4);color:var(--dh-ink)}.dark-home .dh-btn-ghost:hover{border-color:#fff;background:hsla(0,0%,100%,.04)}.dark-home .dh-panel{background:var(--dh-panel);border-radius:var(--dh-radius);border:1px solid hsla(0,0%,100%,.045)}.dark-home .dh-media{border-radius:var(--dh-radius);overflow:hidden;position:relative;background:#111}.dark-home .dh-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 55%,hsla(0,0%,4%,.35));opacity:.7}.dark-home .dh-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--dh-brand-bright);transition:color .2s ease,gap .2s ease}.dark-home .dh-link:hover{color:#f07178;gap:.65rem}.dark-home .dh-rise,.dark-home .dh-rise-delay{animation:dh-rise .9s cubic-bezier(.22,1,.36,1) both}.dark-home .dh-rise-delay{animation-delay:.14s}.dark-home .dh-fade{animation:dh-fade 1.1s ease both}@keyframes dh-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes dh-fade{0%{opacity:0}to{opacity:1}}.dark-home .dh-float-nav-shell{position:fixed;top:1.25rem;left:0;right:0;z-index:100;padding:0 1rem;pointer-events:none;background:transparent;border-bottom:none}.dark-home .dh-float-nav-shell>*{pointer-events:auto}.dark-home .dh-float-nav{width:min(100%,1120px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .55rem .55rem 1.15rem;background:#0a0a0a;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 12px 40px rgba(0,0,0,.35),0 2px 8px rgba(0,0,0,.2)}.dark-home .dh-float-brand{flex-shrink:0;line-height:1;display:flex;align-items:center;padding:.15rem .35rem}.dark-home .dh-float-links{display:none;align-items:center;gap:.15rem;flex:1;justify-content:center}.dark-home .dh-float-item{position:relative}.dark-home .dh-float-link,.dark-home .dh-float-trigger{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:hsla(0,0%,100%,.88);font:inherit;font-size:.9rem;font-weight:500;padding:.65rem .85rem;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.dark-home .dh-float-link:hover,.dark-home .dh-float-trigger.active,.dark-home .dh-float-trigger:hover{background:rgba(210,22,36,.18);color:#fff}.dark-home .dh-float-chevron{transition:transform .2s ease}.dark-home .dh-float-chevron.open{transform:rotate(180deg)}.dark-home .dh-float-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-40%) translateY(4px);display:grid;grid-template-columns:minmax(260px,320px) 180px;min-width:440px;padding-top:.7rem;background:transparent;border-radius:0;overflow:visible;box-shadow:none;border:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.dark-home .dh-float-dropdown:before{content:"";position:absolute;top:.7rem;left:0;right:0;bottom:0;background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.28);z-index:0;pointer-events:none}.dark-home .dh-float-dropdown-sm{grid-template-columns:1fr;min-width:260px;transform:translateX(-20%) translateY(4px)}.dark-home .dh-float-dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-40%) translateY(0)}.dark-home .dh-float-dropdown-sm.open{transform:translateX(-20%) translateY(0)}.dark-home .dh-float-dropdown-main{position:relative;z-index:1;padding:.35rem 0;background:#fff;border-radius:18px 0 0 18px}.dark-home .dh-float-dropdown-sm .dh-float-dropdown-main{border-radius:18px}.dark-home .dh-float-dropdown-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.15rem;color:#1a1a1a;font-size:.92rem;font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);transition:background .15s ease,color .15s ease}.dark-home .dh-float-dropdown-row:last-child{border-bottom:0}.dark-home .dh-float-dropdown-row svg{color:#d21624;flex-shrink:0}.dark-home .dh-float-dropdown-row:hover{background:rgba(210,22,36,.05);color:#930a15}.dark-home .dh-float-dropdown-side{position:relative;z-index:1;background:#f4efef;padding:1.1rem 1rem;display:flex;flex-direction:column;gap:.85rem;border-radius:0 18px 18px 0}.dark-home .dh-float-dropdown-side a{color:#1a1a1a;font-size:.9rem;font-weight:600;transition:color .15s ease}.dark-home .dh-float-dropdown-side a:hover{color:#d21624}.dark-home .dh-float-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.dark-home .dh-float-btn-outline,.dark-home .dh-float-btn-solid{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.7rem 1.05rem;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.dark-home .dh-float-btn-outline{border:1.5px solid #d21624;color:#d21624;background:transparent}.dark-home .dh-float-btn-outline:hover{background:rgba(210,22,36,.06);transform:translateY(-1px)}.dark-home .dh-float-btn-solid{border:1.5px solid #d21624;background:#d21624;color:#fff}.dark-home .dh-float-btn-solid:hover{background:#930a15;border-color:#930a15;transform:translateY(-1px)}.dark-home .dh-float-burger{display:none;width:42px;height:42px;border:0;border-radius:999px;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.dark-home .dh-float-burger span{display:block;width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.dark-home .dh-float-burger .top.open{transform:translateY(7px) rotate(45deg)}.dark-home .dh-float-burger .mid.open{opacity:0}.dark-home .dh-float-burger .bot.open{transform:translateY(-7px) rotate(-45deg)}.dark-home .dh-float-mobile{display:none;width:min(100%,1120px);margin:.55rem auto 0;background:#0a0a0a;border-radius:22px;padding:.75rem 1rem 1.15rem;box-shadow:0 18px 40px rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.08);max-height:min(75vh,640px);overflow:auto}.dark-home .dh-float-mobile.open{display:block}.dark-home .dh-float-mobile a{display:block;padding:.85rem .35rem;color:hsla(0,0%,100%,.92);font-weight:600;font-size:1rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.dark-home .dh-float-mobile a.sub{font-weight:500;font-size:.92rem;color:hsla(0,0%,100%,.65);padding-left:.85rem}.dark-home .dh-float-mobile-ctas{display:grid;gap:.55rem;margin-top:1rem}.dark-home .dh-float-mobile-ctas a{border-bottom:0;text-align:center}@media (max-width:999px){.dark-home .dh-float-actions .dh-float-btn-solid,.dark-home .dh-float-links{display:none}.dark-home .dh-float-burger{display:inline-flex}.dark-home .dh-float-nav{padding-right:.45rem}}@media (min-width:1000px){.dark-home .dh-float-links{display:flex}.dark-home .dh-float-mobile{display:none!important}}.dark-home .dh-nav{display:none}@media (prefers-reduced-motion:reduce){.dark-home .dh-fade,.dark-home .dh-rise,.dark-home .dh-rise-delay{animation:none}}