/* =========================================================
   Iventure unified footer — self-contained so it can drop on
   every page (homepage + inner) without iventure.css.
   Needs the .iv-footer markup; brand fonts loaded by the page.
   ========================================================= */
.iv-footer{position:relative;isolation:isolate;background:linear-gradient(180deg,#15110c 0%,#0b0906 100%);color:#fff;padding:clamp(50px,7vw,92px) max(18px,calc((100vw - 1200px)/2)) 26px;overflow:hidden;font-family:'Hanken Grotesk',system-ui,sans-serif}
.iv-footer *{box-sizing:border-box}
.iv-footer a{text-decoration:none;color:inherit}
.iv-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;z-index:2;background:linear-gradient(90deg,transparent,rgba(244,121,31,.75),transparent)}
.iv-footer-glow{position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(78% 120% at 50% -18%,rgba(244,121,31,.2),transparent 60%)}
.iv-footer>*{position:relative;z-index:1}
.iv-footer .iv-mono{font-family:'Space Mono',ui-monospace,monospace;font-weight:700;letter-spacing:.1em;text-transform:uppercase}

/* grid */
.iv-footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1.35fr;gap:clamp(28px,3vw,56px);padding:0 0 clamp(34px,4vw,54px)}
.iv-footer-brand{display:inline-block}
.iv-footer-brand img{height:72px;width:auto;display:block}
.iv-footer-blurb{margin-top:20px;max-width:38ch;font-size:15px;line-height:1.66;color:rgba(255,255,255,.64)}
.iv-footer-socials{display:flex;gap:10px;margin-top:24px}
.iv-footer-soc{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.82);transition:transform .25s,background .25s,border-color .25s,color .25s}
.iv-footer-soc svg{width:19px;height:19px;fill:currentColor}
.iv-footer-soc:hover{transform:translateY(-3px);background:linear-gradient(135deg,#f4791f,#d93a1d);border-color:transparent;color:#fff;box-shadow:0 12px 26px rgba(217,58,29,.32)}
.iv-footer-col{display:flex;flex-direction:column}
.iv-footer-col-h{font-family:'Space Mono',ui-monospace,monospace;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.48);margin-bottom:16px}
.iv-footer-col a{width:max-content;max-width:100%;color:rgba(255,255,255,.8);font-size:15px;padding:7px 0;transition:color .2s,transform .25s}
.iv-footer-col a:hover{color:#f4791f;transform:translateX(5px)}
.iv-footer-reach a{color:rgba(255,255,255,.68);overflow-wrap:anywhere}

/* base */
.iv-footer-base{display:flex;justify-content:space-between;gap:10px 24px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.46);font-size:12px}
.iv-footer-base .iv-mono{font-size:11px;letter-spacing:.14em}
.iv-footer-legal{display:flex;gap:20px;flex-wrap:wrap}
.iv-footer-legal a{color:rgba(255,255,255,.56);transition:color .2s}
.iv-footer-legal a:hover{color:#f4791f}

@media (max-width:860px){.iv-footer-grid{grid-template-columns:1fr 1fr}.iv-footer-brandcol{grid-column:1/-1}}
@media (max-width:600px){.iv-footer-grid{grid-template-columns:1fr}.iv-footer-base{flex-direction:column}}
