.contact-hero{position:relative;min-height:780px;display:flex;align-items:center;overflow:hidden;background:#351b15;color:#fff8ed}
.contact-hero-image{position:absolute;inset:0}
.contact-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(53,27,21,.95) 0%,rgba(53,27,21,.78) 40%,rgba(53,27,21,.3) 100%)}
.contact-hero-container{position:relative;z-index:2;width:min(100% - 80px,1380px);min-height:780px;margin-inline:auto;display:flex;flex-direction:column;justify-content:space-between;padding:55px 0 45px}
.contact-hero-top{display:flex;align-items:flex-start;justify-content:space-between}
.contact-hero-label{display:flex;align-items:center;gap:18px;color:rgba(255,248,237,.35);font-size:6px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.contact-hero-label span{color:#dcae55;font-size:8px}
.contact-hero-label i{display:block;width:65px;height:1px;background:rgba(220,174,85,.45)}
.contact-hero-status{display:flex;align-items:center;gap:10px;color:rgba(255,248,237,.4);font-size:5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.contact-hero-status span{width:6px;height:6px;border-radius:50%;background:#dcae55;box-shadow:0 0 0 5px rgba(220,174,85,.12);animation:contactStatusPulse 2s ease-in-out infinite}
.contact-hero-main{max-width:720px;padding:70px 0}
.contact-hero-eyebrow{margin-bottom:22px;color:#dcae55;font-size:7px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.contact-hero-main h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(95px,12vw,170px);font-weight:700;line-height:.7;letter-spacing:-.1em}
.contact-hero-main h1 em{color:#f2d49a;font-weight:700}
.contact-hero-main p{max-width:430px;margin:38px 0 0;color:rgba(255,248,237,.52);font-size:10px;line-height:1.9}
.contact-hero-actions{display:flex;align-items:center;gap:28px;margin-top:40px}
.contact-hero-primary,.contact-hero-secondary{display:flex;align-items:center;justify-content:space-between;gap:30px;text-decoration:none;text-transform:uppercase;font-size:6px;font-weight:800;letter-spacing:.14em;transition:all .35s ease}
.contact-hero-primary{min-width:195px;padding:17px 18px;background:#dcae55;color:#351b15}
.contact-hero-primary i{font-size:13px;font-style:normal;transition:transform .3s ease}
.contact-hero-primary:hover{background:#f2d49a}
.contact-hero-primary:hover i{transform:translateY(4px)}
.contact-hero-secondary{padding:17px 0;color:#fff8ed;border-bottom:1px solid rgba(255,248,237,.35)}
.contact-hero-secondary i{font-size:12px;font-style:normal;transition:transform .3s ease}
.contact-hero-secondary:hover{color:#dcae55;border-color:#dcae55}
.contact-hero-secondary:hover i{transform:translateX(5px)}
.contact-hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-top:25px;border-top:1px solid rgba(255,248,237,.16)}
.contact-hero-scroll{display:flex;align-items:center;gap:15px;color:rgba(255,248,237,.3);font-size:5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.contact-hero-scroll i{display:block;width:55px;height:1px;background:rgba(255,248,237,.25)}
.contact-hero-note{display:flex;align-items:center;gap:15px;color:rgba(255,248,237,.3);font-size:5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.contact-hero-note span:nth-child(2){color:#dcae55}
@keyframes contactStatusPulse{0%,100%{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}
@media (max-width:1100px){.contact-hero-container{width:min(100% - 50px,1380px)}.contact-hero-main h1{font-size:clamp(90px,13vw,145px)}}
@media (max-width:850px){.contact-hero{min-height:700px}.contact-hero-container{width:min(100% - 30px,1380px);min-height:700px;padding:35px 0}.contact-hero-main{padding:50px 0}.contact-hero-main h1{font-size:clamp(80px,16vw,125px)}.contact-hero-main p{font-size:9px}.contact-hero-overlay{background:linear-gradient(90deg,rgba(53,27,21,.94) 0%,rgba(53,27,21,.7) 100%)}}
@media (max-width:600px){.contact-hero{min-height:650px}.contact-hero-container{width:calc(100% - 30px);min-height:650px;padding:25px 0 28px}.contact-hero-image img{object-position:60% center}.contact-hero-top{align-items:center}.contact-hero-label{gap:11px;font-size:5px}.contact-hero-label i{width:40px}.contact-hero-status small{display:none}.contact-hero-main{padding:35px 0}.contact-hero-eyebrow{font-size:5.5px;margin-bottom:17px}.contact-hero-main h1{font-size:clamp(68px,19vw,98px)}.contact-hero-main p{font-size:8px;line-height:1.8;margin-top:27px}.contact-hero-actions{align-items:stretch;flex-direction:column;gap:15px;margin-top:28px}.contact-hero-primary{width:195px}.contact-hero-secondary{width:125px}.contact-hero-bottom{padding-top:18px}.contact-hero-note{gap:9px;font-size:4px}.contact-hero-scroll{font-size:4px}.contact-hero-scroll i{width:35px}}
@media (max-width:390px){.contact-hero-container{width:calc(100% - 24px)}.contact-hero-main h1{font-size:65px}.contact-hero-main p{font-size:7.5px}.contact-hero-note span:nth-child(n+4){display:none}}
@media (prefers-reduced-motion:reduce){.contact-hero-status span,.contact-hero-primary,.contact-hero-primary i,.contact-hero-secondary,.contact-hero-secondary i{animation:none;transition:none!important}}