/* Scoped contact-page layout; shared header, footer and city logic are unchanged. */
.pvh-contacts{padding:32px 0 72px;background:#eff2f7;color:#333438}
.pvh-contacts *{box-sizing:border-box}
.pvh-contacts h1,.pvh-contacts h2,.pvh-contacts p{margin:0}
.pvh-contacts section{padding:0}
.pvh-contacts h1{font-size:clamp(34px,4.5vw,72px);line-height:1.1;letter-spacing:-.025em;text-transform:uppercase;font-weight:700}
.pvh-contacts h1 span{display:block;color:var(--color,#2c7bf2)}
.pvh-contacts h2{font-size:clamp(25px,2.2vw,36px);line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:24px}
.pvh-contacts p{font-size:17px;line-height:1.6}
.pvh-contacts .pvh-contacts__hero{background:#fff;border-radius:40px;padding:clamp(24px,4vw,56px)}
.pvh-contacts__crumbs{display:flex;gap:10px;flex-wrap:wrap;font-size:14px;line-height:1.5;margin-bottom:28px}
.pvh-contacts__crumbs a{color:var(--color,#2c7bf2)}
.pvh-contacts__intro{max-width:740px;margin-top:24px}
.pvh-contacts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:32px}
.pvh-contacts .pvh-contacts__card{padding:clamp(24px,3vw,44px);background:#fff;border-radius:32px;min-width:0}
.pvh-contacts__primary,.pvh-contacts__email{color:var(--color,#2c7bf2);text-decoration:none;display:inline-block;line-height:1.35;margin-bottom:22px;overflow-wrap:anywhere}
.pvh-contacts__primary{font-size:clamp(24px,2.4vw,36px);font-weight:600}
.pvh-contacts__email{font-size:clamp(18px,1.8vw,26px)}
.pvh-contacts__button{display:inline-flex;justify-content:space-between;align-items:center;gap:18px;max-width:100%;min-height:54px;padding:12px 16px 12px 24px;background:var(--color,#2c7bf2);border:0;border-radius:40px;color:#fff;font:inherit;font-size:16px;line-height:1.3;cursor:pointer;text-decoration:none}
.pvh-contacts__button span{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0;background:#fff;color:var(--color,#2c7bf2);border-radius:50%;font-size:23px}
.pvh-contacts__button:hover{background:#2267d2;color:#fff}
.pvh-contacts__card .pvh-contacts__button{margin-top:26px}
.pvh-contacts .pvh-contacts__label{font-size:16px;margin-bottom:16px}
.pvh-contacts__messengers .social{display:flex;flex-wrap:wrap;gap:16px;margin:0;padding:0;list-style:none}
.pvh-contacts__messengers .social li{margin:0;padding:0;list-style:none}
.pvh-contacts__messengers .social li::before{content:none}
.pvh-contacts__messengers a{display:flex;align-items:center;justify-content:center;width:48px;height:48px}
.pvh-contacts__messengers svg{width:44px;height:44px}
.pvh-contacts .pvh-contacts__location{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);margin-top:32px;background:#fff;border-radius:32px;overflow:hidden}
.pvh-contacts__location-info{padding:clamp(24px,3vw,44px);align-self:center;min-width:0}
.pvh-contacts address{font-style:normal;font-size:clamp(21px,2vw,30px);line-height:1.45;margin-bottom:20px}
.pvh-contacts__location-info .pvh-contacts__button{margin-top:28px}
.pvh-contacts__map{min-height:400px;background:#e5ebf2}
.pvh-contacts__map iframe{display:block;width:100%;height:100%;min-height:400px;border:0}
.pvh-contacts .pvh-contacts__request{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:48px;padding:clamp(24px,4vw,50px);border-radius:32px;background:var(--color,#2c7bf2);color:#fff}
.pvh-contacts__request h2{margin-bottom:16px}
.pvh-contacts__button--light{background:#fff;color:var(--color,#2c7bf2);flex-shrink:0}
.pvh-contacts__button--light span{background:#eff2f7}
.pvh-contacts a:focus-visible,.pvh-contacts button:focus-visible{outline:3px solid #163f78;outline-offset:4px}
@media(max-width:900px){.pvh-contacts__grid{gap:18px}.pvh-contacts .pvh-contacts__location{grid-template-columns:1fr}.pvh-contacts__map,.pvh-contacts__map iframe{min-height:340px}.pvh-contacts .pvh-contacts__request{display:block}.pvh-contacts__request .pvh-contacts__button{margin-top:24px}}
@media(max-width:600px){.pvh-contacts{padding:20px 0 44px}.pvh-contacts__grid{grid-template-columns:1fr;margin-top:20px;gap:20px}.pvh-contacts .pvh-contacts__hero,.pvh-contacts .pvh-contacts__card,.pvh-contacts .pvh-contacts__location,.pvh-contacts .pvh-contacts__request{border-radius:26px}.pvh-contacts h1{font-size:32px}.pvh-contacts p{font-size:16px}.pvh-contacts__crumbs{font-size:12px}.pvh-contacts h2{margin-bottom:20px}.pvh-contacts .pvh-contacts__location{margin-top:20px}.pvh-contacts__map,.pvh-contacts__map iframe{min-height:300px}.pvh-contacts .pvh-contacts__request{margin-top:28px}.pvh-contacts__button{font-size:15px;padding-left:20px}}
