.hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center}.hero-overlay{z-index:1;background:linear-gradient(#1c181873 0%,#1c1818a6 50%,#1c1818ed 100%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:860px;padding:0 2rem;display:flex;position:relative}.hero-tagline{font-family:var(--font);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);background:#dfae4314;border:1px solid #dfae4359;align-items:center;gap:.6rem;padding:.45rem 1.2rem;font-size:.78rem;font-weight:600;animation:.8s ease-out both fadeSlideUp;display:inline-flex}.hero-tagline-dot{background:var(--primary);border-radius:50%;width:6px;height:6px}.hero-heading{font-family:var(--header-font);letter-spacing:.01em;color:var(--text-color);font-size:clamp(2.4rem,5.5vw,4.4rem);font-weight:400;line-height:1.15;animation:.8s ease-out .15s both fadeSlideUp}.hero-heading .highlight{color:var(--primary);-webkit-text-fill-color:var(--primary)}.hero-sub{font-family:var(--alt-font);color:#fffaeea6;max-width:600px;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.75;animation:.8s ease-out .3s both fadeSlideUp}.hero-cta-row{align-items:center;gap:1rem;margin-top:.75rem;animation:.8s ease-out .45s both fadeSlideUp;display:flex}.hero-cta-primary{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--bg-color);background:var(--primary);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.9rem 2.4rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex;box-shadow:0 3px 12px #0000004d}.hero-cta-primary:hover{background:var(--accent);transform:translateY(-1px)}.hero-cta-primary:active{transform:translateY(0)scale(.98)}.hero-scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:.5rem;animation:.8s ease-out .6s both fadeSlideUp;display:flex;position:absolute;bottom:2rem;left:0;right:0}.hero-scroll-hint span{font-family:var(--font);letter-spacing:.15em;text-transform:uppercase;color:#fffaee4d;font-size:.7rem}.scroll-line{background:linear-gradient(180deg,var(--primary),transparent);width:1px;height:40px;animation:2.5s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:1;height:40px}50%{opacity:.3;height:24px}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{height:100svh;min-height:100svh}.hero-content{gap:1.25rem;padding:0 1.25rem}.hero-heading{font-size:clamp(1.8rem,8vw,2.8rem)}.hero-cta-row{flex-direction:column;width:100%}.hero-cta-primary{justify-content:center;width:100%}.hero-scroll-hint{bottom:1.5rem}}
.services-section{background:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:clamp(2.5rem,5vw,5rem) 2rem clamp(2rem,4vw,3.5rem);display:flex;position:relative;overflow:hidden}.services-section:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#1c1818 0%,#0000 100%);width:100%;height:120px;position:absolute;top:0;left:0}.services-header{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex;position:relative}.services-label{font-family:var(--font);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.services-label-line{background:var(--primary);width:36px;height:2px;display:inline-block}.services-heading{font-family:var(--header-font);color:var(--text-color);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;line-height:1.2}.services-heading .highlight{color:var(--primary);-webkit-text-fill-color:var(--primary)}.services-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1400px;display:grid;position:relative}.service-card{cursor:default;aspect-ratio:4/3;isolation:isolate;border:1px solid #dfae431a;border-radius:8px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.service-card-bg{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;inset:0}.service-card-overlay{z-index:0;background:linear-gradient(#0000 0%,#0000004d 50%,#000000e6 100%);position:absolute;inset:0}.service-card-content{z-index:1;flex-direction:column;justify-content:flex-end;gap:.5rem;height:100%;padding:1.5rem;display:flex;position:relative}.service-card-title{font-family:var(--header-font);color:#fff;font-size:1.5rem;font-weight:400;line-height:1.2}.service-card-desc{font-family:var(--alt-font);color:#fffc;font-size:.95rem;line-height:1.5}@media (max-width:1024px){.services-section{padding:3rem 1.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.services-section{padding:2.5rem 1.25rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{aspect-ratio:4/3}.services-header{margin-bottom:2rem}}
.why-us{background:var(--bg-color);justify-content:center;align-items:center;padding:5rem 2rem 3rem;display:flex;position:relative;overflow:visible}.why-us-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.why-us-image-wrap{aspect-ratio:4/3;background:#ffffff05;border:1px solid #dfae4326;border-radius:4px;position:relative;overflow:hidden}.why-us-image-wrap:before{content:"";border-top:3px solid var(--primary);border-left:3px solid var(--primary);z-index:2;width:50px;height:50px;position:absolute;top:-1px;left:-1px}.why-us-image-wrap:after{content:"";border-bottom:3px solid var(--primary);border-right:3px solid var(--primary);z-index:2;width:50px;height:50px;position:absolute;bottom:-1px;right:-1px}.why-us-content{flex-direction:column;gap:1.75rem;display:flex}.why-us-label{font-family:var(--font);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.why-us-label-line{background:var(--primary);width:36px;height:2px;display:inline-block}.why-us-heading{font-family:var(--header-font);color:var(--text-color);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:400;line-height:1.25}.why-us-heading .highlight{color:var(--primary);-webkit-text-fill-color:var(--primary)}.why-us-desc{font-family:var(--alt-font);color:#fffaee8c;max-width:520px;font-size:1.02rem;line-height:1.8}.why-us-cards{flex-direction:column;gap:.6rem;margin-top:.25rem;display:flex}.why-us-card{border:1px solid #dfae4314;border-left:3px solid var(--primary);background:#ffffff05;border-radius:3px;align-items:flex-start;gap:1rem;padding:1rem 1.15rem;display:flex}.why-us-card-icon{width:40px;height:40px;color:var(--primary);background:#dfae4314;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-us-card-text{flex-direction:column;gap:.2rem;display:flex}.why-us-card-title{font-family:var(--font);color:var(--text-color);font-size:.95rem;font-weight:600}.why-us-card-desc{font-family:var(--alt-font);color:#fffaee73;font-size:.82rem;line-height:1.55}@media (max-width:1024px){.why-us{padding:3.5rem 1.5rem}.why-us-inner{grid-template-columns:1fr;gap:2.5rem}.why-us-image-wrap{width:100%;max-width:500px;margin:0 auto}}@media (max-width:640px){.why-us{padding:2.5rem 1.25rem}.why-us-card{flex-direction:column;gap:.75rem}}
.testimonials{background:var(--bg-color);padding:5rem 2rem;position:relative}.testimonials-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto 3rem;animation:.7s ease-out both testiFadeUp;display:flex}.testimonials-label{font-family:var(--font);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.testimonials-label-line{background:var(--primary);width:36px;height:2px;display:inline-block}.testimonials-heading{font-family:var(--header-font);color:var(--text-color);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.15}.testimonials-heading .highlight{color:var(--primary)}.testimonials-sub{font-family:var(--alt-font);color:#fffaee8c;max-width:540px;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.75}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:0 auto;animation:.7s ease-out .15s both testiFadeUp;display:grid}.testimonial-card{background:#ffffff05;border:1px solid #dfae4314;border-radius:4px;flex-direction:column;gap:1rem;padding:1.75rem 1.6rem;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex}.testimonial-card:hover{border-color:#dfae434d;transform:translateY(-6px);box-shadow:0 12px 40px #00000059,0 0 0 1px #dfae431f}.testimonial-stars{color:var(--primary);gap:.25rem;display:flex}.testimonial-stars svg{fill:var(--primary)}.testimonial-quote{font-family:var(--alt-font);color:#fffaeeb3;flex:1;font-size:.92rem;line-height:1.75}.testimonial-author{border-top:1px solid #dfae4314;flex-direction:column;gap:.2rem;padding-top:1rem;display:flex}.testimonial-name{font-family:var(--font);color:var(--text-color);font-size:.95rem;font-weight:600}.testimonial-project{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-size:.72rem;font-weight:600}@keyframes testiFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.testimonials{padding:4rem 1.25rem}.testimonials-grid{gap:1.25rem}}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-header{margin-bottom:2rem}}
.faq{background:var(--bg-color);padding:5rem 2rem;position:relative}.faq-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;margin:0 auto 3rem;animation:.7s ease-out both faqFadeUp;display:flex}.faq-label{font-family:var(--font);letter-spacing:.16em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.faq-label-line{background:var(--primary);width:36px;height:2px;display:inline-block}.faq-heading{font-family:var(--header-font);color:var(--text-color);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:400;line-height:1.15}.faq-heading .highlight{color:var(--primary)}.faq-sub{font-family:var(--alt-font);color:#fffaee8c;max-width:540px;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.75}.faq-list{flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;animation:.7s ease-out .15s both faqFadeUp;display:flex}.faq-item{background:#ffffff05;border:1px solid #dfae4314;border-radius:4px;transition:border-color .3s;overflow:hidden}.faq-item:hover,.faq-item-open{border-color:#dfae434d}.faq-question{width:100%;font-family:var(--font);text-align:left;color:var(--text-color);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.35rem;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.faq-item-open .faq-question{color:var(--primary)}.faq-chevron{color:var(--primary);flex-shrink:0;transition:transform .35s;display:inline-flex}.faq-item-open .faq-chevron{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item-open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer-inner p{font-family:var(--alt-font);color:#fffaee99;padding:0 1.35rem 1.25rem;font-size:.92rem;line-height:1.75}@keyframes faqFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq{padding:4rem 1.25rem}.faq-header{margin-bottom:2rem}.faq-question{padding:1rem 1.1rem;font-size:.95rem}.faq-answer-inner p{padding:0 1.1rem 1.1rem}}
