/* Decorative hero visual: CSS/SVG only, no layout work or animation JavaScript. */
.tm-lamp{position:absolute;z-index:3;top:80px;right:8vw;width:220px;height:390px;pointer-events:none;overflow:visible;transform:translateZ(0)}
.tm-garage-link{position:absolute;z-index:4;top:495px;right:7vw;color:#0b1528;background:rgba(255,255,255,.76);border:1px solid rgba(0,191,234,.45);border-radius:999px;padding:8px 13px;font:600 12px/1 'Plus Jakarta Sans',sans-serif;text-decoration:none;box-shadow:0 6px 18px rgba(11,21,40,.1);transition:transform .2s ease,background .2s ease}.tm-garage-link:hover{background:#fff;transform:translateY(-2px)}.tm-garage-link span{color:#00a9cf;font-size:14px}
.tm-lamp-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.tm-pendulum{transform-origin:125px 0;animation:tm-swing 6.2s ease-in-out infinite}.tm-cable{fill:none;stroke:#0b1528;stroke-width:3;stroke-linecap:round}.tm-connector{fill:#111827;stroke:#26344f;stroke-width:2}.tm-ring{fill:none;stroke:#00bfea;stroke-width:2.2;filter:drop-shadow(0 0 2px #00bfea);animation:tm-cyan-pulse 3s ease-in-out infinite}.tm-connector-glow{fill:#00bfea;opacity:.18;animation:tm-cyan-pulse 3s ease-in-out infinite}.tm-stem{stroke:#111827;stroke-width:8;stroke-linecap:round}.tm-shade-shadow{fill:#020617;opacity:.22;transform:translateY(7px)}.tm-shade{fill:url(#tm-shade);stroke:#26344f;stroke-width:1.4}.tm-shade-highlight{fill:none;stroke:#8291ac;stroke-width:2;stroke-linecap:round;opacity:.44}.tm-bulb-bloom{fill:#ffd98a;opacity:.3;animation:tm-breathe 3.5s ease-in-out infinite}.tm-bulb{fill:url(#tm-glass);stroke:#ffe4a8;stroke-width:1.25;filter:drop-shadow(0 0 7px rgba(255,217,138,.48));animation:tm-breathe 3.5s ease-in-out infinite}.tm-bulb-base{fill:none;stroke:#a5b3c9;stroke-width:3;stroke-linecap:round}.tm-filament{fill:none;stroke:#ffe4a8;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;animation:tm-filament 4.8s ease-in-out infinite}.tm-filament-support{stroke:#d8b56c;stroke-width:1.25}.tm-light-cone{position:absolute;left:50%;top:228px;width:320px;height:270px;transform:translateX(-50%);background:radial-gradient(ellipse at 50% 0,rgba(255,217,138,.17),rgba(255,217,138,.06) 35%,transparent 70%);filter:blur(10px);animation:tm-breathe 3.5s ease-in-out infinite}
@keyframes tm-swing{0%,100%{transform:rotate(0)}25%{transform:rotate(-1.8deg)}75%{transform:rotate(1.8deg)}}@keyframes tm-breathe{0%,100%{opacity:1}50%{opacity:.9}}@keyframes tm-filament{0%,92%,100%{opacity:1}95%{opacity:.95}}@keyframes tm-cyan-pulse{0%,100%{opacity:.45}50%{opacity:.9}}
@media(max-width:960px){.tm-lamp{top:80px;right:4vw;width:170px;height:320px}.tm-garage-link{top:410px;right:4vw}}@media(max-width:680px){.tm-lamp{top:80px;right:2vw;width:115px;height:230px;opacity:.82}.tm-pendulum{animation-duration:7s}.tm-garage-link{top:345px;right:2vw;font-size:10px;padding:6px 9px}}
@media(prefers-reduced-motion:reduce){.tm-pendulum,.tm-ring,.tm-connector-glow,.tm-bulb-bloom,.tm-bulb,.tm-filament,.tm-light-cone{animation:none!important}}
