.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}}
