:root{--c-black:#0F0D0B;--c-red:#E63946;--c-gold:#E8C547;--c-bg:#141110;--c-card:#1E1B18;--c-card-alt:#2A2521;--c-text:#F4EFE9;--c-muted:#B5ACA3;--c-footer:#0A0807;--c-border:#3A342F;--c-surface:#252018;--font:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--radius:12px;--shadow:0 4px 24px rgba(0,0,0,.4);--focus:0 0 0 3px var(--c-gold),0 0 0 5px var(--c-red);--header-h:64px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--c-text);background:var(--c-bg)}
img{max-width:100%;height:auto;display:block}
a{color:var(--c-red);text-decoration-thickness:2px}
a:focus-visible,button:focus-visible,input:focus-visible{outline:none;box-shadow:var(--focus)}
.wfi-skip-link{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1rem;background:var(--c-black);color:#fff}
.wfi-skip-link:focus{left:1rem;top:1rem}
.wfi-header{position:sticky;top:0;z-index:1000;background:var(--c-card);border-bottom:3px solid var(--c-gold);box-shadow:var(--shadow)}
.wfi-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.75rem 1rem;min-height:var(--header-h)}
.wfi-logo{font-weight:800;font-size:1.15rem;color:var(--c-text);text-decoration:none;letter-spacing:-.02em}
.wfi-logo span{color:var(--c-red)}
.wfi-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}
.wfi-hero__bg{position:absolute;inset:0;z-index:0}
.wfi-hero__bg img{width:100%;height:100%;object-fit:cover}
.wfi-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(20,17,16,.88) 0%,rgba(40,20,18,.75) 55%,rgba(230,57,70,.4) 100%);z-index:1}
.wfi-hero__body{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:3rem 1rem;color:#fff}
.wfi-hero h1{font-size:clamp(1.75rem,5vw,2.75rem);margin:0 0 1rem;line-height:1.2}
