.projekty{position:relative;width:100%;color:var(--base-500);background-color:var(--base-100);min-height:100vh;overflow-x:hidden}.projekty .container{padding:8rem 2rem 6rem;max-width:1400px;margin:0 auto;position:relative}.projekty .page-header{text-align:center;margin-bottom:6rem}.projekty .page-header h1{font-size:4.5rem;font-weight:500;letter-spacing:-.2rem;line-height:1.1;margin-bottom:1.5rem;color:var(--base-500)}.projekty .page-header p{font-size:1.25rem;font-weight:500;line-height:1.6;color:var(--base-450);max-width:800px;margin:0 auto;font-family:Manrope,sans-serif}.projekty-hero{position:relative;width:100%;height:100vh;overflow:hidden;background-color:var(--base-200);display:flex;align-items:center;justify-content:center}.projekty-hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.projekty-hero .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.projekty-hero .hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:2}.projekty-hero .hero-content{position:relative;z-index:3;text-align:center;color:#faf0e6!important;max-width:800px;padding:0 2rem}.projekty-hero .hero-content h1{font-size:clamp(3rem,8vw,5rem);font-weight:500;margin-bottom:2rem;letter-spacing:-.02em;line-height:1.1;color:#faf0e6!important}.hero-subtitle{font-size:.75rem;font-weight:500;color:#faf0e6;margin-bottom:3.5rem;text-transform:uppercase;letter-spacing:.15em;font-family:DM Mono,monospace}.hero-description{font-size:1.2rem;line-height:1.5;color:#faf0e6;max-width:600px;margin:0 auto}.gallery-container{max-width:1400px;margin:0 auto;padding:0 2rem 6rem}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-header p{color:var(--base-400);font-family:DM Mono,monospace;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.gallery-header h2{font-size:2.75rem;font-weight:500;letter-spacing:-.1rem;color:var(--base-500);margin-bottom:1.5rem;line-height:1.2}.projects-masonry{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin:0;padding:0;grid-auto-rows:200px}@media (max-width:768px){.projects-masonry{grid-template-columns:1fr;gap:2rem;grid-auto-rows:auto}.project-card{grid-row:span 1!important}.project-card,.project-card-inner{min-height:450px;height:auto;border-radius:1.5rem}.project-content{padding:1.5rem;min-height:auto;flex:0 0 auto}.project-image{height:200px;min-height:200px;flex:0 0 200px}.project-button{margin-top:1rem;display:block;width:100%}.project-content .btn{width:100%;min-width:auto;height:auto;padding:.75rem 1.5rem}.project-content .btn .circle{width:2rem;height:2rem}.project-content .btn .button-text{font-size:.9rem}}.project-card{position:relative;border-radius:1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer;background-color:var(--base-100);box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.project-card:first-child{grid-row:span 3}.project-card:nth-child(2),.project-card:nth-child(3){grid-row:span 2}.project-card:nth-child(4){grid-row:span 3}.project-card:nth-child(5){grid-row:span 2}.project-card:nth-child(6){grid-row:span 3}.project-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.project-card-inner{position:relative;width:100%;height:100%;display:flex;flex-direction:column;border-radius:1.5rem;overflow:hidden;background-color:var(--base-100)}.project-image{position:relative;flex:1 1;overflow:hidden;background-color:var(--base-200)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform}.project-card:hover .project-image img{transform:scale(1.08)}.project-content{position:relative;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--base-100);min-height:140px}.project-info{flex:1 1;margin-bottom:1.5rem}.project-category{display:inline-block;font-size:.75rem;font-weight:500;color:var(--base-400);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.15em;font-family:DM Mono,monospace}.project-content h3{font-size:1.5rem;font-weight:500;margin-bottom:.75rem;color:var(--base-500);letter-spacing:-.02em;line-height:1.2;-webkit-line-clamp:2;line-clamp:2}.project-content h3,.project-description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.project-description{font-size:.95rem;line-height:1.5;color:var(--base-450);margin-bottom:1.5rem;-webkit-line-clamp:3;line-clamp:3}.project-button{margin-top:auto}.project-content .btn{background:rgba(242,237,230,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--base-250);width:auto;min-width:10rem;margin:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.project-content .btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.project-content .btn .circle{background:var(--base-400)}.project-content .btn .button-text{color:var(--base-500);font-size:.9rem;font-weight:500}.project-content .btn:hover .button-text{color:white}.loading,.no-projects{grid-column:1/-1;text-align:center;padding:6rem 2rem;font-size:1.1rem;color:var(--base-400);font-family:DM Mono,monospace;letter-spacing:.05em}@media (max-width:1200px){.projects-masonry{gap:1.75rem}}@media (max-width:1000px){.gallery-container{padding:0 1.5rem 4rem}.gallery-header h2{font-size:2.25rem}.projects-masonry{gap:1.5rem}.project-card{height:380px}}@media (max-width:768px){.gallery-container{padding:0 1.5rem 4rem}.gallery-header h2{font-size:2rem}.projects-masonry{grid-template-columns:1fr;gap:2rem}.project-card{height:500px;min-height:500px;max-width:100%}.project-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.project-content h3{font-size:1.25rem;margin-bottom:.5rem}.project-description{font-size:.9rem;margin-bottom:1rem;flex:1 1}.project-button{margin-top:auto;padding-top:1rem}.projekty-hero{height:80vh}.projekty-hero .hero-content h1{font-size:clamp(2.5rem,8vw,4rem)}.hero-description{font-size:1.1rem}}@media (max-width:480px){.gallery-container{padding:0 1rem 2rem}.project-card{height:450px;min-height:450px}.project-card-inner{height:100%;min-height:450px}.project-image{height:180px;min-height:180px;flex:0 0 180px}.project-content{padding:1rem;height:270px;min-height:270px;flex:0 0 270px;display:flex;flex-direction:column}.project-info{flex:1 1;margin-bottom:1rem}.project-content h3{font-size:1rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.5rem}.project-description{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:1rem}.project-button{margin-top:auto;flex:0 0 auto}.project-content .btn{width:100%;min-width:auto;padding:.75rem 1rem}.project-content .btn .button-text{font-size:.85rem}.project-content .btn .circle{width:1.75rem;height:1.75rem}}