/* SEO-only utilities — hidden visually, does not affect page layout */
.seo-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Reset browser default h1 styles — match existing .od-intro .title look */
.od-intro h1.title {
  font-size: 48px;
  color: #997558;
  margin-bottom: 60px;
  font-family: 'MSmartHK-B', sans-serif;
  font-weight: 200;
  line-height: normal;
}

@media (max-width: 768px) {
  .od-intro h1.title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
