@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@400;500&family=Roboto+Condensed:wght@300;400;500;700&display=swap");:root{--gunmetal:#3d3d3d;--gunmetal-dark:#2a2a2a;--gunmetal-light:#5a5a5a;--brass-gold:#c4a35a;--brass-dark:#a08040;--smoke-white:#e8e8e8;--smoke-gray:#a0a0a0;--muzzle-flash:#ff5722;--muzzle-bright:#ffab00;--steel-blue:#4a6fa5;--wood-walnut:#5d3a1a;--wood-light:#8b5a2b;--target-red:#c41e3a;--void-black:#0a0a0a;--void-deep:#050505;--font-military:"Bebas Neue",sans-serif;--font-technical:"Roboto Condensed",sans-serif;--font-sketch:"Caveat",cursive}.firearm-story *{margin:0;padding:0;box-sizing:border-box}.firearm-story{font-family:var(--font-technical);background:var(--void-black);color:var(--smoke-white);overflow-x:hidden;min-height:100vh}.firearm-story .ammo-counter{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;gap:.5rem}.firearm-story .ammo-counter,.firearm-story .ammo-display{display:flex;flex-direction:column;align-items:center}.firearm-story .ammo-number{font-family:var(--font-military);font-size:2.5rem;color:var(--muzzle-flash);line-height:1;text-shadow:0 0 20px rgba(255,87,34,.5)}.firearm-story .ammo-label{font-family:var(--font-sketch);font-size:.875rem;color:var(--smoke-gray)}.firearm-story .ammo-bullets{display:flex;flex-direction:column;gap:4px;margin-top:.5rem}.firearm-story .ammo-bullet{width:8px;height:20px;background:linear-gradient(to bottom,var(--brass-gold) 0,var(--brass-gold) 60%,var(--muzzle-flash) 60%,var(--target-red) 100%);border-radius:4px 4px 2px 2px;transition:opacity .3s ease,transform .3s ease}.firearm-story .ammo-bullet.fired{opacity:.2;transform:translateX(10px)}.firearm-story .cylinder-progress{position:fixed;left:2rem;top:50%;transform:translateY(-50%);z-index:100}.firearm-story .cylinder-svg{width:80px;height:80px}.firearm-story .cylinder-body{fill:var(--gunmetal);stroke:var(--smoke-gray);stroke-width:2}.firearm-story .cylinder-chamber{fill:var(--void-black);stroke:var(--gunmetal-light);stroke-width:1}.firearm-story .cylinder-chamber.loaded{fill:var(--brass-gold)}.firearm-story .cylinder-center{fill:var(--gunmetal-dark);stroke:var(--smoke-gray);stroke-width:1}.firearm-story .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;background:radial-gradient(ellipse at center,var(--gunmetal-dark) 0,var(--void-black) 70%);padding:15vh 2rem 2rem;overflow:hidden}@media (max-width:768px){.firearm-story .hero{padding-top:10vh}}.firearm-story .crosshair-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;opacity:.08}.firearm-story .crosshair-ring{fill:none;stroke:var(--smoke-white);stroke-width:2}.firearm-story .crosshair-line{stroke:var(--smoke-white);stroke-width:1}.firearm-story .hero-content{position:relative;z-index:10;text-align:center;max-width:700px;display:flex;flex-direction:column;align-items:center;grid-template-columns:unset;gap:unset}.firearm-story .hero-era{font-family:var(--font-sketch);font-size:1.25rem;color:var(--brass-gold);margin-bottom:.5rem}.firearm-story .hero-title{font-family:var(--font-military);font-size:clamp(4rem,12vw,7rem);color:var(--smoke-white);line-height:.9;margin-bottom:.5rem;letter-spacing:.05em;text-shadow:0 0 60px rgba(255,87,34,.2)}.firearm-story .hero-title .accent{color:var(--muzzle-flash)}.firearm-story .hero-subtitle{font-family:var(--font-technical);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:var(--smoke-gray);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.5rem}.firearm-story .hero-description{font-size:1.125rem;line-height:1.7;color:var(--smoke-gray)}.firearm-story .hero-scroll{position:absolute;bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (max-width:768px){.firearm-story .hero-scroll{bottom:12vh}}.firearm-story .hero-scroll span{font-family:var(--font-sketch);color:var(--smoke-gray)}.firearm-story .trigger-icon{width:100px;height:60px;position:relative}.firearm-story .revolver-icon{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.firearm-story .revolver-icon .gun-metal{fill:var(--gunmetal);stroke:var(--smoke-gray);stroke-width:.5}.firearm-story .revolver-icon .gun-dark{fill:var(--gunmetal-dark);stroke:var(--gunmetal-light);stroke-width:.5}.firearm-story .revolver-icon .gun-wood{fill:var(--wood-walnut);stroke:var(--wood-light);stroke-width:.5}.firearm-story .revolver-icon .brass-chamber{fill:var(--brass-gold);stroke:var(--brass-dark);stroke-width:.3}.firearm-story .trigger-pull{fill:var(--brass-gold);stroke:var(--brass-dark);stroke-width:.5;transform-origin:20px 39px;animation:trigger-pull 2s ease-in-out infinite}@keyframes trigger-pull{0%,to{transform:rotate(0deg)}50%{transform:rotate(15deg)}}.firearm-story .scroll-arrow{font-size:1.5rem;color:var(--brass-gold);margin-top:.5rem;animation:arrow-bounce 1.5s ease-in-out infinite;opacity:.8}@keyframes arrow-bounce{0%,to{transform:translateY(0);opacity:.8}50%{transform:translateY(8px);opacity:1}}.firearm-story .muzzle-flash{position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,171,0,.3) 0,transparent 50%);pointer-events:none;opacity:0;z-index:1000;transition:opacity .1s ease}.firearm-story .muzzle-flash.active{animation:flash-burst .15s ease-out}@keyframes flash-burst{0%{opacity:1}to{opacity:0}}.firearm-story .content-section{padding:6rem 2rem;position:relative}.firearm-story .content-section:nth-child(odd){background:var(--void-black)}.firearm-story .content-section:nth-child(2n){background:linear-gradient(180deg,var(--void-deep) 0,var(--gunmetal-dark) 50%,var(--void-deep) 100%)}.firearm-story .section-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.firearm-story .section-layout.reverse{direction:rtl}.firearm-story .section-layout.reverse>*{direction:ltr}.firearm-story .section-visual{display:flex;justify-content:center}.firearm-story .section-content{max-width:480px}.firearm-story .section-era{font-family:var(--font-sketch);font-size:1rem;color:var(--brass-gold);margin-bottom:.25rem}.firearm-story .section-year{font-family:var(--font-military);font-size:3rem;color:var(--muzzle-flash);line-height:1;margin-bottom:.5rem}.firearm-story .section-title{font-family:var(--font-military);font-size:clamp(1.5rem,4vw,2.25rem);color:var(--smoke-white);margin-bottom:1rem;line-height:1.1;letter-spacing:.02em}.firearm-story .section-text{font-family:var(--font-technical);font-size:1.0625rem;line-height:1.8;color:var(--smoke-gray);margin-bottom:1rem}.firearm-story .section-highlight{font-family:var(--font-sketch);font-size:1.25rem;color:var(--brass-gold);padding:1rem 1.25rem;background:rgba(196,163,90,.1);border-left:4px solid var(--brass-gold);margin:1.5rem 0}.firearm-story .gun-svg{width:100%;max-width:450px;height:auto}.firearm-story .gun-body{fill:var(--gunmetal);stroke:var(--smoke-gray);stroke-width:1.5}.firearm-story .gun-barrel{fill:var(--gunmetal-dark);stroke:var(--smoke-gray);stroke-width:1.5}.firearm-story .gun-stock{fill:var(--wood-walnut);stroke:var(--wood-light);stroke-width:1}.firearm-story .gun-brass{fill:var(--brass-gold);stroke:var(--brass-dark);stroke-width:1}.firearm-story .gun-detail{fill:none;stroke:var(--smoke-gray);stroke-width:1}.firearm-story .draw-gun{stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 1.5s ease}.firearm-story .draw-gun.visible{stroke-dashoffset:0}.firearm-story .fade-up{opacity:0;transform:translateY(30px);transition:all .8s ease}.firearm-story .fade-up.visible{opacity:1;transform:translateY(0)}.firearm-story .target-section{padding:5rem 2rem;background:var(--void-black)}.firearm-story .target-inner{max-width:900px;margin:0 auto;text-align:center}.firearm-story .target-title{font-family:var(--font-military);font-size:2rem;color:var(--smoke-white);margin-bottom:.5rem}.firearm-story .target-subtitle{font-family:var(--font-sketch);font-size:1.125rem;color:var(--smoke-gray);margin-bottom:3rem}.firearm-story .target-display{display:flex;justify-content:center;align-items:center;gap:4rem}.firearm-story .target-svg{width:250px;height:250px}.firearm-story .target-ring{fill:none;stroke-width:2}.firearm-story .target-ring.outer{stroke:var(--smoke-gray)}.firearm-story .target-ring.mid{stroke:var(--smoke-white)}.firearm-story .target-ring.inner{stroke:var(--muzzle-flash)}.firearm-story .target-ring.bullseye{fill:var(--target-red);stroke:var(--target-red)}.firearm-story .target-stats{text-align:left}.firearm-story .target-stat{margin-bottom:1.5rem}.firearm-story .stat-value{font-family:var(--font-military);font-size:2.5rem;color:var(--muzzle-flash);line-height:1}.firearm-story .stat-label{font-family:var(--font-technical);font-size:.875rem;color:var(--smoke-gray);text-transform:uppercase;letter-spacing:.1em}.firearm-story .trajectory-section{padding:4rem 2rem;background:var(--gunmetal-dark);position:relative;overflow:hidden}.firearm-story .trajectory-inner{max-width:1000px;margin:0 auto;position:relative;height:300px}.firearm-story .trajectory-svg{width:100%;height:100%}.firearm-story .trajectory-path{fill:none;stroke:var(--muzzle-flash);stroke-width:3;stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 2s ease;filter:drop-shadow(0 0 10px rgba(255,87,34,.5))}.firearm-story .trajectory-path.visible{stroke-dashoffset:0}.firearm-story .trajectory-bullet{fill:var(--brass-gold);stroke:var(--brass-dark);stroke-width:1}.firearm-story .trajectory-labels text{font-family:var(--font-sketch);font-size:14px;fill:var(--smoke-gray)}.firearm-story .evolution-section{padding:4rem 2rem;background:var(--void-black);overflow-x:auto}.firearm-story .evolution-inner{max-width:1200px;margin:0 auto}.firearm-story .evolution-title{font-family:var(--font-military);font-size:1.75rem;color:var(--smoke-white);text-align:center;margin-bottom:2rem}.firearm-story .evolution-strip{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding:2rem 0;border-bottom:2px solid var(--gunmetal)}.firearm-story .evolution-item{display:flex;flex-direction:column;align-items:center;flex:1;min-width:120px}.firearm-story .evolution-icon{width:80px;height:50px;margin-bottom:.5rem}.firearm-story .evolution-year{font-family:var(--font-military);font-size:1rem;color:var(--brass-gold)}.firearm-story .evolution-name{font-family:var(--font-sketch);font-size:.875rem;color:var(--smoke-gray);text-align:center}.firearm-story .quote-section{padding:5rem 2rem;background:var(--target-red);text-align:center}.firearm-story .quote-inner{max-width:700px;margin:0 auto}.firearm-story .quote-text{font-family:var(--font-technical);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:300;font-style:italic;color:var(--smoke-white);line-height:1.6;margin-bottom:1rem}.firearm-story .quote-author{font-family:var(--font-sketch);font-size:1.125rem;color:rgba(255,255,255,.8)}.firearm-story .sources-section{padding:4rem 2rem;background:var(--void-deep)}.firearm-story .sources-inner{max-width:800px;margin:0 auto}.firearm-story .sources-title{font-family:var(--font-military);font-size:1.5rem;color:var(--smoke-white);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--brass-gold)}.firearm-story .sources-grid{display:grid;gap:.75rem}.firearm-story .sources-grid a{font-family:var(--font-technical);font-size:.9375rem;color:var(--smoke-gray);text-decoration:none;padding:1rem 1.25rem;background:rgba(255,255,255,.03);border-radius:4px;border-left:4px solid var(--brass-gold);transition:all .2s ease}.firearm-story .sources-grid a:hover{color:var(--smoke-white);background:rgba(196,163,90,.1);transform:translateX(4px)}.firearm-story .story-footer{padding:4rem 2rem;text-align:center;background:var(--void-black);border-top:2px solid var(--gunmetal)}.firearm-story .footer-content{display:flex;flex-direction:column;align-items:center}.firearm-story .footer-icon{width:60px;height:30px;margin-bottom:1.5rem}.firearm-story .footer-text{font-family:var(--font-technical);font-size:1.125rem;font-style:italic;color:var(--smoke-gray);max-width:500px}@media (max-width:900px){.firearm-story .section-layout,.firearm-story .section-layout.reverse{grid-template-columns:1fr;direction:ltr}.firearm-story .ammo-counter{right:1rem;top:auto;bottom:calc(80px + env(safe-area-inset-bottom, 0px));transform:none;flex-direction:row;background:rgba(10,10,12,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.firearm-story .ammo-bullets{flex-direction:row;margin-top:0;margin-left:.5rem}.firearm-story .cylinder-progress{left:1rem;top:auto;bottom:calc(80px + env(safe-area-inset-bottom, 0px));transform:none;background:rgba(10,10,12,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.firearm-story .cylinder-svg{width:60px;height:60px}.firearm-story .target-display{flex-direction:column;gap:2rem}.firearm-story .target-stats{text-align:center}.firearm-story .evolution-strip{overflow-x:auto;padding-bottom:1rem}.firearm-story .trajectory-inner{height:200px}}@media (max-width:480px){.firearm-story .ammo-counter{flex-direction:column;right:.75rem;bottom:calc(70px + env(safe-area-inset-bottom, 0px))}.firearm-story .ammo-bullets{flex-direction:row;margin-left:0;margin-top:.25rem}.firearm-story .ammo-number{font-size:1.75rem}.firearm-story .cylinder-progress{left:.75rem;bottom:calc(70px + env(safe-area-inset-bottom, 0px))}.firearm-story .cylinder-svg{width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.firearm-story .ammo-bullet,.firearm-story .draw-gun,.firearm-story .fade-up,.firearm-story .muzzle-flash.active,.firearm-story .trajectory-path,.firearm-story .trigger-pull{animation:none;transition:none;opacity:1;stroke-dashoffset:0;transform:none}}