.catalog-library,
.office-locations {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 42px;
  padding-right: 42px;
}

.catalog-library-head,
.office-locations-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.catalog-library-head h2,
.office-locations-head h2 {
  margin: 12px 0;
  color: #172523;
  font: 400 clamp(2.2rem, 4vw, 4rem)/1.02 "DM Serif Display", Georgia, serif;
}

.catalog-library-head p,
.office-locations-head p {
  color: #6b716d;
  line-height: 1.7;
}

.catalog-library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.catalog-book {
  display: block;
  background: #fff;
  box-shadow: 0 18px 55px rgba(19, 34, 36, .11);
  transition: transform .3s ease, box-shadow .3s ease;
}

.catalog-book:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(19, 34, 36, .18);
}

.catalog-book figure { margin: 0; }
.catalog-cover { height: 430px; overflow: hidden; background: #172523; }
.catalog-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.catalog-book:hover .catalog-cover img { transform: scale(1.025); }
.catalog-book figcaption { padding: 28px 30px 30px; }
.catalog-book figcaption > span { color: #ef5a24; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.catalog-book h2 { margin: 9px 0 7px; color: #172523; font: 400 2rem/1.1 "DM Serif Display", Georgia, serif; }
.catalog-book p { margin: 0 0 22px; color: #737975; font-size: .82rem; }
.catalog-book strong { display: flex; justify-content: space-between; color: #ef5a24; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }

.office-locations { padding-top: 0 !important; }
.office-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.office-card { background: #fff; border-top: 3px solid #ef5a24; padding: 32px; box-shadow: 0 14px 40px rgba(19, 34, 36, .08); }
.office-card > span { color: #ef5a24; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.office-card h3 { margin: 9px 0 18px; color: #172523; font: 400 2rem "DM Serif Display", Georgia, serif; }
.office-card address { min-height: 82px; color: #626965; font-style: normal; line-height: 1.7; }
.office-card > a { display: inline-flex; margin-top: 18px; color: #172523; font-weight: 800; }
.office-card .map-link { color: #ef5a24; gap: 12px; }
.office-map { height: 420px; margin-top: 24px; overflow: hidden; background: #e9e9e5; }
.office-map iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 760px) {
  .catalog-library,
  .office-locations { padding-left: 20px; padding-right: 20px; }
  .catalog-library-grid,
  .office-location-grid { grid-template-columns: 1fr; }
  .catalog-cover { height: 330px; }
  .office-map { height: 320px; }
}

.home-locations {
  padding: 70px max(42px, calc((100vw - 1320px)/2 + 42px));
  background: #f6f5f1;
}
.home-locations-inner { max-width: 1236px; margin: auto; }
.home-locations-head { max-width: 700px; margin-bottom: 34px; }
.home-locations-head > span { color: #ef5a24; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-locations-head h2 { margin: 10px 0 14px; font: 400 clamp(2.2rem, 3.6vw, 3.8rem)/1.04 "DM Serif Display", Georgia, serif; }
.home-locations-head p { color: #686f6b; }
.home-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-location-grid > a { display: grid; grid-template-columns: 48px 1fr; gap: 18px; background: #fff; padding: 30px; border-top: 3px solid #ef5a24; box-shadow: 0 12px 35px rgba(19,34,36,.08); transition: transform .25s ease, box-shadow .25s ease; }
.home-location-grid > a:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(19,34,36,.14); }
.home-location-grid i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #ef5a24; color: #fff; font-size: .7rem; font-style: normal; }
.home-location-grid span { color: #ef5a24; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-location-grid h3 { margin: 8px 0 5px; color: #172523; font: 400 1.45rem/1.25 "DM Serif Display", Georgia, serif; }
.home-location-grid p { margin: 0 0 20px; color: #676e69; }
.home-location-grid strong { color: #ef5a24; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.footer-contact > a { line-height: 1.45; }
.footer-contact > a strong { display: block; color: #1c2726; margin-bottom: 2px; }
.footer-contact > a span { display: block; color: #6f7571; }

@media (max-width: 760px) {
  .home-locations { padding: 52px 20px; }
  .home-location-grid { grid-template-columns: 1fr; }
  .home-location-grid > a { padding: 24px 20px; }
}
