.service-events{position:relative;width:100%;padding:155px 0 165px;background:#f4f1eb;color:#111;overflow:hidden}
.service-events-container{width:min(calc(100% - 112px),1440px);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:105px}
.service-events-image{position:relative;height:650px;overflow:hidden;background:#d8d3ca}
.service-events-photo{width:100%;height:100%;object-fit:cover;filter:saturate(.7);transition:transform 1s cubic-bezier(.16,1,.3,1),filter .5s ease}
.service-events-image:hover .service-events-photo{transform:scale(1.035);filter:saturate(.9)}
.service-events-image-caption{position:absolute;left:24px;right:24px;bottom:23px;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid rgba(255,255,255,.38);color:rgba(255,255,255,.75);font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:2px}
.service-events-content{max-width:600px}
.service-events-content .section-eyebrow{display:block;margin-bottom:23px;color:#9b8151;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:3px}
.service-events-content h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,5.5vw,80px);font-weight:400;line-height:.96;letter-spacing:-3px}
.service-events-content h2 span{color:#9b8151;font-style:italic}
.service-events-content>p{max-width:510px;margin:30px 0 0;color:#706d67;font-family:Arial,sans-serif;font-size:12px;line-height:1.9}
.service-events-list{margin-top:45px;border-top:1px solid rgba(17,17,17,.18)}
.service-events-item{display:grid;grid-template-columns:42px 1fr;gap:17px;padding:21px 0;border-bottom:1px solid rgba(17,17,17,.13)}
.service-events-item>span{color:#9b8151;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:1.4px}
.service-events-item strong{display:block;color:#1a1a1a;font-family:Georgia,"Times New Roman",serif;font-size:17px;font-weight:400}
.service-events-item p{max-width:430px;margin:7px 0 0;color:#85817a;font-family:Arial,sans-serif;font-size:9px;line-height:1.7}
.service-events-content .service-link{display:inline-flex;align-items:center;gap:22px;margin-top:34px;color:#171717;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:1.4px;text-decoration:none;text-transform:uppercase}
.service-events-content .service-link span:last-child{color:#9b8151;font-size:16px;transition:transform .3s ease}
.service-events-content .service-link:hover{color:#9b8151}
.service-events-content .service-link:hover span:last-child{transform:translateX(5px)}
.service-events::before{content:"EVENT";position:absolute;left:-85px;bottom:150px;color:rgba(17,17,17,.025);font-family:Arial,sans-serif;font-size:130px;font-weight:800;letter-spacing:10px;pointer-events:none;transform:rotate(-90deg)}
@media(max-width:1100px){.service-events-container{width:calc(100% - 80px);gap:65px}.service-events-image{height:570px}.service-events-content h2{font-size:clamp(48px,6vw,68px)}}
@media(max-width:800px){.service-events{padding:105px 0 115px}.service-events-container{width:calc(100% - 40px);display:flex;flex-direction:column;align-items:stretch;gap:65px}.service-events-image{height:560px}.service-events-content{max-width:700px}.service-events-content h2{font-size:clamp(46px,9vw,65px)}.service-events::before{display:none}}
@media(max-width:520px){.service-events{padding:85px 0 90px}.service-events-container{width:calc(100% - 32px);gap:48px}.service-events-image{height:430px}.service-events-image-caption{left:17px;right:17px;bottom:17px}.service-events-content .section-eyebrow{font-size:8px;letter-spacing:2.5px}.service-events-content h2{font-size:40px;letter-spacing:-1.5px}.service-events-content>p{margin-top:24px;font-size:11px}.service-events-list{margin-top:34px}.service-events-item{grid-template-columns:30px 1fr;gap:12px;padding:18px 0}.service-events-item strong{font-size:15px}.service-events-item p{font-size:8px}.service-events-content .service-link{margin-top:27px;font-size:7px}}
@media(max-width:360px){.service-events-image{height:380px}.service-events-content h2{font-size:37px}}
@media(prefers-reduced-motion:reduce){.service-events-photo,.service-events-content .service-link span:last-child{transition:none}}