:root{--color-bg-start: #ffffff;--color-bg-mid: #f8f8f8;--color-bg-end: #f0f0f0;--color-bg-gradient: linear-gradient(135deg, var(--color-bg-start) 0%, var(--color-bg-mid) 50%, var(--color-bg-end) 100%);--color-surface: rgba(0, 0, 0, .03);--color-surface-strong: rgba(0, 0, 0, .06);--color-surface-border: rgba(0, 0, 0, .1);--color-surface-light: #ffffff;--color-surface-light-alt: #fafafa;--color-primary: #dc2626;--color-primary-hover: #991b1b;--color-primary-gradient: linear-gradient(45deg, var(--color-primary), var(--color-primary-hover));--color-primary-soft: rgba(220, 38, 38, .3);--color-on-primary: #ffffff;--color-accent: #ef4444;--color-accent-hover: #b91c1c;--color-accent-gradient: linear-gradient(45deg, var(--color-accent), var(--color-accent-hover));--color-accent-soft: rgba(239, 68, 68, .3);--color-on-accent: #ffffff;--color-text: #1a1a1a;--color-text-muted: #4a4a4a;--color-text-subtle: #6b6b6b;--color-text-dark: #1a1a1a;--color-text-dark-muted: #4a4a4a;--color-danger: #b00020;--color-shadow: rgba(0, 0, 0, .1)}.landing-modern{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg-gradient);color:var(--color-text-dark)}.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:100vh;padding:6rem 5% 2rem;background:var(--color-bg-gradient);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}.hero-content{flex:1;max-width:600px;z-index:2;position:relative}.hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:var(--color-text);text-shadow:0 1px 2px rgba(0,0,0,.08)}.highlight{background:var(--color-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:glow 2s ease-in-out infinite alternate}.subtitle{font-size:1.3rem;color:var(--color-text-muted);margin-bottom:2.5rem;line-height:1.6;font-weight:400}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-buttons button{padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:160px}.cta-buttons .primary{background:var(--color-primary-gradient);color:var(--color-on-primary);box-shadow:0 10px 30px var(--color-primary-soft)}.cta-buttons .primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #dc262666}.cta-buttons .secondary{background:var(--color-surface-light);color:var(--color-text);border:2px solid var(--color-surface-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-buttons .secondary:hover{background:var(--color-surface-light-alt);transform:translateY(-3px)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;z-index:2;position:relative}.hero-image img{max-width:100%;height:auto;max-height:400px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{padding:5rem 5% 8rem;background:linear-gradient(180deg,var(--color-surface-light) 0%,var(--color-surface-light) 70%,var(--color-surface-light-alt) 100%);display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;position:relative;z-index:2}.feature-card{background:var(--color-surface-light);padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #24181214;border:1px solid rgba(92,74,58,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.feature-card h2{color:var(--color-text-dark);font-size:2rem;margin-bottom:1.5rem;font-weight:700}.rental-card{text-align:center;display:flex;flex-direction:column;align-items:center}.rental-card p{margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.rental-btn{background:var(--color-accent-gradient);color:var(--color-on-accent);border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ef44444d}.rental-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.locations-container{display:flex;gap:2rem;margin-top:1rem}.location-card h2{color:var(--color-text-dark);font-size:2rem;margin-bottom:1rem;font-weight:700}.location{flex:1;min-width:0;border:solid 1px rgba(92,74,58,.2);border-radius:15px;padding:1rem 1.5rem}.location h3{color:var(--color-text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.location p{color:var(--color-text-dark);font-size:.95rem;margin-bottom:.5rem;line-height:1.5}.location-card iframe{border-radius:15px;box-shadow:0 10px 30px #2418121a;transition:transform .3s ease}.location-card iframe:hover{transform:scale(1.02)}@media (min-width: 1200px){.hero-content h1{font-size:5rem}.subtitle{font-size:1.5rem}.hero-section{padding:2rem 8%}.features-section{padding:6rem 8%}}@media (max-width: 1024px){.hero-content h1{font-size:3.5rem}.hero-section{padding:2rem 4%}.features-section{padding:4rem 4%;gap:2rem}.feature-card{padding:2rem}}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:8rem 4% 3rem;min-height:auto}.hero-content{margin-bottom:3rem}.hero-content h1{font-size:3rem}.subtitle{font-size:1.2rem}.cta-buttons{justify-content:center}.features-section{grid-template-columns:1fr;padding:3rem 4% 5rem}.locations-container{flex-direction:column;gap:1.5rem}.faq-card{grid-column:span 1}}@media (max-width: 480px){.hero-section{padding:8rem 3% 2rem}.hero-content h1{font-size:2.5rem}.subtitle{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons button{width:100%;max-width:280px}.features-section{padding:2rem 3% 3rem}.feature-card{padding:1.5rem}.feature-card h2{font-size:1.5rem}.faq-item h3{font-size:1.1rem}.locations-container{gap:1rem}.location h3{font-size:1rem}.location p{font-size:.9rem}.location-card iframe{height:200px}}@media (max-width: 320px){.hero-content h1{font-size:2rem}.subtitle{font-size:1rem}.features-section{padding:1.5rem 3% 2rem}.feature-card{padding:1rem}.location-card iframe{height:150px}}@media (min-width: 1440px){.hero-content h1{font-size:6rem}.subtitle{font-size:1.6rem}.hero-section{padding:2rem 10%}.features-section{padding:6rem 10%}}@media (max-width: 768px) and (orientation: landscape){.hero-section{min-height:100vh;flex-direction:row}.hero-content{margin-bottom:0}.hero-content h1{font-size:2.5rem}}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 6px 20px #0000000f}.header-content{max-width:1240px;margin:0 auto;height:78px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.logo{display:flex;align-items:center;min-height:2.2rem;flex-shrink:0;font-size:clamp(1.1rem,2.4vw,1.8rem);font-weight:800;line-height:1;letter-spacing:-.02em}.logo-link{display:inline-flex;align-items:center;min-height:2.2rem;transform:translateY(1px);white-space:nowrap;text-decoration:none;color:var(--color-text);line-height:1;transition:color .2s ease,transform .2s ease}.logo-link:hover{color:var(--color-primary);transform:translateY(0)}.main-nav{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem;border-radius:999px;background:#00000008;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.main-nav a{text-decoration:none;color:var(--color-text-muted);font-weight:600;font-size:clamp(.78rem,1.8vw,.98rem);line-height:1;padding:.55rem .9rem;border-radius:999px;transition:color .2s ease,background .2s ease,box-shadow .2s ease;white-space:nowrap}.main-nav a:hover{color:var(--color-text);background:#dc262614}.main-nav a.active{background:var(--color-primary-gradient);color:var(--color-on-primary);box-shadow:0 6px 14px #dc262647}@media (min-width: 1200px){.header-content{padding:0 7%}.main-nav a{padding:.6rem 1.05rem}}@media (max-width: 900px){.header-content{height:74px;padding:0 4%}.main-nav{gap:.25rem;padding:.25rem}.main-nav a{padding:.5rem .78rem}}@media (max-width: 640px){.header-content{height:70px;padding:0 3%}.logo{font-size:1rem}.main-nav a{padding:.45rem .62rem;font-size:.76rem}}@media (max-width: 380px){.header-content{height:66px}.logo{font-size:.92rem}.main-nav a{padding:.4rem .5rem;font-size:.72rem}}.about-container{min-height:100vh;background:var(--color-bg-gradient);display:flex;flex-direction:column;align-items:center;padding-bottom:40px;position:relative}.about-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:0;pointer-events:none}.about-hero{width:100%;max-width:900px;text-align:center;margin-top:120px;margin-bottom:40px;position:relative;z-index:2}.about-hero h1{color:var(--color-text);font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.08)}.about-hero .highlight{background:var(--color-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:2px;animation:glow 2s ease-in-out infinite alternate}.about-tagline{color:var(--color-text-muted);font-size:1.2rem;margin-top:1rem;line-height:1.6;font-weight:400}.about-content{width:100%;max-width:1000px;margin:40px auto 0;padding:2rem 2.5rem 2.5rem;background:var(--color-surface-light);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid var(--color-surface-border);box-shadow:0 16px 40px #00000014,inset 0 1px #fff9;display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:2}.about-content:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(180deg,#ffffffb3,#ffffff59,#ffffff14);pointer-events:none;border-radius:24px 24px 0 0}.about-content section{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:2rem;margin-bottom:0;position:relative;z-index:2}.about-content section:last-child{border-bottom:none;padding-bottom:0}.about-content h2{color:var(--color-text);margin-bottom:.7rem;font-size:1.35rem;font-weight:700;text-shadow:none}.about-content ul{color:var(--color-text-muted);margin-bottom:.5rem;font-size:1rem;line-height:1.7;padding-left:0;list-style-position:inside}.about-content ul li{margin-bottom:.5rem}.about-content p{color:var(--color-text-muted);margin-bottom:.5rem;font-size:1.08rem;line-height:1.7}.about-content strong{color:var(--color-primary);font-weight:600}.about-content iframe{width:100%;border-radius:15px;margin-top:1rem;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.about-content iframe:hover{transform:scale(1.02)}@media (max-width: 900px){.about-content{padding:1.2rem 1rem;max-width:95vw;border-radius:20px}.about-content h2{font-size:1.2rem}.about-content p,.about-content ul{font-size:1rem}.about-hero h1{font-size:2.5rem}}@media (max-width: 600px){.about-hero h1{font-size:2rem}.about-hero .highlight{font-size:1.5rem;letter-spacing:1px}.about-tagline{font-size:1rem}.about-content{padding:1rem .5rem;border-radius:16px;gap:1.5rem}.about-content h2{font-size:1rem}.about-content p,.about-content ul{font-size:.95rem}.about-content iframe{height:150px;border-radius:10px}}@media (max-width: 400px){.about-hero h1{font-size:1.8rem}.about-hero .highlight{font-size:1.3rem}.about-tagline{font-size:.9rem}.about-content{padding:.8rem .3rem;gap:1rem;border-radius:12px}.about-content h2{font-size:.9rem}.about-content p,.about-content ul{font-size:.85rem}.about-content iframe{height:120px}}.rental-container{min-height:100vh;background:var(--color-bg-gradient);display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;position:relative}.rental-container:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:0;pointer-events:none}.rental-header{width:100%;max-width:800px;text-align:center;margin-top:100px;margin-bottom:3rem;position:relative;z-index:2}.rental-header h1{color:var(--color-text);font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.08)}.rental-header .highlight{background:var(--color-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:2px;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 20px rgba(239,68,68,.3))}to{filter:drop-shadow(0 0 30px rgba(239,68,68,.6))}}.rental-tagline{color:var(--color-text-muted);font-size:1.2rem;margin-top:1rem;line-height:1.6;font-weight:400}.rental-content{width:100%;max-width:800px;position:relative;z-index:2;display:flex;flex-direction:column;gap:3rem}.download-section{display:flex;justify-content:center}.download-card{background:var(--color-surface-light);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid var(--color-surface-border);box-shadow:0 16px 40px #00000014,inset 0 1px #fff9;padding:3rem 2rem;text-align:center;max-width:500px;width:100%}.pdf-icon{font-size:4rem;margin-bottom:1rem}.download-card h2{color:var(--color-text);font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-shadow:none}.download-card p{color:var(--color-text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.download-btn{background:var(--color-accent-gradient);color:var(--color-on-accent);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ef44444d}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ef444466}.instructions-section{background:var(--color-surface-light);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid var(--color-surface-border);box-shadow:0 16px 40px #00000014,inset 0 1px #fff9;padding:2.5rem}.instructions-section h2{color:var(--color-text);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:none}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:grid;grid-template-columns:40px 1fr;align-items:start;gap:1rem}.step-number{background:var(--color-primary-gradient);color:var(--color-on-primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;box-shadow:0 4px 15px var(--color-primary-soft)}.step-content h3{color:var(--color-text);font-size:1.2rem;font-weight:600;margin:0 0 .4rem}.step-content p{color:var(--color-text-muted);font-size:1rem;line-height:1.6;margin:0}.step-content strong{color:var(--color-primary);font-weight:600}.contact-section{background:var(--color-surface-light);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid var(--color-surface-border);box-shadow:0 16px 40px #00000014,inset 0 1px #fff9;padding:2.5rem;text-align:center}.contact-section h2{color:var(--color-text);font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-shadow:none}.contact-section p{color:var(--color-text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.contact-info p{color:var(--color-text-muted);font-size:1rem;margin-bottom:.5rem}.contact-info strong{color:var(--color-primary);font-weight:600}@media (max-width: 768px){.rental-header h1{font-size:2.5rem}.rental-tagline{font-size:1rem}.download-card,.instructions-section,.contact-section{padding:2rem 1.5rem}.step{grid-template-columns:34px 1fr;gap:.85rem}.step-number{width:34px;height:34px;font-size:.95rem}.step-content{text-align:left}}@media (max-width: 480px){.rental-header h1{font-size:2rem}.download-card{padding:1.5rem 1rem}.download-card h2{font-size:1.5rem}.instructions-section,.contact-section{padding:1.5rem 1rem}}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:flex-start;z-index:1000;overflow-y:auto;padding:min(1rem,2vh) min(1rem,2vw);box-sizing:border-box;animation:modalFadeIn .3s ease-out;padding-top:max(.5rem,1vh)}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.modal-content{background:linear-gradient(145deg,var(--color-surface-light) 0%,var(--color-surface-light-alt) 100%);padding:0;border-radius:clamp(12px,2vh,20px);width:100%;max-width:min(650px,95vw);text-align:center;box-shadow:0 25px 50px #00000040,0 0 0 1px #fffc,inset 0 1px #ffffffe6;position:relative;height:fit-content;max-height:calc(100vh - max(1rem,2vh));min-height:min(300px,60vh);overflow:hidden;margin:0 auto;display:flex;flex-direction:column;animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1)}.modal-content.expanded{max-width:min(920px,96vw)}@keyframes modalSlideIn{0%{transform:translateY(-20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{background:var(--color-bg-gradient);padding:min(2rem,3vh) min(2rem,4vw) min(1rem,1.5vh) min(2rem,4vw);border-radius:clamp(12px,2vh,20px) clamp(12px,2vh,20px) 0 0;position:relative;overflow:hidden;flex-shrink:0;min-height:min(60px,8vh)}.modal-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(220,38,38,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(239,68,68,.1) 0%,transparent 50%),linear-gradient(135deg,#ffffff14,#ffffff05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:headerGlow 4s ease-in-out infinite alternate;pointer-events:none}.modal-body{padding:min(2rem,3vh) min(2rem,4vw);overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;max-height:calc(100vh - min(120px,15vh))}.modal-body::-webkit-scrollbar{width:4px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:var(--color-primary-gradient);border-radius:2px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--color-primary-gradient)}.image-container{position:relative;width:100%;max-width:min(520px,86vw);margin:0 auto min(1.25rem,1.8vh) auto;display:flex;align-items:center;justify-content:center}.image-container.expanded{max-width:min(760px,92vw)}.image-stage{width:100%;aspect-ratio:16 / 10;border-radius:clamp(10px,1.6vh,16px);background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 18px #00000014;overflow:hidden}.image-container.expanded .image-stage{aspect-ratio:16 / 9}.modal-main-image{width:100%;height:100%;max-height:min(340px,42vh,calc(100vh - 320px));object-fit:contain;border-radius:0;display:block;transition:transform .2s ease;background:#fff}.image-container.expanded .modal-main-image{max-height:min(520px,58vh,calc(100vh - 280px))}.modal-main-image:hover{transform:none}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:clamp(36px,6vh,48px);height:clamp(36px,6vh,48px);display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,2.5vh,1.4rem);cursor:pointer;color:var(--color-text-dark);font-weight:700;z-index:1003;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #0000001a,0 0 0 1px #fff3;-webkit-user-select:none;user-select:none;opacity:.95}.nav-arrow:hover{background:var(--color-surface-light);transform:translateY(-50%) scale(1.03);box-shadow:0 6px 14px #00000024,0 0 0 1px #ffffff4d;opacity:1}.nav-arrow:focus{outline:none;box-shadow:0 6px 16px #0003,0 0 0 2px #dc262666}.nav-arrow:active{transform:translateY(-50%) scale(.95)}.nav-arrow.prev{left:clamp(-14px,-2.2vh,-20px)}.nav-arrow.next{right:clamp(-14px,-2.2vh,-20px)}.image-container[data-single-image=true] .nav-arrow{display:none}.nav-arrow:before{content:"";display:block;width:0;height:0;border-style:solid}.nav-arrow.prev:before{border-width:clamp(4px,1vh,6px) clamp(6px,1.5vh,8px) clamp(4px,1vh,6px) 0;border-color:transparent currentColor transparent transparent;margin-right:1px}.nav-arrow.next:before{border-width:clamp(4px,1vh,6px) 0 clamp(4px,1vh,6px) clamp(6px,1.5vh,8px);border-color:transparent transparent transparent currentColor;margin-left:1px}.image-counter{position:absolute;bottom:clamp(-10px,-1.5vh,-14px);left:50%;transform:translate(-50%);background:#1a1a1ad6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:clamp(.25rem,.5vh,.4rem) clamp(.75rem,1.5vh,1rem);border-radius:clamp(12px,2vh,16px);font-size:clamp(.7rem,1.5vh,.85rem);font-weight:600;letter-spacing:.5px;box-shadow:0 4px 8px #0003,0 0 0 1px #ffffff1a;opacity:.95;transition:opacity .3s ease;white-space:nowrap}.image-counter:hover{opacity:1}.image-container[data-single-image=true] .image-counter{display:none}.image-size-toggle{border:1px solid rgba(0,0,0,.12);background:var(--color-surface-light);color:var(--color-text);border-radius:999px;padding:.45rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;margin:0 auto min(.9rem,1.2vh);transition:background .2s ease,border-color .2s ease}.image-size-toggle:hover{background:var(--color-surface-light-alt);border-color:#dc262659}.image-size-toggle:focus{outline:none;box-shadow:0 0 0 3px #dc262633}.thumbnail-row{display:flex;gap:.5rem;margin:0 auto min(1.1rem,1.6vh);max-width:min(520px,86vw);overflow-x:auto;padding:.1rem .1rem .2rem;scrollbar-width:thin}.thumbnail-button{border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:8px;padding:0;width:clamp(54px,8vw,72px);height:clamp(40px,6vw,52px);overflow:hidden;cursor:pointer;flex:0 0 auto;opacity:.82;transition:transform .2s ease,opacity .2s ease,border-color .2s ease,box-shadow .2s ease}.thumbnail-button img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-button:hover{opacity:.96;transform:none;border-color:#dc262673}.thumbnail-button.active{opacity:1;border-color:var(--color-primary);box-shadow:0 0 0 2px #dc26262e}.thumbnail-button:focus{outline:none;box-shadow:0 0 0 3px #dc262640}.modal-content h4{font-size:clamp(1.1rem,3vh,1.8rem);font-weight:700;color:var(--color-text);margin-bottom:min(.5rem,1vh);padding-right:min(3rem,12vw);text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:.3px;position:relative;z-index:1;line-height:1.1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.close-button{position:absolute;top:min(1.5rem,2vh);right:min(1.5rem,3vw);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:clamp(6px,1.5vh,12px);width:clamp(32px,5vh,44px);height:clamp(32px,5vh,44px);display:flex;align-items:center;justify-content:center;font-size:clamp(.9rem,2vh,1.3rem);cursor:pointer;color:var(--color-text-dark);font-weight:600;z-index:1002;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 8px #00000026,0 0 0 1px #fff3}.close-button:hover{background:var(--color-surface-light);transform:scale(1.05) rotate(90deg);box-shadow:0 6px 12px #0003,0 0 0 1px #ffffff4d;color:var(--color-danger)}.close-button:focus{outline:none;box-shadow:0 6px 12px #0003,0 0 0 2px #dc26264d}.close-button:active{transform:scale(.95) rotate(90deg)}.specs{display:grid;gap:min(1rem,1vh);text-align:left;margin:0;font-size:clamp(.8rem,1.8vh,1rem);line-height:1.4;color:var(--color-text-dark);background:linear-gradient(145deg,var(--color-surface-light-alt) 0%,var(--color-surface-light) 100%);border:1px solid rgba(215,222,225,.15);border-radius:clamp(8px,1.5vh,16px);padding:min(2rem,2.5vh) min(2rem,3vw);position:relative;overflow:hidden;flex-shrink:1;max-height:min(400px,40vh);overflow-y:auto}.specs:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--color-primary-gradient);border-radius:0 1px 1px 0}.specs>*{margin:0;padding:min(.5rem,.8vh) 0;border-bottom:1px solid rgba(220,38,38,.1);font-weight:500;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;transition:all .2s ease}.specs>*:hover{background:#dc26260a;border-radius:4px;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.specs>*:last-child{border-bottom:none}.specs strong{color:var(--color-text-dark);font-weight:600;min-width:min(120px,30%);flex-shrink:0}@media (max-height: 400px){.modal{padding:.25rem}.modal-content{max-height:calc(100vh - .5rem);min-height:auto;border-radius:8px}.modal-header{padding:.75rem 1rem .5rem;min-height:40px;border-radius:8px 8px 0 0}.modal-body{padding:.75rem 1rem;max-height:calc(100vh - 60px)}.image-container{margin-bottom:.75rem}.modal-main-image{max-height:80px}.image-container.expanded .modal-main-image{max-height:110px}.nav-arrow{width:28px;height:28px;font-size:.8rem}.nav-arrow.prev{left:-14px}.nav-arrow.next{right:-14px}.image-counter{bottom:-10px;padding:.2rem .6rem;font-size:.65rem}.thumbnail-row{margin-bottom:.75rem}.thumbnail-button{width:48px;height:34px}.modal-content h4{font-size:1rem;margin-bottom:.25rem}.specs{padding:1rem;font-size:.75rem;max-height:120px;gap:.5rem}.specs>*{padding:.25rem 0;flex-direction:column;align-items:flex-start;gap:.125rem}}@media (min-height: 401px) and (max-height: 550px){.modal{padding:.5rem}.modal-content{max-height:calc(100vh - 1rem);min-height:auto}.modal-header{padding:1rem 1.5rem .75rem;min-height:50px}.modal-body{padding:1rem 1.5rem;max-height:calc(100vh - 80px)}.image-container{margin-bottom:1rem}.modal-main-image{max-height:120px}.image-container.expanded .modal-main-image{max-height:170px}.nav-arrow{width:32px;height:32px}.nav-arrow.prev{left:-16px}.nav-arrow.next{right:-16px}.specs{padding:1.25rem;font-size:.85rem;max-height:200px}.specs>*{padding:.3rem 0}}@media (min-height: 551px) and (max-height: 700px){.modal{padding-top:1rem}.modal-content{max-height:calc(100vh - 2rem)}.modal-body{max-height:calc(100vh - 140px)}.modal-main-image{max-height:180px}.image-container.expanded .modal-main-image,.specs{max-height:300px}}@media (min-height: 701px){.modal{align-items:center;padding-top:2rem}.modal-content{max-height:calc(100vh - 4rem)}.modal-body{max-height:calc(100vh - 200px)}.modal-main-image{max-height:250px}.image-container.expanded .modal-main-image{max-height:420px}.specs{max-height:none}}@media (max-width: 480px){.modal-content{max-width:calc(100vw - 1rem)}.specs>*{flex-direction:column;align-items:flex-start;gap:.25rem}.specs strong{min-width:auto}.nav-arrow.prev{left:clamp(-14px,-2vh,-18px)}.nav-arrow.next{right:clamp(-14px,-2vh,-18px)}.thumbnail-row{gap:.4rem}.thumbnail-button{width:56px;height:40px}}@media (orientation: landscape) and (max-height: 600px){.modal{align-items:flex-start;padding:.25rem .5rem .5rem}.modal-content{max-height:calc(100vh - .5rem);width:min(90vw,600px)}.modal-header{padding:.75rem 1.5rem .5rem}.modal-body{padding:1rem 1.5rem;max-height:calc(100vh - 80px)}.image-container{margin-bottom:.75rem}.modal-main-image{max-height:min(120px,20vh)}.specs{padding:1rem 1.5rem;max-height:min(200px,30vh);font-size:.85rem}}@media (min-width: 1200px) and (min-height: 800px){.modal-content{max-width:750px}.modal-content.expanded{max-width:1100px}.image-container{max-width:450px}.image-container.expanded{max-width:880px}.modal-main-image{max-height:300px}.image-container.expanded .modal-main-image{max-height:560px}}@media (prefers-reduced-motion: reduce){.modal-content,.close-button,.modal-main-image,.nav-arrow{animation:none;transition:none}.close-button:hover,.nav-arrow:hover,.modal-main-image:hover,.thumbnail-button:hover{transform:none}}.inventory{max-width:1400px;margin:0 auto;padding:7rem 1.5rem 4rem}.inventory-header{margin-bottom:2rem}.inventory-header h1{margin:0 0 1.25rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-text);letter-spacing:-.02em}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#00000008;color:var(--color-text-muted);font:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.chip:hover{background:#0000000f;border-color:#0000002e}.chip.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}.chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5em;padding:0 .4em;border-radius:999px;background:#00000014;font-size:.75rem;font-weight:600;color:inherit}.chip.active .chip-count{background:#ffffff40}.chip:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.inventory-empty{text-align:center;color:var(--color-text-muted);padding:3rem 1rem;font-size:1rem}@media (max-width: 640px){.inventory{padding:6rem 1rem 3rem}.inventory-grid{grid-template-columns:1fr;gap:1rem}}.footer{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.03) 20%,var(--color-bg-start) 100%);color:var(--color-text);padding:6rem 0 2rem;margin-top:0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.02) 30%,rgba(0,0,0,.05) 60%,rgba(0,0,0,.08) 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:0 5%;position:relative;z-index:2}.footer-section{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.footer-section h3{color:var(--color-accent);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.footer-section h4{color:var(--color-primary);margin-bottom:1.2rem;font-size:1.3rem;font-weight:600}.footer-section p{color:var(--color-text-muted);line-height:1.8;margin-bottom:.8rem;font-size:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul button{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:.5rem 0;font-size:1rem;text-align:left;transition:all .3s ease;border-bottom:1px solid transparent}.footer-section ul button:hover{color:var(--color-primary);border-bottom:1px solid var(--color-primary);transform:translate(5px)}.footer-bottom{border-top:1px solid rgba(0,0,0,.08);margin-top:3rem;padding-top:2rem;text-align:center;color:var(--color-text-subtle);position:relative;z-index:2;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.03) 100%)}@media (max-width: 768px){.footer{padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 4%}.footer-section{text-align:center}}@media (max-width: 480px){.footer{padding:3rem 0 1.5rem;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.03) 15%,var(--color-bg-start) 100%)}.footer-content{grid-template-columns:1fr;padding:0 3%;gap:2.5rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.footer-section p{font-size:.95rem;margin-bottom:.6rem}.footer-section ul button{font-size:.95rem;padding:.4rem 0}.footer-bottom{margin-top:2rem;padding-top:1.5rem;font-size:.9rem}}@media (max-width: 320px){.footer{padding:2rem 0 1rem}.footer-content{gap:2rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.footer-section p{font-size:.9rem}.footer-bottom{margin-top:1.5rem;font-size:.85rem}}body{margin:0;padding:0;font-family:Poppins,sans-serif;background:var(--color-bg-gradient);color:var(--color-text)}.inventory-card{display:flex;flex-direction:column;background:var(--color-surface-light);border:1px solid var(--color-surface-border);border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.inventory-card:hover{transform:translateY(-3px);border-color:#dc262666;box-shadow:0 10px 30px #0000001f}.card-image{aspect-ratio:4 / 3;background:#0000004d;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.inventory-card:hover .card-image img{transform:scale(1.03)}.card-body{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem}.card-body h3{margin:0;font-size:1.15rem;font-weight:700;color:var(--color-text);line-height:1.3}.card-body .price{margin:0;font-size:1.1rem;font-weight:700;color:var(--color-primary)}.card-body .price span{color:var(--color-text-subtle);font-weight:500;font-size:.9rem;margin-left:.15rem}.card-body .actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto}.card-body .btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.625rem .75rem;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.card-body .btn-primary{background:var(--color-primary-gradient);color:var(--color-on-primary)}.card-body .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}.card-body .btn-secondary{background:var(--color-surface-light-alt);color:var(--color-text);border:1px solid var(--color-surface-border)}.card-body .btn-secondary:hover{background:var(--color-surface-light);transform:translateY(-1px)}
