/* Higgsfield 3D wrench: a lightweight tools link alongside consultation. */
.ttb-nav li.ttb-header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.ttb-nav li .ttb-tools-button{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;min-height:48px;padding:5px;border:1px solid #d7e2e7;border-radius:9px;background:#fff;text-decoration:none;color:#173441;box-shadow:0 2px 0 #dce5e8,0 4px 10px #1734410c;perspective:180px;touch-action:manipulation}
.ttb-nav .ttb-tools-button img{display:block;width:36px;height:36px;max-width:none;object-fit:contain;mix-blend-mode:multiply;transform-origin:50% 63%;transform:rotate(0deg);transition:filter 180ms ease}
.ttb-nav .ttb-tools-button:focus-visible{outline:3px solid #34799a;outline-offset:4px}
.ttb-nav .ttb-tools-button:focus-visible img{animation:ttb-wrench-jiggle 850ms ease-in-out 1}
.ttb-nav .ttb-tools-tooltip{position:absolute;z-index:35;top:calc(100% + 12px);right:0;width:max-content;max-width:220px;padding:8px 12px;border:1px solid #dce5e8;border-radius:5px;background:#fff;color:#173441;font:500 12px/1.4 Archivo,Arial,sans-serif;box-shadow:0 5px 18px #17344115;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 120ms ease}
.ttb-nav .ttb-tools-button:focus-visible .ttb-tools-tooltip{opacity:1;visibility:visible}
.ttb-nav .ttb-tools-button:active{box-shadow:0 1px 0 #dce5e8;transform:translateY(1px)}
@media(hover:hover) and (pointer:fine){
 .ttb-nav .ttb-tools-button:hover{border-color:#99b4c3;background:#fff;text-decoration:none;box-shadow:0 3px 0 #dce5e8,0 6px 14px #17344112}
 .ttb-nav .ttb-tools-button:hover img{animation:ttb-wrench-jiggle 850ms ease-in-out 1}
 .ttb-nav .ttb-tools-button:hover .ttb-tools-tooltip{opacity:1;visibility:visible}
}
@keyframes ttb-wrench-jiggle{
 0%,100%{transform:rotate(0deg) rotateY(0deg) translateY(0)}
 18%{transform:rotate(-13deg) rotateY(-12deg) translateY(-2px)}
 36%{transform:rotate(11deg) rotateY(10deg) translateY(-2px)}
 54%{transform:rotate(-8deg) rotateY(-7deg) translateY(-1px)}
 72%{transform:rotate(5deg) rotateY(4deg)}
 86%{transform:rotate(-2deg)}
}
@media(max-width:1150px){.ttb-nav li.ttb-header-actions{gap:10px}}
@media(max-width:500px){
 .ttb-nav li.ttb-header-actions{gap:12px;margin-top:10px;width:100%;align-items:stretch}
 .ttb-nav .ttb-header-actions .ttb-contact{flex:1;display:flex;align-items:center;justify-content:center;margin-top:0;min-width:0}
 .ttb-nav .ttb-tools-tooltip{top:auto;bottom:calc(100% + 10px)}
}
@media(prefers-reduced-motion:reduce){
 .ttb-nav .ttb-tools-button img,.ttb-nav .ttb-tools-button:hover img,.ttb-nav .ttb-tools-button:focus-visible img{animation:none;transition:none;transform:none}
 .ttb-nav .ttb-tools-button:active{transform:none}
 .ttb-nav .ttb-tools-tooltip{transition:none}
}

/* Footer: a single wrench with an accessible name and a quiet hover label. */
footer .ttb-footer-tools{position:relative;display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-top:16px;border:0;border-radius:9px;background:transparent;mix-blend-mode:multiply;text-decoration:none;perspective:180px}
footer .ttb-footer-tools img{display:block;width:43px;height:43px;max-width:none;object-fit:contain;mix-blend-mode:multiply;transform-origin:50% 63%}
footer .ttb-footer-tools:focus-visible{outline:3px solid #82aecf;outline-offset:4px}
footer .ttb-footer-tools-tooltip{position:absolute;left:calc(100% + 10px);top:50%;bottom:auto;transform:translateY(-50%);padding:7px 10px;border:1px solid #d4e0e8;border-radius:5px;background:#fff;color:#263f54;font:500 12px/1.4 Archivo,Arial,sans-serif;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:5}
footer .ttb-footer-tools:focus-visible .ttb-footer-tools-tooltip{opacity:1;visibility:visible}
footer .ttb-footer-tools:focus-visible img{animation:ttb-wrench-jiggle 850ms ease-in-out 1}
@media(hover:hover) and (pointer:fine){footer .ttb-footer-tools:hover img{animation:ttb-wrench-jiggle 850ms ease-in-out 1}footer .ttb-footer-tools:hover .ttb-footer-tools-tooltip{opacity:1;visibility:visible}}
@media(prefers-reduced-motion:reduce){footer .ttb-footer-tools img,footer .ttb-footer-tools:hover img,footer .ttb-footer-tools:focus-visible img{animation:none;transform:none}}

/* Transparent wrench: no tile or rectangular shadow, including interaction states. */
.ttb-nav li .ttb-tools-button,.ttb-nav li .ttb-tools-button:hover,.ttb-nav li .ttb-tools-button:active,footer .ttb-footer-tools,footer .ttb-footer-tools:hover{background:transparent;border:0;box-shadow:none;mix-blend-mode:normal}
.ttb-nav .ttb-tools-button img,footer .ttb-footer-tools img{mix-blend-mode:normal}
