.home-branches { padding: 12px 0 80px; }
.home-branches-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.home-branch-label { display: block; font-size: 11px; letter-spacing: .16em; font-weight: 600; color: #977237; margin-bottom: 14px; }
.home-branches-heading h2 { font-size: clamp(30px, 3vw, 48px); letter-spacing: -.035em; font-weight: 500; line-height: 1.12; margin: 0; }
.home-branches-heading > p { max-width: 330px; color: #686868; font-size: 15px; line-height: 1.7; margin: 0; }
.home-branches-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.home-branch-card { position: relative; overflow: hidden; padding: 32px 36px; border: 1px solid #d8c49f; border-radius: 20px; background: linear-gradient(135deg, #fffcf6, #f7f1e6); }
.home-branch-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.home-branch-pin { display: grid; place-items: center; width: 62px; height: 62px; background: #092238; color: #e5c482; border-radius: 50%; }
.home-branch-number { font-size: 56px; font-weight: 500; line-height: 1; letter-spacing: -.05em; color: #d7c7aa; }
.home-branch-card h3 { font-size: clamp(27px, 2.3vw, 38px); color: #092238; font-weight: 500; letter-spacing: -.03em; margin: 0 0 12px; }
.home-branch-card > p { color: #6b6255; font-size: 15px; margin: 0 0 28px; }
.home-branch-footer { border-top: 1px solid #d8c49f80; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.home-branch-footer > span { font-size: 12px; color: #776b59; }
.home-branch-footer a { color: #092238; font-size: 14px; font-weight: 600; }
.home-branch-footer a > span { margin-left: 12px; }
.home-branch-footer a:hover { color: #987035; }
.home-branch-footer a:focus-visible { outline: 2px solid #987035; outline-offset: 5px; }
@media(max-width:767px) { .home-branches { padding-bottom: 45px; } .home-branches-heading { display: block; } .home-branches-heading > p { margin-top: 18px; } .home-branches-grid { grid-template-columns: 1fr; gap: 18px; } .home-branch-card { padding: 26px; } }
