.navbar{background:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-actions{display:flex;align-items:center;gap:1.5rem}.navbar-actions.rtl{flex-direction:row-reverse}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-menu a{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.navbar-menu a:hover,.navbar-menu a.active{color:var(--primary-color)}.navbar-menu a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary-color)}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem;padding:1rem}.navbar-logo{font-size:1.25rem}.logo-icon{font-size:1.5rem}.navbar-menu{gap:1rem;flex-wrap:wrap;justify-content:center;font-size:.9rem}.navbar-actions,.navbar-actions.rtl{flex-direction:column;gap:.75rem;width:100%}}@media (max-width: 480px){.navbar-container{padding:.75rem}.navbar-menu{gap:.75rem;font-size:.85rem}}.language-switcher{position:relative;display:flex;align-items:center;background:var(--accent-color);border-radius:999px;padding:.25rem;gap:.25rem;box-shadow:inset 0 1px 2px #0000000d;transition:all .3s ease}.language-switcher-button{border:none;background:transparent;color:var(--primary-color);font-weight:600;padding:.35rem .85rem;border-radius:999px;transition:all .25s ease;font-size:.85rem;white-space:nowrap;cursor:pointer}.language-switcher-button:hover{background:#ffffffd9;transform:translateY(-1px)}.language-switcher-button.active{background:var(--white);color:var(--primary-color);box-shadow:0 4px 12px #0000001f}.navbar .language-switcher{margin-inline-start:1.5rem}@media (max-width: 768px){.language-switcher{margin-top:.5rem}.navbar .language-switcher{margin-inline-start:0}}.home{min-height:calc(100vh - 200px);margin:0;padding:0}.hero{background:var(--gradient);color:var(--white);padding:4rem 2rem;display:flex;align-items:center;justify-content:center;gap:3rem;min-height:500px;margin:0}.hero-content{max-width:600px;flex:1}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;line-height:1.6;opacity:.95}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;max-width:460px;min-height:400px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #00000040;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.hero-photo{width:100%;height:100%;min-height:400px;object-fit:cover;display:block;transition:transform .6s ease}.hero-image:has(.hero-placeholder){background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-placeholder{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-icon{font-size:8rem;opacity:.9}.hero-image:hover .hero-photo{transform:scale(1.05)}.btn{padding:1rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease;display:inline-block;text-align:center}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.story-section{padding:4rem 2rem;background:var(--accent-color);margin:0}.story-content{max-width:800px;margin:0 auto;text-align:center}.story-content h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}.story-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.story-text p{margin-bottom:1.5rem}.services-section{padding:4rem 2rem;margin:0}.section-title{font-size:2.5rem;text-align:center;color:var(--primary-color);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.service-icon{font-size:4rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}.service-card p{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.service-link{color:var(--primary-color);font-weight:600;transition:color .3s ease}.service-link:hover{color:var(--secondary-color)}.gallery-section{padding:4rem 2rem;background:var(--white)}.gallery-subtitle{text-align:center;max-width:700px;margin:0 auto 2.5rem;color:var(--text-light);font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.gallery-item{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease,filter .6s ease}.gallery-item:hover img{transform:scale(1.05);filter:saturate(1.05)}.testimonials-section{padding:4rem 0;background:var(--accent-color);margin:0;width:100%}.testimonials-header{max-width:1200px;margin:0 auto;padding:0 2rem 3rem;text-align:center}.testimonials-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin:1rem auto 0;max-width:700px}.testimonials-grid-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;padding:0 2rem;max-width:1200px;margin:0 auto}.testimonials-grid-full .testimonial-card{background:var(--white);border-radius:20px;box-shadow:0 5px 20px #0000001a}.testimonial-card{background:var(--accent-color);padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.testimonial-rating{margin-bottom:1rem;display:flex;gap:.25rem}.testimonial-rating .star{font-size:1.2rem}.testimonial-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem;flex-grow:1;font-style:italic}.testimonial-author{font-size:1rem;font-weight:600;color:var(--primary-color);margin-top:auto}.cta-section{padding:4rem 2rem;background:var(--gradient);color:var(--white);text-align:center;margin:0}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.container{padding:0 1rem}.hero{flex-direction:column;text-align:center;padding:3rem 1.5rem;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-image{max-width:100%;min-height:300px}.hero-photo,.hero-placeholder{min-height:300px}.story-section,.services-section,.gallery-section,.testimonials-section,.cta-section{padding:3rem 1rem}.story-content h2,.section-title,.cta-content h2{font-size:2rem}.services-grid,.gallery-grid{grid-template-columns:1fr}.testimonials-grid-full{grid-template-columns:1fr;padding:0 1rem;gap:1.5rem}.testimonial-card{padding:2rem}}.page{min-height:calc(100vh - 200px);padding-top:0;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-header{text-align:center;padding:3rem 2rem;background:var(--gradient);color:var(--white);margin-bottom:0}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto}.content-section{padding:4rem 0;margin-bottom:0;border-bottom:1px solid rgba(139,69,19,.1)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-text h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem}.content-text h3{font-size:1.5rem;color:var(--primary-color);margin:2rem 0 1rem}.content-text p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1rem}.feature-list{list-style:none;padding:0}.feature-list li{padding:.75rem 0;font-size:1.1rem;line-height:1.7;color:var(--text-dark);border-bottom:1px solid var(--accent-color)}.feature-list li:last-child{border-bottom:none}.content-image{display:flex;justify-content:center;align-items:center;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0003;min-height:400px;width:100%}.content-photo{width:100%;height:100%;min-height:400px;display:block;object-fit:cover;transition:transform .6s ease}.content-image:hover .content-photo{transform:scale(1.05)}.benefits-section{padding:4rem 0;background:var(--white);margin:0;border-radius:0;border-top:1px solid rgba(139,69,19,.1);border-bottom:1px solid rgba(139,69,19,.1)}.benefits-section h2{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0}.benefit-card{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.benefit-card p{color:var(--text-light);line-height:1.7}.process-section{padding:4rem 0}.process-section h2{text-align:center;font-size:2.5rem;color:var(--primary-color);margin-bottom:3rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 1rem}.process-step{text-align:center;padding:2rem;background:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background:var(--gradient);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{color:var(--primary-color);margin-bottom:1rem}.process-step p{color:var(--text-light);line-height:1.7}.photo-gallery{padding:4rem 0;text-align:center}.photo-gallery h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.photo-gallery-subtitle{max-width:700px;margin:0 auto 2.5rem;color:var(--text-light);font-size:1.1rem}.photo-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin:0 auto;max-width:1200px;padding:0 2rem}.photo-gallery-full{padding:4rem 0;background:var(--accent-color);margin:0;width:100%;max-width:100%;display:block;box-sizing:border-box;clear:both;border-top:2px solid rgba(139,69,19,.15)}.photo-gallery-header{max-width:1200px;margin:0 auto;padding:0 2rem 3rem;text-align:center}.photo-gallery-header h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem}.photo-gallery-grid-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1200px;padding:0 2rem;margin:0 auto;box-sizing:border-box}.photo-gallery-item{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.photo-gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.photo-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease,filter .6s ease}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent-color);font-size:4rem;color:var(--primary-color);opacity:.6;border-radius:15px}.image-placeholder{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-placeholder .placeholder-icon{font-size:8rem;opacity:.9}.photo-gallery-item:hover img{transform:scale(1.05);filter:saturate(1.05)}.cta-section{text-align:center;padding:4rem 2rem;background:var(--gradient);color:var(--white);border-radius:0;margin:0}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.btn{padding:1rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease;display:inline-block;text-align:center;color:inherit}.btn-primary{background:var(--white);color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0003}.btn-large{padding:1.25rem 3rem;font-size:1.1rem}@media (max-width: 768px){.container{padding:0 1rem}.page-header{padding:2rem 1rem}.page-header h1{font-size:2rem}.page-subtitle{font-size:1.1rem}.content-section{padding:3rem 0}.content-grid{grid-template-columns:1fr;gap:2rem}.content-grid.reverse{direction:ltr}.content-image,.content-photo,.image-placeholder{min-height:300px}.benefits-section,.process-section,.photo-gallery-full,.cta-section{padding:3rem 0}.benefits-section h2,.process-section h2,.cta-section h2{font-size:2rem;padding:0 1rem}.benefits-grid{padding:0 1rem}.process-steps{grid-template-columns:1fr;padding:0 1rem}.photo-gallery-grid{grid-template-columns:1fr}.photo-gallery-grid-full{grid-template-columns:1fr;padding:0 1rem;gap:1.5rem}.photo-gallery-header{padding:0 1rem 2rem}.photo-gallery-header h2{font-size:2rem}}.contact-info{max-width:800px;margin:0 auto;padding:2rem 0 4rem}.contact-info h2{font-size:2rem;color:var(--primary-color);margin-bottom:1.5rem}.contact-info>p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:2rem}.contact-details{margin:2rem 0;display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:0;padding:1.5rem;background:var(--accent-color);border-radius:15px;border:1px solid rgba(139,69,19,.1);box-shadow:0 2px 8px #0000000d}.contact-icon{font-size:2.5rem;flex-shrink:0}.contact-item h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.2rem}.contact-item p{color:var(--text-light);font-size:1.1rem}.contact-note{margin-top:3rem;padding:1.5rem;background:var(--white);border-inline-start:4px solid var(--primary-color);border-radius:10px;box-shadow:0 2px 8px #0000000d;border:1px solid rgba(139,69,19,.1)}.contact-note p{color:var(--text-dark);line-height:1.7}.contact-form-container{background:var(--white);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid var(--accent-color);border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:var(--white);color:var(--text-dark)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;margin-top:1rem}@media (max-width: 968px){.container{padding:0 1rem}.contact-info{padding:1rem 0 0}.contact-item,.contact-note{padding:1rem}}@media (max-width: 480px){.contact-item{flex-direction:column;text-align:center;gap:1rem}.contact-icon{font-size:2rem}}.footer{background:var(--accent-color);color:var(--text-dark);margin-top:0}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--primary-color)}.footer-section p{color:var(--text-dark);line-height:1.8;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-dark);transition:color .3s ease;opacity:.9}.footer-section ul li a:hover{color:var(--primary-color);opacity:1}.footer-bottom{border-top:1px solid rgba(139,69,19,.2);padding:1.5rem 2rem;text-align:center;color:var(--text-dark);opacity:.8}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #8B4513;--secondary-color: #D4A574;--accent-color: #F5E6D3;--text-dark: #2C2C2C;--text-light: #666;--white: #FFFFFF;--gradient: linear-gradient(135deg, #8B4513 0%, #D4A574 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.App{margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}
