.services-hero{position:relative;width:100%;height:930px;min-height:100vh;background:#0a0a0a;color:#f4f1eb;overflow:hidden}
.services-hero-background{position:absolute;inset:0;width:100%;height:100%;background:#0a0a0a}
.services-hero-image-frame{position:absolute;top:0;right:0;width:64%;height:100%;overflow:hidden}
.services-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.38) contrast(1.08);transform:scale(1.06);animation:servicesHeroImage 16s ease-out forwards}
.services-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0a0a0a 0%,#0a0a0a 26%,rgba(10,10,10,.82) 42%,rgba(10,10,10,.25) 68%,rgba(10,10,10,.48) 100%)}
.services-hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.12) 38%,rgba(5,5,5,.5) 100%)}
.services-hero-container{position:relative;z-index:2;width:min(calc(100% - 112px),1440px);height:100%;min-height:930px;margin:0 auto;padding:145px 0 0;display:flex;flex-direction:column}
.services-hero-top{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}
.services-hero-page{display:flex;align-items:center;gap:8px;font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:2px}
.services-hero-page span:first-child{color:#c8a96b;font-size:10px}
.services-hero-page span:last-child{color:rgba(244,241,235,.3)}
.services-hero-top-title{color:rgba(244,241,235,.38);font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:2.5px;text-align:center}
.services-hero-top-location{color:rgba(244,241,235,.3);font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:2px;text-align:right}
.services-hero-content{position:relative;display:flex;align-items:center;margin-top:auto;margin-bottom:auto;min-height:470px}
.services-hero-vertical{position:absolute;left:0;top:50%;height:320px;display:flex;align-items:center;transform:translateY(-50%)}
.services-hero-vertical span{color:rgba(244,241,235,.065);font-family:Arial,sans-serif;font-size:105px;font-weight:800;letter-spacing:8px;writing-mode:vertical-rl;transform:rotate(180deg)}
.services-hero-copy{position:relative;margin-left:115px;max-width:700px}
.services-hero-eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:25px;color:#c8a96b;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:3px}
.services-hero-eyebrow:before{content:"";width:38px;height:1px;background:#c8a96b}
.services-hero-copy h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(75px,8.8vw,130px);font-weight:400;line-height:.8;letter-spacing:-6px;text-shadow:0 8px 35px rgba(0,0,0,.35)}
.services-hero-copy h1 em{display:block;color:#c8a96b;font-style:italic;font-weight:400;letter-spacing:-5px}
.services-hero-copy>p{max-width:440px;margin:30px 0 0;color:rgba(244,241,235,.54);font-family:Arial,sans-serif;font-size:11px;line-height:1.9}
.services-hero-discover{display:inline-flex;align-items:center;gap:14px;margin-top:35px;color:#f4f1eb;font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:1.7px;text-decoration:none;text-transform:uppercase}
.services-hero-discover-icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;color:#c8a96b;border:1px solid rgba(200,169,107,.45);border-radius:50%;font-size:14px;transition:background .3s ease,color .3s ease,transform .3s ease}
.services-hero-discover:hover .services-hero-discover-icon{color:#080808;background:#c8a96b;transform:translateY(4px)}
.services-hero-services{display:grid;grid-template-columns:repeat(4,1fr);margin-top:auto;border-top:1px solid rgba(244,241,235,.15)}
.services-hero-service{position:relative;min-height:105px;padding:25px 22px;display:flex;flex-direction:column;justify-content:space-between;color:#f4f1eb;border-right:1px solid rgba(244,241,235,.1);text-decoration:none;background:rgba(8,8,8,.18);transition:background .35s ease,padding .35s ease}
.services-hero-service:first-child{border-left:1px solid rgba(244,241,235,.1)}
.services-hero-service:hover{background:rgba(200,169,107,.09);padding-left:27px}
.services-hero-service-number{color:#c8a96b;font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:1.5px}
.services-hero-service-name{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:400}
.services-hero-service-arrow{position:absolute;right:21px;bottom:23px;color:rgba(244,241,235,.3);font-size:15px;transition:color .25s ease,transform .3s ease}
.services-hero-service:hover .services-hero-service-arrow{color:#c8a96b;transform:translate(3px,-3px)}
.services-hero:before{content:"";position:absolute;z-index:1;top:0;left:36%;width:1px;height:100%;background:linear-gradient(180deg,transparent 8%,rgba(200,169,107,.13) 25%,rgba(200,169,107,.05) 75%,transparent 92%)}
@keyframes servicesHeroImage{0%{transform:scale(1.11)}100%{transform:scale(1.06)}}
@media(max-width:1200px){.services-hero-container{width:calc(100% - 80px)}.services-hero-copy{margin-left:90px}.services-hero-copy h1{font-size:clamp(68px,9vw,112px)}.services-hero-service{padding-left:17px;padding-right:17px}.services-hero-service:hover{padding-left:22px}}
@media(max-width:900px){.services-hero{height:850px;min-height:850px}.services-hero-container{width:calc(100% - 60px);min-height:850px;padding-top:125px}.services-hero-image-frame{width:72%}.services-hero-overlay{background:linear-gradient(90deg,#0a0a0a 0%,#0a0a0a 18%,rgba(10,10,10,.7) 48%,rgba(10,10,10,.28) 100%)}.services-hero-content{min-height:430px}.services-hero-vertical span{font-size:82px}.services-hero-copy{margin-left:85px}.services-hero-copy h1{font-size:clamp(62px,10vw,98px);letter-spacing:-4px}.services-hero-services{grid-template-columns:repeat(4,1fr)}.services-hero-service{min-height:90px;padding:18px 14px}.services-hero-service-name{font-size:14px}.services-hero-service-arrow{right:13px;bottom:16px}}
@media(max-width:700px){.services-hero{height:850px;min-height:850px}.services-hero-container{width:calc(100% - 40px);min-height:850px;padding-top:105px}.services-hero-image-frame{width:100%;height:62%;top:0}.services-hero-overlay{background:linear-gradient(180deg,rgba(10,10,10,.48) 0%,rgba(10,10,10,.3) 35%,#0a0a0a 70%,#0a0a0a 100%)}.services-hero-overlay:after{background:linear-gradient(0deg,#0a0a0a 0%,rgba(5,5,5,.1) 60%,rgba(5,5,5,.5) 100%)}.services-hero-top{grid-template-columns:1fr 1fr}.services-hero-top-title{display:none}.services-hero-top-location{font-size:5.5px}.services-hero-content{min-height:auto;margin-top:auto;margin-bottom:auto;align-items:flex-end;padding-bottom:20px}.services-hero-vertical{display:none}.services-hero-copy{margin-left:0;max-width:600px}.services-hero-eyebrow{font-size:7px;letter-spacing:2.2px}.services-hero-copy h1{font-size:clamp(57px,13vw,82px);line-height:.84;letter-spacing:-3px}.services-hero-copy h1 em{letter-spacing:-2px}.services-hero-copy>p{max-width:430px;font-size:10px;margin-top:24px}.services-hero-discover{margin-top:27px}.services-hero-services{grid-template-columns:1fr 1fr;margin-top:0}.services-hero-service{min-height:72px;padding:15px 13px}.services-hero-service:nth-child(3),.services-hero-service:nth-child(4){border-top:1px solid rgba(244,241,235,.1)}.services-hero-service-name{font-size:13px}.services-hero-service-arrow{right:12px;bottom:14px;font-size:13px}.services-hero:before{display:none}}
@media(max-width:500px){.services-hero{height:790px;min-height:790px}.services-hero-container{width:calc(100% - 32px);min-height:790px;padding-top:90px}.services-hero-image-frame{height:58%}.services-hero-page span:first-child{font-size:9px}.services-hero-page span:last-child{font-size:6px}.services-hero-top-location{font-size:5px}.services-hero-copy{padding-bottom:8px}.services-hero-eyebrow{font-size:6px;letter-spacing:1.9px;gap:9px}.services-hero-eyebrow:before{width:25px}.services-hero-copy h1{font-size:46px;letter-spacing:-2px}.services-hero-copy h1 em{letter-spacing:-1.5px}.services-hero-copy>p{font-size:8.5px;line-height:1.8;margin-top:20px}.services-hero-discover{margin-top:23px;font-size:5.5px;gap:10px}.services-hero-discover-icon{width:31px;height:31px;font-size:11px}.services-hero-service{min-height:65px;padding:12px 10px}.services-hero-service-number{font-size:5px}.services-hero-service-name{font-size:11px}.services-hero-service-arrow{right:9px;bottom:11px;font-size:11px}}
@media(max-width:360px){.services-hero-copy h1{font-size:42px}.services-hero-copy>p{font-size:8px}.services-hero-service-name{font-size:10px}}
@media(prefers-reduced-motion:reduce){.services-hero-image,.services-hero-discover-icon,.services-hero-service,.services-hero-service-arrow{animation:none;transition:none}}