.quad-card-container{cursor:pointer;transition:transform var(--transition-spring);flex-direction:column;align-items:center;width:100%;text-decoration:none;display:flex}.quad-card-single{aspect-ratio:1;border-radius:var(--radius-lg);background:#000;border:1px solid #ffffff0d;width:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000080}.quad-card-container:hover .quad-card-single{border-color:#ff7f004d;transform:translateY(-8px);box-shadow:0 15px 35px #ff7f0026}.quad-card-single .day-night-wrapper{width:100%;height:100%}.quad-card-single .day-night-wrapper .day-img,.quad-card-single .day-night-wrapper .night-img{object-fit:cover;width:100%;height:100%}.quad-card-title{margin-top:var(--space-md);color:var(--color-text);text-transform:uppercase;letter-spacing:1px;text-align:center;transition:color var(--transition-base);font-size:1.1rem;font-weight:700}.quad-card-container:hover .quad-card-title{color:var(--color-primary)}.services-overview{background:var(--color-bg)}.solutions-image-grid{gap:var(--space-md);margin-top:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1024px){.solutions-image-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.solutions-image-grid{grid-template-columns:1fr;gap:3rem}}.featured-categories{background:var(--color-bg)}.categories-grid{gap:var(--space-xl);margin-top:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.categories-grid{grid-template-columns:1fr;gap:3rem;max-width:500px;margin-left:auto;margin-right:auto}}.featured-collection{background:var(--color-bg-elevated);position:relative}.featured-collection:before{content:"";background:linear-gradient(90deg, transparent, var(--color-border), transparent);height:1px;position:absolute;top:0;left:0;right:0}.featured-collection-grid{gap:var(--space-lg);margin-top:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}.featured-collection-item{cursor:pointer}.featured-collection-card{border-radius:var(--radius-md);background:var(--color-bg-card);transition:transform var(--transition-spring);position:relative;overflow:hidden}.featured-collection-card:hover{transform:translateY(-4px)}.featured-collection-img-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.featured-collection-overlay{opacity:0;transition:opacity var(--transition-base);padding:var(--space-lg);background:linear-gradient(#0000 30%,#0a0a0ab3 70%,#0a0a0ae6 100%);align-items:flex-end;display:flex;position:absolute;inset:0}.featured-collection-card:hover .featured-collection-overlay{opacity:1}.featured-collection-category{color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-sm);border:1px solid rgba(var(--color-primary-rgb), .3);background:#00000080;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.featured-collection-zoom{background:rgba(var(--color-primary-rgb), .95);opacity:0;width:56px;height:56px;transition:all var(--transition-base);color:#0a0a0a;box-shadow:0 4px 20px rgba(var(--color-primary-rgb), .4);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.featured-collection-card:hover .featured-collection-zoom{opacity:1;transform:translate(-50%,-50%)scale(1)}.featured-collection-cta{text-align:center;margin-top:var(--space-3xl)}@media (width<=1024px){.featured-collection-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.featured-collection-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.featured-collection-img-wrapper{aspect-ratio:16/10}.featured-collection-zoom{width:48px;height:48px}.featured-collection-zoom svg{width:20px;height:20px}.featured-collection-category{padding:.3rem .6rem;font-size:.75rem}}@media (width<=480px){.featured-collection-grid{gap:var(--space-md);grid-template-columns:1fr}.featured-collection-img-wrapper{aspect-ratio:16/9}.featured-collection-zoom{opacity:1;width:44px;height:44px;transform:translate(-50%,-50%)scale(1)}.featured-collection-zoom svg{width:18px;height:18px}.featured-collection-overlay{opacity:1;background:linear-gradient(#0000 50%,#0a0a0acc 100%)}.featured-collection-cta{margin-top:var(--space-2xl)}.featured-collection-cta .btn{width:100%}}.clients-bar{padding:var(--space-3xl) 0;position:relative;overflow:hidden}.clients-bar-header{text-align:center;margin-bottom:var(--space-2xl)}.clients-bar-subtitle{color:var(--color-text-muted);margin-top:var(--space-sm);max-width:560px;margin-left:auto;margin-right:auto;font-size:.9rem}.clients-marquee-wrapper{width:100%;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.clients-marquee-track{gap:var(--space-lg);will-change:transform;width:max-content;animation:30s linear infinite marquee-scroll;display:flex}.clients-marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translateX(calc(-50% - (var(--space-lg) / 2)))}}.client-item{align-items:center;gap:var(--space-sm);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);white-space:nowrap;transition:border-color var(--transition-base), background var(--transition-base);flex-shrink:0;padding:.6rem 1.25rem;display:flex}.client-item:hover{border-color:rgba(var(--color-primary-rgb), .3);background:var(--color-bg-card-hover)}.client-sector-tag{text-transform:uppercase;letter-spacing:.08em;background:rgba(var(--color-primary-rgb), .12);color:var(--color-primary);border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.65rem;font-weight:700}.client-name{color:var(--color-text-secondary);font-size:.85rem;font-weight:600}@media (width<=768px){.clients-bar{padding:var(--space-2xl) 0}.client-item{padding:.5rem 1rem}.client-name{font-size:.8rem}}.home-hero{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-hero-bg-wrapper{z-index:0;width:120%;height:120%;position:absolute;inset:-10%}.home-hero-bg{width:100%;height:100%}.home-hero-bg .day-img,.home-hero-bg .night-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-hero:hover .home-hero-bg .night-img{opacity:1}.home-hero-bg-wrapper:after{content:"";pointer-events:none;background:radial-gradient(at 50% 30%,#ff7f000a 0%,#0000 70%);position:absolute;inset:0}.home-hero-gradient{z-index:0;background:radial-gradient(circle,#0000001a 0% 60%,#0000001a 100%);position:absolute;inset:0}.home-hero-effects{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden;transform:translateZ(0)}.hero-glow{filter:blur(80px);opacity:.1;will-change:transform;border-radius:50%;position:absolute}.hero-glow-1{background:var(--color-primary);width:clamp(400px,60vw,800px);height:clamp(400px,60vw,800px);animation:25s ease-in-out infinite floatGlow;top:-20%;right:-10%}.hero-glow-2{background:var(--color-primary-dark);width:clamp(300px,40vw,600px);height:clamp(300px,40vw,600px);animation:20s ease-in-out infinite reverse floatGlow;bottom:-15%;left:-10%}@keyframes floatGlow{0%,to{transform:translate(0)scale(1)rotate(0)}33%{transform:translate(50px,30px)scale(1.1)rotate(5deg)}66%{transform:translate(-30px,50px)scale(.95)rotate(-5deg)}}.home-hero-content{z-index:2;text-align:center;max-width:1000px;padding:var(--space-xl) var(--space-md);flex-direction:column;align-items:center;margin:0 auto;display:flex;position:relative}.home-hero-badge{align-items:center;gap:var(--space-sm);background:rgba(var(--color-primary-rgb), .1);border:1px solid rgba(var(--color-primary-rgb), .2);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary-light);margin-bottom:var(--space-xl);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.home-hero-badge svg{color:var(--color-primary)}.home-hero h1{margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1}.home-hero-subtitle{color:#fffffff2;margin-bottom:var(--space-2xl);max-width:750px;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7}.home-hero-actions{justify-content:center;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.hero-btn-primary,.hero-btn-outline{padding:1rem 2rem;font-size:1rem}.home-hero-scroll{z-index:2;align-items:center;gap:var(--space-xs);color:var(--color-text-muted);flex-direction:column;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-text{text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;font-weight:500}.scroll-chevron{color:var(--color-primary)}@media (width<=1024px){.home-hero{min-height:90vh}.hero-glow-1{width:400px;height:400px}.hero-glow-2{width:300px;height:300px}.home-hero-content{padding:var(--space-lg)}.hero-btn-primary,.hero-btn-outline{padding:.875rem 1.75rem}}@media (width<=768px){.home-hero{min-height:85vh}.home-hero-content{padding:var(--space-md)}.home-hero-badge{margin-bottom:var(--space-lg);padding:.4rem 1rem;font-size:.75rem}.home-hero-subtitle{margin-bottom:var(--space-xl)}.home-hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-btn-primary,.hero-btn-outline{justify-content:center;width:100%}.hero-glow-1{width:300px;height:300px;top:-100px;right:-50px}.hero-glow-2{width:200px;height:200px;bottom:-50px;left:-50px}.home-hero-scroll{bottom:1.5rem}}@media (width<=480px){.home-hero{min-height:100vh;padding-top:var(--header-height)}.home-hero-content{padding:var(--space-md)}.home-hero h1{margin-bottom:var(--space-md);font-size:2rem}.home-hero-subtitle{margin-bottom:var(--space-lg);font-size:1rem}.home-hero-badge{padding:.35rem .875rem;font-size:.7rem}.home-hero-actions{gap:var(--space-sm)}.hero-btn-primary,.hero-btn-outline{padding:.75rem 1.5rem;font-size:.95rem}.hero-glow-1,.hero-glow-2{opacity:.1}.home-hero-scroll{display:none}}
