:root {
  --ink: #123d31;
  --green: #075b45;
  --orange: #b51118;
}

.hero h1 {
  text-wrap: balance;
}

.branch-address {
  min-height: 54px;
  margin: 0 0 18px;
  color: #435d54;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.shop-card {
  display: flex;
  flex-direction: column;
}

.shop-card h3 {
  min-height: 2.5em;
  line-height: 1.25;
  text-wrap: balance;
}

.shop-card dl {
  width: 100%;
  margin-top: auto;
}

.owner-details {
  max-width: 590px;
}

footer {
  grid-template-columns: 1fr minmax(0, 590px);
}

.owner-details p + p {
  margin-top: 4px;
}

.owner-details strong {
  color: #123d31;
}

@media (max-width: 900px) {
  footer { grid-template-columns: 1fr; }
}

.brand img {
  display: block;
  width: 155px;
  height: 60px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.header .brand img {
  height: 58px;
}

footer .brand img {
  width: 135px;
  height: 64px;
}

.admin-brand img {
  display: block;
  width: 145px;
  height: 72px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.admin-header .admin-brand img {
  width: 110px;
  height: 60px;
}

@media (max-width: 560px) {
  .brand img { width: 125px; height: 52px; }
  .header .brand img { height: 50px; }
}
