.hero-section{position:relative;height:100vh;min-height:800px;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;overflow:hidden}.hero-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;animation:slideZoom 25s infinite linear}.hero-slider .slide:nth-child(1){animation-delay:0s}.hero-slider .slide:nth-child(2){animation-delay:5s}.hero-slider .slide:nth-child(3){animation-delay:10s}.hero-slider .slide:nth-child(4){animation-delay:15s}.hero-slider .slide:nth-child(5){animation-delay:20s}@keyframes slideZoom{0%{opacity:0;transform:scale(1)}4%{opacity:1}20%{opacity:1}24%{opacity:0;transform:scale(1.08)}100%{opacity:0;transform:scale(1.08)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to right,rgba(253,251,247,0.7) 0%,rgba(253,251,247,0.4) 50%,rgba(253,251,247,0.1) 100% );z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;margin-top:4rem}.hero-title{font-size:clamp(3rem,6vw,4.8rem);line-height:1.15;margin:1.5rem 0 2.5rem;letter-spacing:-0.5px}.hero-title em{font-style:italic;font-weight:400}.hero-desc{font-size:1rem;line-height:1.6;max-width:400px;color:var(--text-primary)}.hero-bottom{position:absolute;bottom:3rem;left:4rem;right:4rem;z-index:2;display:flex;justify-content:flex-end;align-items:flex-end}.scroll-explore{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:1rem;font-size:0.7rem;letter-spacing:2px;text-transform:uppercase}.mouse-btn{margin:0 auto 10px;width:25px;height:45px;border:2px solid var(--text-primary);border-radius:15px;display:flex}.mouse-scroll{display:block;width:10px;height:10px;background:var(--text-primary);border-radius:50%;margin:auto;animation:scrolling13 1s linear infinite}@keyframes scrolling13{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(10px)}}.about-section{background-color:var(--bg-primary);padding:3rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:3.5rem;line-height:1.2;margin-bottom:2rem}.about-text h2 em{font-style:italic;font-weight:400}.about-text p{color:var(--text-muted);line-height:1.8;font-size:0.95rem;margin-bottom:2rem}.signature-block{margin-top:4rem}.signature{font-family:"Playfair Display",serif;font-style:italic;font-size:2.5rem;margin-bottom:0.5rem}.title{font-size:0.6rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.about-image-wrapper{position:relative;height:600px}.about-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:grayscale(100%) contrast(1.2)}.about-quote{padding-left:2rem;border-left:1px solid var(--border-color)}.about-quote h3{font-size:2.2rem;line-height:1.4;font-style:italic;font-weight:400;color:var(--text-muted)}.quote-mark{font-size:3rem;font-family:var(--font-display);color:var(--text-muted);margin-bottom:1rem;line-height:0.5}.services-section{background-color:var(--bg-primary);padding:3rem 0}.services-header{margin-bottom:2rem}.services-header h2{font-size:3.5rem;font-style:italic;font-weight:400;margin:0 0 1rem 0;line-height:1.2}.services-header p{color:var(--text-muted);font-size:1rem;max-width:600px;line-height:1.6;margin:0}.services-list{display:flex;flex-direction:column;margin-top:4rem;border-top:1px solid var(--border-color)}.service-row{display:flex;align-items:center;padding:4rem 2rem;border-bottom:1px solid var(--border-color);color:var(--text-primary);text-decoration:none;position:relative;transition:all 0.4s ease;z-index:1}.service-row::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--text-primary);transform:scaleY(0);transform-origin:bottom;transition:transform 0.5s cubic-bezier(0.16,1,0.3,1);z-index:-1}.service-row:hover::before{transform:scaleY(1);transform-origin:top}.srv-icon-main{flex:0 0 10%;font-size:2.5rem;color:var(--text-muted);transition:transform 0.5s ease,color 0.3s ease}.srv-title{flex:0 0 35%}.srv-title h3{font-family:var(--font-display);font-size:2.5rem;font-style:italic;font-weight:400;margin:0;line-height:1.1;transition:color 0.3s ease}.srv-desc{flex:0 0 45%;padding-right:3rem}.srv-desc p{color:var(--text-muted);font-size:1rem;line-height:1.6;margin:0;transition:color 0.3s ease}.srv-icon-arrow{flex:0 0 10%;text-align:right;font-size:2.5rem;color:var(--text-muted);transition:transform 0.5s ease,color 0.3s ease}.service-row:hover .srv-icon-main,.service-row:hover .srv-title h3,.service-row:hover .srv-icon-arrow{color:var(--bg-primary)}.service-row:hover .srv-desc p{color:var(--bg-secondary)}.service-row:hover .srv-icon-arrow{transform:translateX(15px)}.service-row:hover .srv-icon-main{transform:translateX(10px) scale(1.1)}.projects-section{background-color:var(--bg-primary);padding:3rem 0}.projects-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.projects-header h2{font-size:3.5rem;font-style:italic;font-weight:400;margin:0}.view-all{display:inline-flex;align-items:center;gap:1rem;padding:0.8rem 1.5rem;border:1px solid var(--text-primary);font-size:0.7rem;letter-spacing:2px;text-transform:uppercase}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.project-item{position:relative;min-width:0}.project-thumb{position:relative;aspect-ratio:16/9;background-color:var(--bg-secondary);margin-bottom:1rem;overflow:hidden;cursor:pointer}.project-thumb img,.project-thumb video{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.project-thumb:hover img,.project-thumb:hover video{transform:scale(1.05)}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:1px solid rgba(255,255,255,0.5);border-radius:50%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,0.3);backdrop-filter:blur(2px);z-index:2}.project-meta-box{display:flex;flex-direction:column;gap:0.3rem}.project-name{font-size:0.7rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.project-brand{font-size:0.8rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;word-break:break-word}.project-details{font-size:0.65rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.concepts-section{background-color:var(--bg-primary);padding:2rem 0 3rem}.concepts-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.concepts-header h2{font-size:3.5rem;font-style:italic;font-weight:400;margin:0}.concepts-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.concept-item .concept-thumb{aspect-ratio:4/3;background-color:var(--bg-secondary);margin-bottom:1rem;overflow:hidden;cursor:pointer}.concept-thumb img{width:100%;height:100%;object-fit:cover}.concept-name{font-size:0.65rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-primary);font-weight:600;line-height:1.4}.brands-section{padding:4rem 0;background-color:transparent;overflow:hidden;border-top:1px solid rgba(0,0,0,0.05);border-bottom:1px solid rgba(0,0,0,0.05)}.brands-marquee{display:flex;width:max-content;animation:marquee 35s linear infinite}.brands-marquee:hover{animation-play-state:paused}.brands-track{display:flex;align-items:center;gap:4rem;padding-right:4rem}.brand-item{display:flex;align-items:center;justify-content:center}.brand-item img{height:75px;width:auto;max-width:220px;object-fit:contain;transition:all 0.3s ease}.brand-item img:hover{transform:scale(1.05)}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.contact-section{background-color:var(--bg-secondary);padding:3rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-text{display:flex;flex-direction:column;height:100%}.contact-text h2{font-size:3.5rem;font-style:normal;margin-bottom:2rem}.contact-text h2 em{font-style:italic;font-weight:400}.contact-text p{color:var(--text-muted);line-height:1.8;font-size:0.95rem;max-width:400px}.contact-info-list{margin-top:auto;border-top:1px solid var(--border-color);padding-top:3rem;display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;align-items:center;gap:1.5rem}.contact-icon{width:50px;height:50px;border:1px solid var(--border-color);border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all 0.3s ease}.contact-icon i{color:var(--text-primary);font-size:1.2rem;transition:all 0.3s ease}.contact-info-item:hover .contact-icon{background-color:var(--text-primary)}.contact-info-item:hover .contact-icon i{color:var(--bg-primary)}.contact-detail{display:flex;flex-direction:column}.contact-label{font-size:0.65rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:0.3rem}.contact-value{font-size:0.95rem;color:var(--text-primary);font-family:var(--font-body);letter-spacing:1px}.contact-form-wrapper{padding-top:1rem}.custom-input{background:transparent !important;border:none;border-bottom:1px solid var(--border-color);border-radius:0;color:#824f55 !important;padding:1rem 0;font-size:0.85rem;font-family:var(--font-body);transition:all 0.3s ease}.custom-input:focus{outline:none;box-shadow:none;border-bottom:1px solid var(--text-primary)}.custom-input::placeholder{color:#824f55;opacity:1;font-size:0.85rem}.submit-btn{background:transparent;color:var(--text-primary);width:100%;justify-content:center;padding:1.2rem;margin-top:1rem;cursor:pointer}.hover-box:hover{background-color:var(--bg-primary);border-color:var(--text-primary)}@media (max-width:1200px){.about-grid{grid-template-columns:1fr 1fr}.about-quote{display:none}.projects-grid{grid-template-columns:repeat(2,1fr)}.concepts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.hero-title{font-size:3.5rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{height:500px}.service-row{flex-wrap:wrap;padding:3rem 1rem}.srv-icon-main{flex:0 0 100%;margin-bottom:1rem}.srv-title{flex:0 0 100%;margin-bottom:1rem}.srv-desc{flex:0 0 100%;padding-right:0;margin-bottom:1.5rem}.srv-icon-arrow{flex:0 0 100%;text-align:left}.projects-header,.concepts-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.projects-grid{grid-template-columns:1fr}.concepts-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.hero-section{padding:0 1.5rem;min-height:100svh;height:100svh}.hero-content{margin-top:1rem;max-width:100%;width:100%;box-sizing:border-box}.hero-title{font-size:clamp(3rem,9vw,4rem);margin:1rem 0 1.5rem;word-break:break-word}.hero-desc{font-size:1.1rem;max-width:100%;line-height:1.6;padding-right:0}.hero-bottom{bottom:2rem;left:1.5rem;right:1.5rem}.services-header h2,.projects-header h2,.concepts-header h2,.contact-text h2{font-size:2.5rem}.brand-item img{height:50px;max-width:150px}.brands-track{gap:2.5rem;padding-right:2.5rem}}@media (max-width:480px){.hero-section{padding:0 1.2rem}.hero-title{font-size:2.8rem;margin:0.8rem 0 1.2rem}.hero-desc{font-size:1.05rem}.hero-bottom{bottom:1.5rem;left:1.2rem;right:1.2rem}.services-header h2,.projects-header h2,.concepts-header h2,.contact-text h2{font-size:2rem}.project-brand{font-size:0.7rem}}@media (max-width:360px){.hero-section{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-desc{font-size:1rem}.hero-bottom{bottom:1rem;left:1rem;right:1rem}.services-header h2,.projects-header h2,.concepts-header h2,.contact-text h2{font-size:1.8rem}.project-brand{font-size:0.65rem}}