/* Observaciones en video: portada despejada, conservando el buscador completo. */
.oc58-mobile-search {
  display: block;
  padding: 24px var(--pad) 0;
  background: var(--paper, #f5f5f1);
}
.home-hero .oc33-home-intent { display: none; }
.oc58-mobile-search .oc33-home-intent { margin: 0; min-height: 0; }
.oc58-mobile-search .oc36-hero-search {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 16px;
  background: linear-gradient(135deg, #173d5c, #071525);
  border-color: #b9cedd;
}
.oc58-mobile-search .oc36-hero-search::before { background: none; }
.oc58-mobile-search .oc36-hero-search:focus-within { transform: none; }
.oc58-mobile-search .oc36-hero-shortcuts { margin-top: 10px; gap: 12px 24px; }
.oc58-mobile-search .oc36-hero-shortcuts a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
.oc58-mobile-search .oc36-hero-shortcuts a:focus-visible { outline: 2px solid #a9d8ff; outline-offset: 4px; }
.oc58-mobile-search + .section-paper { padding-top: 48px; }
#oc19LeafletMap .leaflet-control-attribution {
  font-size: 10px !important;
  line-height: 1.5;
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .95);
}
@media (min-width: 701px) {
  .home-hero h1 {
    max-width: 780px;
    font-size: clamp(34px, 3.4vw, 56px) !important;
    line-height: 1.07 !important;
  }
  .home-hero__copy > .eyebrow { font-size: 12px; line-height: 1.5; margin: 0 0 12px; }
  .home-hero__copy > p:not(.eyebrow) { max-width: 880px; font-size: 16px; line-height: 1.6; margin: 12px 0 0; }
}
@media (max-width: 700px) {
  .home-hero h1 { font-size: clamp(26px, 7.2vw, 32px) !important; line-height: 1.07 !important; }
  .oc58-mobile-search { padding: 18px 18px 8px; }
  .oc58-mobile-search .oc36-hero-search { padding: 14px; }
  .oc58-mobile-search + .section-paper { padding-top: 40px; }
}
