/* Pepenero — info & location page */
.info-page {
  min-height: 100%;
  padding: 8px 22px calc(34px + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
}

.info-hero { text-align: center; margin: 18px 0 26px; }
.info-title {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
}
.info-title-ar {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 6px;
}

.info-section { margin-bottom: 22px; }
.info-h {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 4px 10px;
  font-weight: 400;
}

.land-foot { margin-top: auto; }
