*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary:#272e3f;--color-primary-light:#3a4258;--color-primary-dark:#1a1f2e;--color-secondary:#e58411;--color-accent:#ff9a28;--color-white:#fff;--color-white-2:#f8f9fa;--color-grey-light:#f0f1f3;--color-grey-medium:#e5e7eb;--color-black:#000;--color-text:#1f2937;--color-text-light:#6b7280;--color-border:#e5e7eb;--shadow-sm:0 2px 8px rgba(139,107,71,.08);--shadow-md:0 4px 16px rgba(139,107,71,.12);--shadow-lg:0 8px 32px rgba(139,107,71,.16);--transition-fast:0.2s ease;--transition-medium:0.3s ease;--transition-slow:0.5s ease}html{scroll-behavior:smooth;direction:rtl}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Heebo,Alef;background-color:var(--color-white);color:var(--color-text);line-height:1.6;overflow-x:hidden}.kitchen-premium-container{min-height:100vh;width:100%}.kitchen-header{position:absolute;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:2rem 4rem;background:transparent;transition:var(--transition-medium)}.kitchen-header.scrolled{position:fixed;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.kitchen-brand{font-size:1.8rem;font-weight:700;color:var(--color-white);letter-spacing:.5px;transition:var(--transition-fast)}.kitchen-header.scrolled .kitchen-brand{color:var(--color-primary)}.kitchen-nav{display:flex;gap:2.5rem;align-items:center}.nav-item{font-size:1rem;font-weight:500;color:hsla(0,0%,100%,.9);text-decoration:none;position:relative;transition:var(--transition-fast)}.kitchen-header.scrolled .nav-item{color:var(--color-text)}.nav-item:after{content:"";position:absolute;bottom:-5px;right:0;width:0;height:2px;background:var(--color-primary);transition:var(--transition-fast)}.nav-item.active,.nav-item:hover{color:var(--color-secondary)}.kitchen-header.scrolled .nav-item.active,.kitchen-header.scrolled .nav-item:hover{color:var(--color-primary)}.nav-item.active:after,.nav-item:hover:after{width:100%}.kitchen-contact-btn{padding:.75rem 2rem;background:var(--color-primary);color:var(--color-white);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-medium);box-shadow:var(--shadow-sm)}.kitchen-contact-btn:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.kitchen-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 4rem 4rem}.kitchen-hero-bg{position:absolute;inset:0;z-index:0}.kitchen-hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.kitchen-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(39,46,63,.75),rgba(39,46,63,.65) 50%,rgba(39,46,63,.75))}.kitchen-hero-dots{position:absolute;left:3rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:20}.hero-dot{width:14px;height:14px;border-radius:50%;cursor:pointer;transition:var(--transition-fast);opacity:.6}.hero-dot.active{opacity:1;transform:scale(1.3)}.hero-dot:hover{opacity:1}.kitchen-hero-content{position:relative;z-index:10;text-align:center;max-width:900px;width:100%;margin:0 auto;padding:0 2rem}.kitchen-hero-title{font-size:4rem;font-weight:800;color:var(--color-white);margin-bottom:1.5rem;line-height:1.15;letter-spacing:-2px}.kitchen-hero-subtitle{display:block;color:#fff;margin-top:.5rem;font-weight:700;font-size:4rem}.kitchen-hero-description{font-size:1.1rem;color:hsla(0,0%,100%,.85);margin-bottom:2.5rem;line-height:1.7;max-width:650px;margin-left:auto;margin-right:auto}.kitchen-hero-cta{padding:1rem 2.2rem;background:#e58411;color:var(--color-white);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-medium);box-shadow:0 4px 20px rgba(229,132,17,.4);display:inline-flex;align-items:center;gap:.5rem}.kitchen-hero-cta:hover{background:#d97a0d;transform:translateY(-2px);box-shadow:0 6px 24px rgba(229,132,17,.5)}.kitchen-why-section{position:relative;padding:8rem 4rem;background:var(--color-white-2)}.section-smooth-border{position:absolute;top:-80px;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent 0,hsla(42,6%,70%,.2) 20%,hsla(0,0%,98%,.3) 40%,hsla(0,0%,98%,.6) 60%,hsla(0,0%,98%,.9) 80%,var(--color-white-2) 100%);pointer-events:none}.kitchen-why-container{max-width:1400px;margin:0 auto}.kitchen-why-header{margin-bottom:5rem}.kitchen-why-title{font-size:2.5rem;font-weight:400;color:var(--color-text-light);line-height:1.2;margin-bottom:0}.kitchen-why-title-main{font-size:3rem;font-weight:700;color:var(--color-text);line-height:1.2;margin-top:.3rem}.kitchen-why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4rem;gap:4rem}.kitchen-why-card{text-align:right;transition:var(--transition-medium)}.kitchen-why-card-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.kitchen-why-card-text{font-size:1rem;color:var(--color-text);line-height:1.8}.kitchen-gallery-section{padding:8rem 4rem;background:var(--color-white)}.kitchen-gallery-experience-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;max-width:1400px;margin:0 auto;align-items:center}.kitchen-gallery-image-side{position:relative}.kitchen-gallery-rotating-image{position:relative;width:100%;height:600px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg)}.kitchen-rotating-img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out}.kitchen-gallery-content-side{text-align:right;padding:2rem}.kitchen-gallery-label{font-size:.9rem;font-weight:600;letter-spacing:2px;color:var(--color-secondary);margin-bottom:1rem;text-transform:uppercase}.kitchen-gallery-indicators{position:absolute;bottom:2rem;left:2rem;right:2rem;display:flex;flex-direction:column;gap:1rem;z-index:10}.kitchen-gallery-progress-container{width:100%;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kitchen-gallery-progress-bar{height:100%;background:var(--color-white);transition:width .03s linear;border-radius:2px;box-shadow:0 0 10px hsla(0,0%,100%,.5)}.kitchen-gallery-dots{display:flex;gap:.75rem;justify-content:flex-start;align-items:center}.kitchen-gallery-dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.4);border:2px solid hsla(0,0%,100%,.6);cursor:pointer;transition:all .3s ease;padding:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.kitchen-gallery-dot:hover{background:hsla(0,0%,100%,.7);transform:scale(1.2);border-color:var(--color-white)}.kitchen-gallery-dot.active{background:var(--color-white);border-color:var(--color-white);width:12px;height:12px}.kitchen-gallery-experience-title{font-size:3rem;font-weight:700;color:var(--color-black);margin-bottom:1.5rem;line-height:1.2}.kitchen-gallery-experience-subtitle{display:block;margin-top:.5rem}.kitchen-gallery-experience-text{font-size:1.05rem;color:var(--color-text-light);line-height:1.8;margin-bottom:2.5rem}.kitchen-gallery-more-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--color-secondary);text-decoration:none;transition:var(--transition-fast)}.kitchen-gallery-more-link:hover{gap:1rem;color:var(--color-accent)}.kitchen-gallery-arrow{transition:var(--transition-fast)}.kitchen-gallery-more-link:hover .kitchen-gallery-arrow{transform:translateX(-5px)}.gallery-page{min-height:100vh;background:var(--color-white)}.gallery-carousel-header{padding:12rem 4rem 4rem;text-align:center;background:var(--color-white)}.gallery-carousel-label{font-size:.9rem;font-weight:600;letter-spacing:3px;color:var(--color-text-light);margin-bottom:1rem;text-transform:uppercase}.gallery-carousel-title{font-size:3.5rem;font-weight:800;color:var(--color-black);margin-bottom:1.5rem;line-height:1.2}.gallery-carousel-description{font-size:1.2rem;color:var(--color-text-light);max-width:700px;margin:0 auto;line-height:1.7}.gallery-projects-list{padding:2rem 0 8rem;background:var(--color-white)}.gallery-project-section{margin-bottom:8rem;padding:0 4rem}.gallery-project-header{margin-bottom:3rem;text-align:right}.gallery-project-name{font-size:2.5rem;font-weight:700;color:var(--color-secondary);margin-bottom:1rem}.gallery-project-description{font-size:1.2rem;color:var(--color-text);line-height:1.8;margin-bottom:1.5rem;max-width:900px}.gallery-project-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.95rem;color:var(--color-text-light)}.gallery-meta-item strong{color:var(--color-text);font-weight:600}.project-carousel-showcase{max-width:1400px;margin:0 auto;padding:4rem 0}.project-cards-container{position:relative;height:600px;display:flex;align-items:center;justify-content:center;perspective:1000px}.project-card{position:absolute;width:450px;height:550px;border-radius:24px;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px rgba(0,0,0,.3)}.project-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card.center{transform:translateX(0) scale(1) translateZ(0);z-index:10;opacity:1}.project-card.center:hover .project-card-image{transform:scale(1.05)}.project-card.right-1{transform:translateX(280px) scale(.85) translateZ(-100px) rotateY(-15deg);z-index:5;opacity:.8}.project-card.right-2{transform:translateX(480px) scale(.7) translateZ(-200px) rotateY(-25deg);z-index:1;opacity:.5}.project-card.left-1{transform:translateX(-280px) scale(.85) translateZ(-100px) rotateY(15deg);z-index:5;opacity:.8}.project-card.left-2{transform:translateX(-480px) scale(.7) translateZ(-200px) rotateY(25deg);z-index:1;opacity:.5}.project-card.hidden{transform:translateX(0) scale(.5);opacity:0;pointer-events:none}.project-card.left-1:hover,.project-card.right-1:hover{opacity:1;transform:translateX(280px) scale(.9) translateZ(-80px) rotateY(-12deg)}.project-card.left-1:hover{transform:translateX(-280px) scale(.9) translateZ(-80px) rotateY(12deg)}.project-image-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 50%,transparent);color:var(--color-white);font-size:1.1rem;font-weight:500;text-align:right;z-index:20}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:var(--color-white);border:2px solid var(--color-border);color:var(--color-text);font-size:1.5rem;cursor:pointer;transition:var(--transition-fast);z-index:10;display:flex;align-items:center;justify-content:center}.carousel-nav-btn:hover{background:var(--color-secondary);color:var(--color-white);border-color:var(--color-secondary)}.carousel-nav-left{left:1rem}.carousel-nav-right{right:1rem}.project-carousel-wrapper{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:2rem 0;scrollbar-width:none;-ms-overflow-style:none}.project-carousel-wrapper::-webkit-scrollbar{display:none}.project-carousel-item{flex:0 0 auto;width:350px;height:500px;border-radius:20px;overflow:hidden;position:relative;cursor:pointer;transition:var(--transition-medium);box-shadow:var(--shadow-md)}.project-carousel-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--shadow-lg)}.project-carousel-image{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.project-carousel-item:hover .project-carousel-image{transform:scale(1.1)}.carousel-controls{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.carousel-control-arrow{width:50px;height:50px;border-radius:50%;background:var(--color-white);border:2px solid var(--color-border);color:var(--color-text);font-size:1.5rem;cursor:pointer;transition:var(--transition-fast);display:flex;align-items:center;justify-content:center}.carousel-control-arrow:hover{background:var(--color-secondary);color:var(--color-white);border-color:var(--color-secondary)}.gallery-grid-section{padding:6rem 4rem;background:var(--color-white)}.kitchen-section-header{text-align:center;margin-bottom:5rem}.kitchen-section-title{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.kitchen-section-subtitle{font-size:1.2rem;color:var(--color-text-light);max-width:600px;margin:0 auto}.kitchen-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto}.kitchen-gallery-item{position:relative;display:block;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:var(--transition-medium);height:500px}.kitchen-gallery-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.kitchen-gallery-image-wrapper{position:relative;width:100%;height:100%}.kitchen-gallery-image{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.kitchen-gallery-item:hover .kitchen-gallery-image{transform:scale(1.05)}.kitchen-gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(44,36,24,.95) 0,rgba(44,36,24,.7) 50%,transparent);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:var(--transition-medium)}.kitchen-gallery-item:hover .kitchen-gallery-overlay{opacity:1}.kitchen-gallery-info{width:100%}.kitchen-gallery-title{font-size:1.8rem;font-weight:700;color:var(--color-white);margin-bottom:1rem}.kitchen-gallery-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.kitchen-meta-item{font-size:.95rem;color:var(--color-cream)}.kitchen-meta-item strong{color:var(--color-secondary);margin-left:.5rem}.kitchen-view-btn{padding:.8rem 2rem;background:var(--color-secondary);color:var(--color-primary-dark);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-fast)}.kitchen-view-btn:hover{background:var(--color-accent);transform:translateX(-5px)}.kitchen-about-section{padding:8rem 4rem;background:var(--color-grey-light)}.kitchen-about-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;max-width:1400px;margin:0 auto;align-items:center}.kitchen-about-title{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:2rem}.kitchen-about-text{font-size:1.1rem;color:var(--color-text);line-height:1.9;margin-bottom:1.5rem}.kitchen-about-image-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg)}.kitchen-about-image{width:100%;height:600px;object-fit:cover;transition:var(--transition-slow)}.kitchen-about-image-wrapper:hover .kitchen-about-image{transform:scale(1.05)}.kitchen-testimonials-section{padding:8rem 4rem;background:var(--color-white-2)}.kitchen-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem;max-width:1400px;margin:0 auto}.kitchen-testimonial-card{background:var(--color-white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-md);transition:var(--transition-medium);position:relative;border:1px solid var(--color-border)}.kitchen-testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.kitchen-testimonial-quote-icon{font-size:4rem;color:var(--color-secondary);line-height:1;margin-bottom:1rem;opacity:.3}.kitchen-testimonial-quote{font-size:1.1rem;color:var(--color-text);line-height:1.8;margin-bottom:2rem;font-style:italic}.kitchen-testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:2px solid var(--color-border)}.kitchen-testimonial-name{font-weight:700;color:var(--color-text);font-size:1.1rem}.kitchen-testimonial-project{font-size:.9rem;color:var(--color-text-light)}.kitchen-contact-section{padding:8rem 4rem;background:var(--color-white)}.kitchen-contact-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;max-width:1400px;margin:0 auto}.kitchen-contact-logo{margin-bottom:2rem;text-align:right}.kitchen-contact-logo-image{width:200px;height:auto;border-radius:12px;box-shadow:var(--shadow-md)}.kitchen-contact-title{font-size:3rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.kitchen-contact-subtitle{font-size:1.2rem;color:var(--color-text-light);margin-bottom:3rem;line-height:1.7}.kitchen-contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.kitchen-contact-detail{text-align:right}.kitchen-contact-label{font-size:.9rem;color:var(--color-text-light);margin-bottom:.5rem;font-weight:500}.kitchen-contact-value{font-size:1.2rem;color:var(--color-text);font-weight:600;text-decoration:none;transition:var(--transition-fast);display:inline-block}.kitchen-contact-value:hover{color:var(--color-secondary)}.kitchen-social-links{display:flex;gap:1rem}.kitchen-social-link{padding:.8rem 1.5rem;background:var(--color-primary);color:var(--color-white);text-decoration:none;border-radius:8px;font-weight:600;transition:var(--transition-fast)}.kitchen-social-link:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.kitchen-contact-form-wrapper{background:var(--color-white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-lg)}.kitchen-contact-form{gap:1.5rem}.kitchen-contact-form,.kitchen-form-group{display:flex;flex-direction:column}.kitchen-form-group label{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.kitchen-form-group input,.kitchen-form-group textarea{padding:1rem;border:2px solid var(--color-border);border-radius:8px;font-size:1rem;color:var(--color-text);background:var(--color-white);transition:var(--transition-fast);font-family:inherit}.kitchen-form-group input:focus,.kitchen-form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(139,107,71,.1)}.kitchen-form-group textarea{resize:vertical;min-height:120px}.kitchen-submit-btn{padding:1.2rem 2rem;background:var(--color-primary);color:var(--color-white);border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:var(--transition-medium);box-shadow:var(--shadow-sm)}.kitchen-submit-btn:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.kitchen-footer{background:var(--color-primary-dark);color:var(--color-white);padding:4rem 4rem 2rem}.kitchen-footer-content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;max-width:1400px;margin:0 auto 3rem}.kitchen-footer-brand h3{font-size:1.8rem;margin-bottom:.5rem;color:var(--color-secondary)}.kitchen-footer-brand p{color:var(--color-cream);font-size:.95rem}.kitchen-footer-links{display:flex;flex-direction:column;gap:.8rem}.kitchen-footer-links a{color:var(--color-cream);text-decoration:none;transition:var(--transition-fast);font-size:1rem}.kitchen-footer-links a:hover{color:var(--color-secondary);transform:translateX(-5px);display:inline-block}.kitchen-footer-contact p{color:var(--color-cream);margin-bottom:.5rem;font-size:.95rem}.kitchen-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(35,51%,65%,.2);color:var(--color-cream);font-size:.9rem}.kitchen-page{min-height:100vh;background:var(--color-white)}.kitchen-page-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.kitchen-back-link{font-size:1rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}.kitchen-back-link:hover{color:var(--color-primary-dark);transform:translateX(5px);display:inline-block}.kitchen-page-brand{font-size:1.8rem;font-weight:700;color:var(--color-primary)}.kitchen-page-hero{padding:10rem 4rem 4rem;background:linear-gradient(135deg,var(--color-cream) 0,var(--color-beige) 100%);text-align:center}.kitchen-page-title{font-size:3.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:1.5rem}.kitchen-page-description{font-size:1.3rem;color:var(--color-text-light);max-width:800px;margin:0 auto;line-height:1.8}.kitchen-page-content{padding:5rem 4rem;max-width:1400px;margin:0 auto}.kitchen-page-info-section{margin-bottom:4rem}.kitchen-page-section-title{font-size:2.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:2rem}.kitchen-page-long-description{font-size:1.2rem;color:var(--color-text);line-height:1.9;margin-bottom:3rem}.kitchen-page-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2rem;background:var(--color-cream);border-radius:12px}.kitchen-detail-item{display:flex;flex-direction:column;gap:.3rem}.kitchen-detail-label{font-size:.9rem;color:var(--color-text-light);font-weight:500}.kitchen-detail-value{font-size:1.1rem;color:var(--color-primary-dark);font-weight:600}.kitchen-page-gallery{display:flex;flex-direction:column;gap:2rem}.kitchen-gallery-row{display:grid;grid-gap:2rem;gap:2rem}.kitchen-gallery-row.row-2{grid-template-columns:repeat(2,1fr)}.kitchen-gallery-row.row-3{grid-template-columns:repeat(3,1fr)}.kitchen-gallery-row.row-remaining{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.kitchen-gallery-item-detail{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow-md);transition:var(--transition-medium)}.kitchen-gallery-item-detail:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.kitchen-gallery-item-detail img{width:100%;height:400px;object-fit:cover;display:block}.kitchen-image-caption{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(0deg,rgba(44,36,24,.9),transparent);color:var(--color-white);font-size:.95rem;transform:translateY(100%);transition:var(--transition-medium)}.kitchen-gallery-item-detail:hover .kitchen-image-caption{transform:translateY(0)}.kitchen-page-footer{padding:3rem 4rem;text-align:center;background:var(--color-cream)}.kitchen-footer-link{font-size:1.1rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}.kitchen-footer-link:hover{color:var(--color-primary-dark)}.kitchen-lightbox-overlay{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;padding:2rem}.kitchen-lightbox-content-full{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:90vw;max-height:90vh}.kitchen-lightbox-image-full{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.kitchen-lightbox-caption{margin-top:1.5rem;max-width:800px}.kitchen-lightbox-content{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem;max-width:1400px;background:var(--color-white);border-radius:16px;overflow:hidden}.kitchen-lightbox-image{width:100%;height:100%;object-fit:cover}.kitchen-lightbox-info{padding:3rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.kitchen-lightbox-title{font-size:2.5rem;font-weight:700;color:var(--color-black);line-height:1.2}.kitchen-lightbox-description{font-size:1.1rem;color:var(--color-text);line-height:1.8}.kitchen-lightbox-meta{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:var(--color-grey-light);border-radius:12px}.kitchen-lightbox-meta span{font-size:1rem;color:var(--color-text)}.kitchen-lightbox-meta strong{color:var(--color-black);font-weight:600}.kitchen-lightbox-view-btn{padding:1rem 2rem;background:var(--color-secondary);color:var(--color-white);text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;transition:var(--transition-medium);display:inline-block;margin-top:auto}.kitchen-lightbox-view-btn:hover{background:var(--color-accent);transform:translateY(-2px)}.kitchen-lightbox-close,.kitchen-lightbox-next,.kitchen-lightbox-prev{position:absolute;background:var(--color-primary);color:var(--color-white);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:var(--transition-fast);display:flex;align-items:center;justify-content:center;z-index:2001}.kitchen-lightbox-close{top:2rem;left:2rem}.kitchen-lightbox-prev{right:2rem;top:50%;transform:translateY(-50%)}.kitchen-lightbox-next{left:2rem;top:50%;transform:translateY(-50%)}.kitchen-lightbox-close:hover,.kitchen-lightbox-next:hover,.kitchen-lightbox-prev:hover{background:var(--color-primary-dark);transform:scale(1.1)}.kitchen-lightbox-next:hover,.kitchen-lightbox-prev:hover{transform:translateY(-50%) scale(1.1)}.kitchen-lightbox-content{max-width:90vw;max-height:90vh;position:relative}.kitchen-lightbox-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.kitchen-lightbox-caption{text-align:center;color:var(--color-white);margin-top:1rem;font-size:1.1rem}.kitchen-lightbox-counter{position:absolute;bottom:-3rem;right:50%;transform:translateX(50%);color:var(--color-white);font-size:1rem;background:var(--color-primary);padding:.5rem 1.5rem;border-radius:20px}@media (max-width:1200px){.kitchen-header{padding:1.5rem 2rem}.kitchen-about-section,.kitchen-contact-section,.kitchen-gallery-section,.kitchen-testimonials-section{padding:6rem 2rem}.kitchen-about-container,.kitchen-contact-container{gap:3rem}}@media (max-width:968px){.kitchen-nav{display:none}.kitchen-hero{padding:6rem 2rem 4rem}.kitchen-hero-content{padding:0 1.5rem}.kitchen-hero-subtitle,.kitchen-hero-title{font-size:2.5rem}.kitchen-hero-dots{left:1rem}.kitchen-why-grid{gap:3rem}.kitchen-about-container,.kitchen-contact-container,.kitchen-why-grid{grid-template-columns:1fr}.kitchen-gallery-experience-container{grid-template-columns:1fr;gap:3rem}.kitchen-gallery-rotating-image{height:400px}.gallery-project-section{padding:0 3rem}.gallery-project-name{font-size:2rem}.project-cards-container{height:450px}.project-card{width:350px;height:450px}.project-card.right-1{transform:translateX(220px) scale(.8) translateZ(-80px) rotateY(-12deg)}.project-card.left-1{transform:translateX(-220px) scale(.8) translateZ(-80px) rotateY(12deg)}.project-card.left-2,.project-card.right-2{opacity:0;pointer-events:none}.kitchen-lightbox-content{grid-template-columns:1fr;max-height:85vh;overflow-y:auto}.kitchen-lightbox-info{padding:2rem}.kitchen-footer-content,.kitchen-gallery-grid,.kitchen-testimonials-grid{grid-template-columns:1fr}.kitchen-footer-content{text-align:center}.kitchen-page-title{font-size:2.5rem}.kitchen-gallery-row.row-2,.kitchen-gallery-row.row-3{grid-template-columns:1fr}}@media (max-width:640px){.kitchen-header{padding:1rem}.kitchen-brand{font-size:1.3rem}.kitchen-contact-btn{padding:.6rem 1.2rem;font-size:.9rem}.kitchen-hero{padding:5rem 1.5rem 3rem}.kitchen-hero-subtitle,.kitchen-hero-title{font-size:2rem}.kitchen-hero-description{font-size:1rem}.kitchen-gallery-experience-title,.kitchen-section-title{font-size:2rem}.kitchen-gallery-rotating-image{height:300px}.gallery-carousel-header{padding:8rem 2rem 2rem}.gallery-carousel-title{font-size:2.5rem}.gallery-project-section{padding:0 1.5rem}.gallery-project-name{font-size:1.8rem}.gallery-project-description{font-size:1rem}.gallery-project-meta{font-size:.85rem;gap:1rem}.project-cards-container{height:350px}.project-card{width:280px;height:350px}.project-card.center{transform:translateX(0) scale(1)}.project-card.left-1,.project-card.right-1{transform:translateX(0) scale(.7);opacity:.3;pointer-events:none}.project-card.left-2,.project-card.right-2{display:none}.project-image-caption{padding:1rem;font-size:.95rem}.kitchen-lightbox-title{font-size:1.8rem}.kitchen-lightbox-info{padding:1.5rem}.kitchen-about-section,.kitchen-contact-section,.kitchen-gallery-section,.kitchen-testimonials-section{padding:4rem 1.5rem}.kitchen-page-content{padding:3rem 1.5rem}}