/* Homepage campaign hero with global holiday search */
.rs-home-hero--with-search { min-height: 640px; }
.rs-home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 34px;
  align-items: center;
}
.rs-home-hero--with-search .rs-hero-copy { max-width: 720px; }
.rs-home-hero--with-search .rs-hero-copy h1 { font-size: clamp(40px, 6.2vw, 78px); }
.rs-home-search-panel {
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
  color: #12315a;
}
.rs-home-search-panel__eyebrow {
  margin: 0 0 7px;
  color: #0e72b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rs-home-search-panel h2 {
  margin: 0 0 8px;
  color: #0a315f;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 800;
}
.rs-home-search-panel p {
  margin: 0 0 17px;
  color: #52677f;
  font-size: 15px;
  line-height: 1.45;
}
.rs-home-search__form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.rs-home-search__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
.rs-home-search__label {
  color: #425970 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1.2 !important;
}
.rs-home-search__select {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 12px !important;
  border: 1px solid #d4e0eb !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #163353 !important;
  font-size: 15px !important;
  text-transform: none !important;
}
.rs-home-search__button {
  width: 100%;
  height: 46px !important;
  margin-top: 4px;
  border: 0;
  border-radius: 12px !important;
  background: #f6b72f !important;
  color: #06274a !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 8px 18px rgba(246,183,47,.25);
}
.rs-home-search__button:hover,
.rs-home-search__button:focus {
  background: #ffca55 !important;
  color: #06274a !important;
}
.rs-home-search__form .nice-select {
  width: 100%;
  min-height: 44px;
  line-height: 44px;
  border: 1px solid #d4e0eb;
  border-radius: 10px;
  color: #163353;
  text-transform: none;
}

@media (max-width: 980px) {
  .rs-home-hero--with-search { min-height: auto; }
  .rs-home-hero-layout { grid-template-columns: 1fr; gap: 22px; }
  .rs-home-search-panel { max-width: 560px; width: 100%; }
}

@media (max-width: 640px) {
  .rs-home-hero--with-search .rs-hero-copy h1 { font-size: 40px; }
  .rs-home-search-panel { padding: 18px; border-radius: 18px; }
  .rs-home-search-panel h2 { font-size: 24px; }
}
