@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500&display=swap";body{margin:0}.helix-wrapper{padding:8rem 0}.helix-section{background:#fff;width:100%;height:250vh}.helix-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0}.helix-scene{perspective:2000px;justify-content:center;align-items:center;width:800px;height:600px;display:flex}.helix{width:800px;height:600px;transform-style:preserve-3d;position:relative;transform:rotateX(-10deg)scale(1.05,1.02)rotateY(0)}.helix .card{background:#111;border-radius:18px;width:240px;height:320px;margin-top:-160px;margin-left:-120px;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 25px 60px #00000026}.helix .card img{object-fit:cover;width:100%;height:100%}.helix .card:first-child{transform:rotateY(0)translateZ(320px)translateY(-180px)}.helix .card:nth-child(2){transform:rotateY(72deg)translateZ(320px)translateY(-90px)}.helix .card:nth-child(3){transform:rotateY(144deg)translateZ(320px)translateY(0)}.helix .card:nth-child(4){transform:rotateY(216deg)translateZ(320px)translateY(90px)}.helix .card:nth-child(5){transform:rotateY(288deg)translateZ(320px)translateY(180px)}.helix-header{text-align:center}.helix-header h2{color:#231f20;letter-spacing:8%;text-transform:uppercase;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:400}.helix-header p{color:#231f20;letter-spacing:2%;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.splash-overlay{z-index:9999;pointer-events:none;background-color:#0000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.panel{z-index:1;background-color:#fff;width:50%;height:100%;position:absolute;top:0}.left-panel{left:0}.right-panel{right:0}.logo-container{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.splash-logo{filter:drop-shadow(0 10px 20px #0000000d);width:90%;max-width:752px;height:auto}.hero{color:#222;background-color:#fff;flex-direction:column;align-items:center;width:100%;max-width:1320px;margin:0 auto;padding:2.5rem 0 0;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.hero-nav{z-index:10;justify-content:center;width:100%;margin-bottom:2rem;display:flex}.hero-nav__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.hero-nav__item{color:#333;letter-spacing:1.5px;cursor:pointer;font-size:.82rem;font-weight:400;transition:color .3s}.hero-nav__item:hover{color:#000}.hero-nav__dot{color:#bbb;-webkit-user-select:none;user-select:none;font-size:.7rem}.hero-logo{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.hero-logo__img{object-fit:contain;width:clamp(280px,40vw,560px);height:auto}.hero-tagline{text-align:center;color:#666;letter-spacing:.2px;max-width:650px;margin:0 auto 3rem;padding:0 1.5rem;font-size:clamp(.78rem,1.2vw,.95rem);font-weight:400;line-height:1.75}.hero-gallery{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:4px;width:100%;padding:0 2rem;display:grid}.hero-gallery__item{cursor:pointer;background:#f5f5f3;border-radius:8px;max-height:280px;position:relative;overflow:hidden}.hero-gallery__item:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000 60%,#0000000f 100%);border-radius:8px;transition:opacity .4s;position:absolute;inset:0}.hero-gallery__item:hover:after{opacity:1}.hero-gallery__item:hover .hero-gallery__img{transform:scale(1.05)}.hero-gallery__img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}.hero-sidebar{z-index:100;flex-direction:column;align-items:center;gap:1rem;display:flex;position:fixed;top:50%;right:1.5rem;transform:translateY(-50%)}.hero-sidebar__card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;align-items:center;gap:1.8rem;padding:1.5rem 1rem;display:flex;box-shadow:0 4px 20px #0000000f}.hero-sidebar__logo img{opacity:.8;width:80px;height:auto;transition:opacity .3s}.hero-sidebar__logo img:hover{opacity:1}.hero-sidebar__menu{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hero-sidebar__link{all:unset;color:#aaa;cursor:pointer;letter-spacing:2px;text-align:end;justify-content:end;align-items:center;gap:5px;width:80px;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700;transition:color .3s;display:flex}.hero-sidebar__link:hover,.hero-sidebar__link.active{color:#111}.hero-sidebar__bullet{font-size:.4rem}.hero-sidebar__socials-card{background:#fff;border:1px solid #f0f0f0;border-radius:50px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;display:flex;box-shadow:0 4px 20px #0000000f}.hero-sidebar__social{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.hero-sidebar__social:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.hero-sidebar__social--whatsapp{color:#fff}.hero-sidebar__social--phone{color:#fff;background:#111}@media (width<=1024px){.hero-gallery{gap:.75rem;padding:0 2vw}}@media (width<=768px){.hero{padding-top:2rem}.hero-nav__list{gap:.5rem .8rem}.hero-nav__item{letter-spacing:1px;font-size:.72rem}.hero-tagline{margin-bottom:2rem}.hero-tagline__br{display:none}.hero-gallery{grid-template-columns:repeat(2,1fr);gap:4px;padding:0 1rem}.hero-gallery__item{aspect-ratio:1;border-radius:6px;max-height:380px}}@media (width<=480px){.hero{padding-top:1.5rem}.hero-nav__list{gap:.3rem .6rem}.hero-nav__item{letter-spacing:.5px;font-size:.65rem}.hero-nav__dot{font-size:.5rem}.hero-logo__img{width:clamp(220px,70vw,320px)}.hero-tagline{margin-bottom:1.5rem;padding:0 1rem;font-size:.75rem}.hero-gallery{grid-template-columns:repeat(2,1fr);gap:4px;padding:0 .75rem}.hero-gallery__item{border-radius:6px;max-height:180px}}@media (width<=768px){.hero-sidebar{z-index:9999;pointer-events:none;justify-content:center;width:100%;display:flex;bottom:20px;left:0;right:0;position:fixed!important;top:auto!important}.hero-sidebar__card{pointer-events:auto;-webkit-backdrop-filter:blur(20px);background:#ffffffeb;border-radius:999px;justify-content:space-between;align-items:center;max-width:420px;padding:12px 18px;display:flex;box-shadow:0 10px 40px #0000001f,inset 0 1px #ffffffb3}.hero-sidebar__logo{display:none}.hero-sidebar__menu{grid-template-columns:repeat(3,1fr);justify-content:space-between;align-items:center;gap:8px;width:100%;display:grid}.hero-sidebar__link{letter-spacing:1px;color:#555;background:0 0;border:none;border-radius:999px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 8px;font-size:11px;font-weight:600;transition:all .3s;display:flex}.hero-sidebar__link.active{color:#fff;background:#111}.hero-sidebar__bullet{display:none}.hero-sidebar__socials-card{z-index:9999;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:flex;position:fixed;bottom:95px;right:20px;box-shadow:0 10px 30px #00000026}.hero-sidebar__social{justify-content:center;align-items:center;display:flex}.hero-sidebar__social svg{width:28px;height:28px}}.about-section{background-color:#fff;flex-direction:column;align-items:center;width:100%;padding:6rem 0;display:flex;position:relative;overflow:hidden}.about-container{box-sizing:border-box;z-index:1;background-color:#1a1f35;border-radius:120px 40px;flex-direction:column;justify-content:center;width:calc(100% - 4rem);max-width:1320px;padding:3rem 4rem;display:flex;position:relative}.about-content{z-index:2;align-items:center;gap:4rem;display:flex;position:relative}.about-image-card{background-color:#1a1f35;border-radius:12px;flex-shrink:0;width:320px;box-shadow:0 20px 40px #0000004d}.about-profile-img{border-radius:8px;width:100%;height:auto;display:block}.about-text{color:#fff;flex:1}.about-description{color:#fffffff2;max-width:850px;font-family:Poppins,sans-serif;font-size:clamp(1rem,1.2vw,1.2rem);font-weight:300;line-height:1.8}.name-highlight{color:#df693c;letter-spacing:1px;margin-right:5px;font-family:Poppins,sans-serif;font-size:2.25em;font-weight:400;line-height:36px;display:inline-block}.marquee-strip{-webkit-backdrop-filter:blur(10px);z-index:1;pointer-events:none;background:#ffffff1a;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;padding:.5rem 0;display:flex;position:absolute;bottom:26%;left:0;overflow:hidden}.marquee-content{white-space:nowrap;will-change:transform;align-items:center;animation:30s linear infinite marquee;display:flex}.marquee-item{color:#231f20;text-transform:uppercase;letter-spacing:3px;padding:0 3rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.marquee-dot{color:#231f20;opacity:.3;font-size:1.2rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.about-container{border-radius:80px 30px;width:calc(100% - 2rem);padding:6rem 2rem 8rem}.about-image-card{width:260px}.marquee-strip{bottom:12%}}@media (width<=768px){.about-content{text-align:center;flex-direction:column;gap:2.5rem}.about-container{padding:4rem 1.5rem 8rem}.about-image-card{width:260px}.marquee-strip{bottom:16%}}@media (width<=480px){.about-section{padding:3rem 0}.about-container{padding:3rem 1.2rem 7rem}.about-image-card{width:200px}.about-description{font-size:.95rem;line-height:1.7}.marquee-strip{bottom:10%}}.counter-section{background-color:#fff;justify-content:center;width:100%;padding:0;display:flex}.counter-container{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;width:calc(100% - 4rem);max-width:1320px;margin:0 auto;display:grid}.counter-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.counter-number{color:#231f20;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:700;line-height:1}.counter-label{color:#888;letter-spacing:.5px;font-family:Poppins,sans-serif;font-size:clamp(.85rem,1.1vw,1rem);font-weight:400}@media (width<=992px){.counter-container{grid-template-columns:repeat(2,1fr);gap:3rem 1rem}}@media (width<=480px){.counter-section{padding:4rem 0}.counter-container{grid-template-columns:1fr;gap:2.5rem}.counter-number{font-size:3rem}}.story-section{background-color:#fff;justify-content:center;width:100%;padding:6rem 0;display:flex}.story-container{align-items:start;gap:6rem;width:calc(100% - 4rem);max-width:1320px;margin:0 auto;display:flex}.story-left{flex:1;justify-content:center;align-items:center;display:flex}.story-logo{object-fit:contain;width:100%;max-width:500px;height:auto}.story-right{flex:1.8}.story-heading{color:#231f20;text-transform:uppercase;margin-bottom:.2rem;font-family:Poppins,sans-serif;font-size:clamp(1.5rem,2.2vw,2.5rem);font-style:italic;font-weight:400;line-height:1.2}.story-content{flex-direction:column;display:flex}.story-content p{color:#444;font-family:Poppins,sans-serif;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:400;line-height:1.8}.story-highlight{color:#231f20;font-weight:500}.read-more{color:#888;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;text-decoration:underline;transition:color .3s}.read-more:hover{color:#333}@media (width<=1024px){.story-container{gap:4rem}}@media (width<=768px){.story-section{padding:5rem 0}.story-container{text-align:center;flex-direction:column;align-items:center;gap:3rem}.story-logo{max-width:350px}.story-heading{margin-bottom:1.5rem}}@media (width<=480px){.story-logo{max-width:280px}.story-heading{font-size:1.6rem}.story-section{padding:0 0}}.section-divider{background-color:#fff;justify-content:center;width:100%;padding:2rem 0;display:flex}.divider-container{justify-content:center;align-items:center;width:calc(100% - 4rem);max-width:1320px;display:flex}.divider-img{object-fit:contain;opacity:.8;width:100%;height:auto}@media (width<=768px){.section-divider{padding:1rem 0}}.process-section{background-color:#fff;min-height:100vh;padding:0 20px 80px}.process-section__header{text-align:center;max-width:900px;margin:0 auto 100px}.process-section__main-title{letter-spacing:2px;color:#1a1a1a;margin-bottom:80px;font-family:Poppins,sans-serif;font-size:3.5rem}.process-section__content{max-width:1200px;margin:0 auto}.process-section__grid{grid-template-columns:380px 1fr;align-items:start;gap:60px;display:grid}.process-section__images{border-radius:8px;padding-top:100px}.process-section__img-wrap{overflow:hidden}.process-section__img{width:100%;height:auto;display:block}.process-section__img--top{border-top-left-radius:8px;border-top-right-radius:8px}.process-section__img--bottom{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.process-section__steps{padding-top:20px}.process-section__step{grid-template-columns:60px 140px 1fr;align-items:start;gap:30px;display:grid}.process-section__step--spaced{margin-bottom:24px}.process-section__number{color:#888!important;padding-top:2px!important;font-family:Poppins,sans-serif!important;font-size:12px!important}.process-section__step-title{letter-spacing:1.5px!important;color:#888!important;text-transform:uppercase!important;padding-top:4px!important;font-family:Poppins,sans-serif!important;font-size:12px!important}.process-section__step-content{color:#888!important;margin:0!important;font-family:Poppins,sans-serif!important;font-size:12px!important;line-height:1.9!important}.process-section__step-content strong{color:#231f20!important;font-weight:400!important}.process-section__line-divider{width:100%;margin-bottom:24px}.process-section__subtitle{letter-spacing:4px;color:#1a1a1a;margin-bottom:20px;font-size:14px}.process-section__desc{color:#666;max-width:700px;margin:0 auto;font-size:13px;line-height:1.8}.process-section__desc strong{color:#1a1a1a;font-weight:600}@media (width<=992px){.process-section{padding:60px 20px}.process-section__header{margin-bottom:60px}.process-section__main-title{margin-bottom:50px;font-size:2.5rem}.process-section__grid{grid-template-columns:300px 1fr;gap:40px}.process-section__step{grid-template-columns:50px 120px 1fr;gap:20px}}@media (width<=768px){.process-section{padding:50px 16px}.process-section__header{margin-bottom:40px}.process-section__main-title{margin-bottom:40px;font-size:2rem}.process-section__grid{grid-template-columns:1fr;gap:40px}.process-section__images{max-width:400px;margin:0 auto;padding-top:0}.process-section__steps{padding-top:0}.process-section__step{grid-template-columns:50px 100px 1fr;gap:16px}}@media (width<=480px){.process-section{padding:40px 14px}.process-section__header{margin-bottom:30px}.process-section__subtitle{letter-spacing:3px;font-size:12px}.process-section__desc{font-size:12px;line-height:1.7}.process-section__main-title{margin-bottom:30px;font-size:1.5rem}.process-section__images{max-width:100%}.process-section__step{grid-template-rows:auto auto;grid-template-columns:40px 1fr;gap:8px 12px}.process-section__number{grid-area:1/1;font-size:11px}.process-section__step-title{grid-area:1/2;padding-top:2px;font-size:11px}.process-section__step-content{grid-area:2/1/auto/-1;font-size:12px;line-height:1.8}.process-section__line-divider,.process-section__step--spaced{margin-bottom:16px}}.details{background-color:#fafafa;height:100vh;overflow:hidden}.scroll-wrapper{will-change:transform;height:100%;display:flex}.canvas{background-color:#f5f5f3;flex-direction:column;flex-shrink:0;gap:0;min-width:1920px;height:100vh;padding:60px 100px 72px;display:flex}.canvas-top{background:#f5f5f3;justify-content:space-between;align-items:flex-start;max-width:1320px;padding:40px 80px 0;display:flex}.main-title{text-transform:uppercase;max-width:860px;letter-spacing:4px!important;color:#0c1928!important;margin:0!important;font-size:64px!important;font-weight:800!important;line-height:1.05!important}.right-quote{color:#5c5c5c;text-align:left;flex-shrink:0;max-width:100%;font-size:13px;line-height:1.75}.canvas-content{flex:1;align-items:flex-start;gap:68px;display:flex}.col-empty{flex-shrink:0;width:100px}.col-1{flex-direction:column;flex-shrink:0;gap:22px;width:380px;display:flex}.col-2{flex-direction:column;flex-shrink:0;gap:28px;width:528px;display:flex}.col-3{flex-direction:column;flex-shrink:0;gap:20px;width:348px;display:flex}.col-4{flex-direction:column;flex-shrink:0;gap:22px;width:348px;display:flex}.signature-wrap{align-items:center;gap:12px;display:flex}.signature{color:#0c1928;white-space:nowrap;font-family:Cormorant Garamond,Georgia,serif;font-size:46px;font-style:italic;font-weight:500;line-height:1.1}.signature-line{background-color:#0c1928;flex:1;max-width:72px;height:1.5px;margin-top:4px;display:block}.img{background-position:50%;background-size:cover;border-radius:8px;flex-shrink:0}.img-jewelry{background-image:url(/assets/details_img1-0LnAKqsM.png);width:220px;height:360px}.img-diamond{background-image:url(/assets/details_img2-CN3wC1V7.png);width:420px;height:360px}.img-craftsman{background-image:url(/assets/details_img3-D9-JE3Oh.png);width:210px;height:330px}.dt{color:#5c5c5c;margin:0;font-family:Inter,-apple-system,sans-serif;font-size:13.5px;line-height:1.78}.dt strong{color:#0c1928;font-weight:700}@media (width<=1024px){.canvas-top{margin-bottom:30px;padding:30px 40px}.canvas-top h1{font-size:2.5rem!important}.details{height:auto;overflow:visible}.scroll-wrapper{flex-direction:column;height:auto;display:flex}.canvas{min-width:unset;flex-direction:column;gap:0;width:auto;height:auto;padding:40px;display:flex}.canvas-content{flex-direction:column;gap:48px;display:flex}.col-empty{display:none}.col-1,.col-2,.col-3,.col-4{width:100%;max-width:700px;padding-top:0!important}.img-jewelry,.img-diamond,.img-craftsman{width:100%;max-width:420px;height:300px}.sign-img{width:200px!important}.right-quote{max-width:100%}}@media (width<=768px){.canvas-top{margin-bottom:20px;padding:24px 20px}.canvas-top h1{letter-spacing:2px!important;font-size:1.75rem!important}.canvas{padding:24px 20px}.canvas-content{gap:36px}.col-1,.col-2,.col-3,.col-4{gap:16px}.img-jewelry,.img-diamond,.img-craftsman{border-radius:6px;max-width:100%;height:240px}.dt{font-size:12.5px;line-height:1.7}.sign-img{width:160px!important}}@media (width<=480px){.canvas-top{margin-bottom:16px;padding:20px 16px}.canvas-top h1{letter-spacing:1px!important;font-size:1.35rem!important}.canvas{padding:20px 16px}.canvas-content{gap:28px}.img-jewelry,.img-diamond,.img-craftsman{height:200px}.dt{font-size:12px;line-height:1.65}.sign-img{width:140px!important}}@media (width<=768px){.details{height:auto!important;overflow:visible!important}.scroll-wrapper{width:100%!important;display:block!important;transform:none!important}.canvas{height:auto!important}.canvas-content{flex-direction:column;gap:60px;padding:20px;display:flex}.col-1,.col-2,.col-3,.col-4{width:100%!important;padding-top:0!important}.img{width:100%;height:350px!important}.sign-img{width:180px}}.featured{color:#fff;background:#1f2a44;width:100%}.header-wrap{text-align:center;padding:100px 80px 40px}.title{letter-spacing:6px;font-size:3.5rem!important}.hignlights-subtitle{max-width:528px;font-weight:400;letter-spacing:2%!important;margin-top:8px!important;margin-left:auto!important;margin-right:auto!important;font-size:12px!important;line-height:1.6!important}.subtitle{margin-top:12px;font-weight:400;max-width:528px!important;letter-spacing:2%!important;margin-left:auto!important;margin-right:auto!important;font-size:12px!important;line-height:1.6!important}.subtitle strong{color:#fff}.top-section{grid-template-columns:1.5fr 1fr;gap:102px;padding:0 0 100px;display:grid}.left-block,.right-block{flex-direction:column;gap:20px;display:flex}.img{background-position:50%;background-size:cover;border-radius:14px;width:100%}.img-left{background-image:url(/assets/h_img7-DHQpC5LX.png);height:520px}.img-right{background-image:url(/assets/featured_image-DWU972jN.png);height:300px}.text-block{max-width:600px;margin-left:auto}.highlights{color:#fff;background:#1f2a44}.highlight-header{text-align:center;margin-bottom:40px}.masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:260px;gap:0;display:grid}.item{background-position:50%;background-size:cover}.tall{grid-row:span 2}.wide{grid-area:span 2/span 2}.square{grid-area:span 1/span 1}.large{grid-area:span 3/span 2}.item:first-child{background-image:url(/assets/h_img1-C8HLDNPs.png)}.item:nth-child(2){background-image:url(/assets/h_img2-QtmN0_uV.png)}.item:nth-child(3){background-image:url(/assets/h_img3-B5MoWPTX.png);background-size:100% 100%}.item:nth-child(4){background-image:url(/assets/h_img4-Dqjg3Xu5.png)}.item:nth-child(5){background-image:url(/assets/h_img5-DqzkXd8W.png)}.item:nth-child(6){background-image:url(/assets/h_img6-CTPWuVk-.png)}.item:nth-child(7){background-image:url(/assets/h_img7-DHQpC5LX.png)}.item:nth-child(8){background-image:url(/assets/h_img8-DPfAp4ac.png)}.item:nth-child(9){background-image:url(/assets/h_img9-D4UJoVTP.png)}.item:nth-child(10){background-image:url(/assets/h_img10-Cpr-pBad.png)}.item:nth-child(11){background-image:url(/assets/h_img11-PcxmtHXN.png)}@media (width<=1024px){.top-section{grid-template-columns:1fr;padding:0 20px 80px}.header-wrap{padding:20px}.masonry{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.title{font-size:28px!important}.masonry{grid-template-columns:1fr}}.masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:260px;display:grid}.item.tall{grid-area:span 2/span 1}.item.wide{grid-area:span 1/span 2}.item.large{grid-area:span 2/span 2}.item{background-color:#f0ede8;overflow:hidden}@media (width<=1023px){.masonry{display:none}.highlights-slider-wrapper{display:block;position:relative;overflow:hidden}.highlights-slider-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.highlights-slider-track:active{cursor:grabbing}.highlights-slider-track::-webkit-scrollbar{display:none}.highlights-slide{scroll-snap-align:start;background-color:#f0ede8;border-radius:12px;flex-shrink:0;overflow:hidden}.highlights-slide img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.slider-dots{justify-content:center;align-items:center;gap:6px;margin-top:20px;display:flex}.slider-dot{cursor:pointer;background-color:#d0cbc4;border:none;border-radius:50%;flex-shrink:0;width:6px;height:6px;padding:0;transition:background-color .3s,transform .3s,width .3s}.slider-dot.active{background-color:#231f20;border-radius:3px;width:20px}.highlights-slide{width:calc(43.4783% - 5.21739px);height:340px}}@media (width<=767px){.highlights-slide{width:calc(58.8235% - 7.05882px);height:300px}}@media (width<=480px){.highlights-slide{width:calc(83.3333% - 10px);height:260px}}.item{background-color:#e8e3dc;position:relative;overflow:hidden}.item img{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block}.masonry{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.masonry .item:first-child{grid-area:1/1/3/2}.masonry .item:nth-child(2){grid-area:1/2/3/3}.masonry .item:nth-child(3){grid-area:1/3/4/5}.masonry .item:nth-child(4){grid-area:3/1/5/3}.masonry .item:nth-child(5){grid-area:4/3/7/5}.masonry .item:nth-child(6){grid-area:5/1/7/2}.masonry .item:nth-child(7){grid-area:5/2/7/2}.masonry .item:nth-child(8){grid-area:9/1/7/2}.masonry .item:nth-child(9){grid-area:9/2/7/3}.masonry .item:nth-child(10){grid-area:9/3/7/4}.masonry .item:nth-child(11){grid-area:9/4/7/5}.highlights-slider-wrapper{display:none}@media (width<=1023px){.masonry{display:none}.highlights-slider-wrapper{padding-bottom:30px;display:block;position:relative;overflow:hidden}.highlights-slider-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.highlights-slider-track:active{cursor:grabbing}.highlights-slider-track::-webkit-scrollbar{display:none}.highlights-slide{scroll-snap-align:start;background-color:#e8e3dc;border-radius:10px;flex-shrink:0;width:calc(43.4783% - 3.47826px);height:360px;overflow:hidden}.highlights-slide img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.slider-dots{justify-content:center;align-items:center;gap:6px;margin-top:18px;display:flex}.slider-dot{cursor:pointer;background-color:#c8c2b8;border:none;border-radius:50%;flex-shrink:0;width:6px;height:6px;padding:0;transition:background-color .3s,width .3s}.slider-dot.active{background-color:#231f20;border-radius:3px;width:20px}}@media (width<=767px){.highlights-slide{width:calc(58.8235% - 4.70588px);height:320px}}@media (width<=480px){.highlights-slide{width:calc(83.3333% - 6.66667px);height:280px}}.testimonial{background:#fff;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.bg-signature{opacity:.12;z-index:0;pointer-events:none;width:90%;max-width:1100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-signature img{object-fit:contain;width:100%;height:auto}.center{text-align:center;z-index:2;width:90%;position:absolute;top:18%;left:50%;transform:translate(-50%)}.title{letter-spacing:8px;color:#231f20;margin-bottom:1.5rem;font-weight:700;font-size:3.5rem!important}.subtitle{color:#666;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.6}.subtitle strong{color:#231f20;font-weight:600}.cards{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.card{visibility:hidden;background:#fff;border-radius:12px;width:380px;padding:35px 30px 30px;position:absolute;box-shadow:0 15px 45px #0000000f}.card-left{top:28%;left:10%}.card-right{top:52%;right:10%}@media (width<=1200px){.card-left{left:5%}.card-right{right:5%}}@media (width<=992px){.card{width:320px;padding:25px}.title{font-size:3rem!important}}@media (width<=768px){.card{width:90%;margin:0 auto;left:5%!important;right:5%!important}.card-left{top:35%}.card-right{top:60%}}.quote{color:#fff;background:#231f20;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding-top:10px;font-family:Georgia,serif;font-size:32px;line-height:1;display:flex;position:absolute;top:-25px;left:30px}.stars{color:#b94b22;letter-spacing:2px;margin-bottom:15px;font-size:1.2rem}.user{align-items:center;gap:15px;margin-top:25px;display:flex}.avatar{background-color:#eee;background-position:50%;background-size:cover;border-radius:50%;width:48px;height:48px}.faq-section{background-color:#fff;width:100%;padding:4rem 0}.faq-header{text-align:center;margin-bottom:6rem}.faq-title{letter-spacing:12px;color:#231f20;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem)!important}.faq-subtitle{color:#666;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.faq-subtitle strong{color:#231f20;font-weight:600}.faq-container{grid-template-columns:1fr 1.5fr;align-items:start;gap:6rem;width:calc(100% - 4rem);max-width:1320px;margin:0 auto;display:grid}.faq-left{flex-direction:column;display:flex;position:sticky;top:120px}.faq-images{width:100%;height:400px;margin-bottom:3rem;position:relative}.faq-img-portrait{object-fit:cover;border-radius:140px 140px 16px 16px;width:280px;height:340px;position:absolute;top:0;left:0;box-shadow:0 15px 40px #0000001a}.faq-img-rings{object-fit:cover;z-index:2;border:8px solid #fff;border-radius:12px;width:250px;height:180px;position:absolute;bottom:20px;right:30px;box-shadow:0 15px 40px #00000026}.faq-left-title{letter-spacing:4px;color:#231f20;text-transform:uppercase;line-height:1.1;font-size:clamp(2.5rem,4vw,3.5rem)!important}.faq-right{flex-direction:column;width:100%;display:flex}.faq-item{border-bottom:1px solid #f0f0f0}.faq-item:first-child{border-top:1px solid #f0f0f0}.faq-question-row{cursor:pointer;align-items:center;padding:1.5rem 0;transition:background-color .3s;display:flex}.faq-num{color:#999;flex-shrink:0;width:60px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500}.faq-question{color:#231f20;flex-grow:1;margin:0;padding-right:2rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:500;transition:color .3s}.faq-question.active{font-weight:600}.faq-question-row:hover .faq-question{color:#df693c}.faq-icon{color:#231f20;text-align:center;width:20px;font-family:monospace;font-size:1.2rem;font-weight:400}.faq-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .4s;display:grid}.faq-answer-wrapper.open{grid-template-rows:1fr}.faq-answer{padding-left:60px;overflow:hidden}@media (width<=1024px){.faq-container{grid-template-columns:1fr;gap:5rem;display:block;width:100%!important}.faq-left{text-align:center;align-items:center;position:relative;top:0}.faq-images{justify-content:center;height:auto;min-height:400px;display:flex}.faq-img-portrait{position:relative;left:-40px}.faq-img-rings{margin-left:-50px;left:50%;right:auto}}@media (width<=768px){.faq-images{min-height:300px;transform:scale(.85)}.faq-title{letter-spacing:6px}.faq-answer{padding-left:0}.faq-num{width:40px}}.contact-section{background-color:#fff;justify-content:center;padding:8rem 0;display:flex}.contact-container{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;width:calc(100% - 4rem);max-width:1200px;margin:0 auto;display:grid;overflow-x:hidden}.contact-left{flex-direction:column;display:grid}.contact-title{letter-spacing:6px;color:#231f20;text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4rem)!important}.contact-desc{color:#666;max-width:550px;margin-bottom:3rem;line-height:1.7;font-size:12px!important}.contact-desc strong{color:#231f20;font-weight:600}.contact-image-wrapper{width:fit-content;display:flex}.contact-image{object-fit:cover;aspect-ratio:16/10;border-radius:8px;max-width:100%;height:auto;display:block}.contact-form-card{background-color:#fbfbfb;border-radius:8px;width:100%;padding:4rem}.form-title{letter-spacing:.5px;color:#231f20;text-transform:uppercase;margin-bottom:3rem;font-size:1.4rem!important}.contact-form{flex-direction:column;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.form-group{position:relative}.form-group.full-width{margin-bottom:2rem}.contact-form input,.contact-form textarea{color:#231f20;resize:none;background:0 0;border:none;border-bottom:1px solid #e0e0e0;outline:none;width:100%;padding:.5rem 0 1rem;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#555;text-transform:uppercase;letter-spacing:1px;font-weight:500}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#231f20}.form-actions{justify-content:flex-start;margin-top:1rem;margin-bottom:3rem;display:flex}.attach-btn{color:#555;letter-spacing:1px;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;transition:color .3s;display:flex}.attach-btn:hover{color:#231f20}.submit-btn{color:#fff;cursor:pointer;background-color:#1a202c;border:none;border-radius:8px;justify-content:center;align-items:center;width:max-content;padding:1.2rem 2.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;transition:background-color .3s,transform .2s;display:inline-flex}.submit-btn:hover{background-color:#2d3748;transform:translateY(-2px)}.submit-btn:disabled,.attach-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-form input:disabled{opacity:.5}.submit-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.form-status{border-radius:6px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;animation:.3s statusFadeIn;display:flex}.form-status--success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0}.form-status--error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}@keyframes statusFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.remove-file-btn{cursor:pointer;color:#888;background:0 0;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:8px;padding:0;transition:all .2s;display:flex}.remove-file-btn:hover{color:#c53030;background-color:#fff5f5;border-color:#c53030}.attach-btn{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=1024px){.contact-container{grid-template-columns:1fr;gap:4rem}.contact-form-card{padding:3rem}}@media (width<=768px){.form-row{grid-template-columns:1fr;gap:2.5rem}.contact-form-card{padding:2rem}.contact-title{font-size:2.5rem!important}}.footer-section{background-color:#fff;width:100%;padding:6rem 0 8rem}.footer-container{justify-content:space-between;align-items:flex-end;width:calc(100% - 4rem);max-width:1320px;margin:0 auto;display:flex}.footer-left{flex-direction:column;max-width:650px;display:flex}.footer-title{letter-spacing:6px;color:#231f20;margin-bottom:1.5rem;line-height:1.2;font-size:clamp(3rem,5vw,4rem)!important}.footer-desc{color:#666;margin:0;font-size:.95rem;line-height:1.8}.footer-right{text-align:right;flex-direction:column;justify-content:flex-end;align-items:flex-end;display:flex}.footer-phone{color:#231f20;margin-bottom:.8rem;font-size:.95rem;font-weight:500}.footer-email{letter-spacing:1px;color:#231f20;margin-bottom:1.2rem;font-size:1.15rem!important}.footer-info{color:#666;align-items:center;gap:16px;font-family:Poppins,sans-serif;font-size:.95rem;display:flex}.footer-info .dot{color:#d0d0d0;font-size:.8rem}@media (width<=900px){.footer-container{flex-direction:column;align-items:flex-start;gap:4rem}.footer-right{text-align:left;align-items:flex-start}.footer-info{flex-wrap:wrap;gap:12px}}@media (width<=600px){.footer-title{font-size:2.5rem!important}.footer-section{background-color:#fff;width:100%;padding:2rem 0 8rem}}
