.hc-hero-section{text-align:center;color:#fff;justify-content:center;align-items:center;height:100vh;min-height:620px;display:flex;position:relative;overflow:hidden}.hc-hero-img{z-index:0;object-fit:cover;filter:brightness(.86)saturate(1.08);width:auto;min-width:100%;height:auto;min-height:100%;animation:32s ease-in-out infinite alternate hc-cinematic;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hc-cinematic{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.1)}}.hc-hero-overlay{z-index:1;background:radial-gradient(circle at 70% 30%,#8f967d2e 0%,#0000 45%),linear-gradient(#0000004d 0%,#000c 100%);position:absolute;inset:0}.hc-hero-content{z-index:2;max-width:940px;margin-top:8vh;padding:0 24px;position:relative}.hc-breadcrumb{background:0 0;justify-content:center;margin-bottom:1.25rem;padding:0}.hc-breadcrumb .breadcrumb-item a{color:#ffffffa6;letter-spacing:1px;text-transform:uppercase;font-size:.85rem;text-decoration:none;transition:color .3s}.hc-breadcrumb .breadcrumb-item a:hover{color:var(--gold)}.hc-breadcrumb .breadcrumb-item.active{color:var(--gold);letter-spacing:1px;text-transform:uppercase;font-size:.85rem}.hc-breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#ffffff59}.hc-hero-title{text-shadow:0 4px 24px #00000073;color:#fff;margin-bottom:.75rem;font-family:Gallient,serif;font-size:clamp(2.2rem,5.5vw,3.6rem);line-height:1.12}.hc-hero-subtitle{letter-spacing:.3px;color:#ffffffeb;max-width:720px;margin:0 auto 1.25rem;font-family:Poppins,sans-serif;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:300;line-height:1.65}.hc-hero-desc{color:#ffffffd9;max-width:800px;margin:0 auto 2.25rem;font-size:1.02rem;font-weight:300;line-height:1.8}.hc-intro-section{background:var(--bg-body);padding:100px 0;position:relative;overflow:hidden}.hc-intro-section:after{content:"";border:1px solid var(--gold);opacity:.06;pointer-events:none;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-140px;left:-140px}.hc-intro-image-wrap{border-radius:18px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000001f}.hc-intro-image-wrap img{object-fit:cover;width:100%;height:100%;min-height:400px;transition:transform .7s;display:block}.hc-intro-image-wrap:hover img{transform:scale(1.04)}.hc-intro-image-accent{border:2px solid var(--gold);z-index:-1;opacity:.45;border-radius:18px;width:120px;height:120px;position:absolute;top:-16px;right:-16px}.hc-super-heading{text-transform:uppercase;letter-spacing:4px;color:var(--gold);margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;display:inline-block}.hc-main-title{color:var(--text-heading);margin-bottom:1.5rem;font-family:Gallient,serif;font-size:clamp(1.9rem,3.5vw,2.6rem);line-height:1.15}.hc-desc-text{color:var(--text-muted);margin:0;font-size:1.02rem;font-weight:300;line-height:1.85}.hc-services-section{background:var(--bg-surface-alt);padding:100px 0}.hc-section-title{color:var(--text-heading);margin-bottom:0;padding-bottom:18px;font-family:Gallient,serif;font-size:clamp(1.8rem,3vw,2.8rem);display:inline-block;position:relative}.hc-section-title:after{content:"";background:var(--gold);border-radius:2px;width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hc-service-card{background:var(--bg-surface);text-align:center;border:1px solid #8f967d1f;border-radius:16px;height:100%;padding:2.25rem 1.75rem;transition:transform .4s,box-shadow .4s,border-color .4s;box-shadow:0 8px 32px #0000000d}.hc-service-card:hover{border-color:#8f967d47;transform:translateY(-8px);box-shadow:0 20px 48px #0000001a}.hc-service-icon{width:64px;height:64px;color:var(--gold);background:linear-gradient(135deg,#8f967d1f 0%,#8f967d0a 100%);border:1px solid #8f967d33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.5rem;transition:background .4s,color .4s;display:flex}.hc-service-card:hover .hc-service-icon{background:var(--gold);color:#fff}.hc-service-title{color:var(--text-heading);margin-bottom:.75rem;font-family:Gallient,serif;font-size:1.3rem;line-height:1.25}.hc-service-desc{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.7}.hc-gallery-section{background:var(--bg-body);padding:100px 0}.hc-gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem;margin-top:3rem;display:grid}.hc-gallery-item{cursor:pointer;border-radius:14px;position:relative;overflow:hidden}.hc-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hc-gallery-item:after{content:"";opacity:0;background:linear-gradient(#0000 45%,#00000073 100%);transition:opacity .4s;position:absolute;inset:0}.hc-gallery-item:hover img{transform:scale(1.08)}.hc-gallery-item:hover:after{opacity:1}.hc-gallery-item--wide{grid-column:span 2}.hc-gallery-item--tall{grid-row:span 2}.hc-portfolio-btn{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-heading);border:1.5px solid var(--gold);background:0 0;border-radius:50px;align-items:center;gap:.5rem;margin-top:2.5rem;padding:14px 32px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .35s;display:inline-flex}.hc-portfolio-btn:hover{background:var(--gold);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #8f967d4d}@media (max-width:991px){.hc-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.hc-gallery-item--wide{grid-column:span 2}.hc-gallery-item--tall{grid-row:span 1}}@media (max-width:768px){.hc-hero-section{height:88vh;min-height:520px}.hc-intro-section,.hc-services-section,.hc-gallery-section{padding:60px 0}.hc-intro-image-wrap img{min-height:280px}.hc-gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.hc-gallery-item--wide{grid-column:span 1}}
