.v2-home-search-hero .v2-hero-grid { align-items: center; }
.v2-home-search-hero .v2-home-intro { max-width: 36rem; }
.v2-home-search-hero .v2-finder { scroll-margin-top: 104px; min-width: 0; }
.v2-home-search-hero #finder-title { scroll-margin-top: 104px; }
.v2-finder-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  border: 0;
}
.v2-finder-modes label { cursor: pointer; min-width: 0; }
.v2-finder-modes input { position: absolute; opacity: 0; pointer-events: none; }
.v2-finder-modes span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--v2-line);
  border-radius: 9px;
  background: #f5f7f9;
  color: var(--v2-navy);
  padding: 8px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.v2-finder-modes input:checked + span {
  border-color: var(--v2-orange);
  background: #fff5eb;
  box-shadow: inset 0 0 0 1px var(--v2-orange);
}
.v2-finder-modes input:focus-visible + span { outline: 3px solid rgba(46, 111, 149, 0.45); outline-offset: 2px; }
.v2-finder [hidden] { display: none !important; }
.v2-finder [data-home-panel] > form { display: grid; }
.v2-finder .v2-button { width: 100%; min-height: 48px; }
.v2-finder .v2-button:disabled { opacity: .65; cursor: wait; }
.v2-finder .v2-input { min-width: 0; width: 100%; }
.v2-home-field-help { margin: -2px 0 14px; color: #526479; font-size: 12px; line-height: 1.45; }
.v2-home-clarification { margin: 0 0 14px; padding: 14px; border: 1px solid var(--v2-line); border-radius: 9px; background: #f5f7f9; }
.v2-home-refine {
  display: inline-block;
  justify-self: start;
  min-height: 44px;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: #23567b;
  font: inherit;
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.v2-home-refine:focus-visible { outline: 3px solid rgba(46, 111, 149, .45); outline-offset: 3px; }
.v2-home-feedback { margin: 14px 0 0; padding: 13px 15px; border-left: 4px solid #d18a2e; border-radius: 0 8px 8px 0; background: #fff7e9; color: #5d4828; font-size: 13px; line-height: 1.5; }
.v2-home-feedback p { margin: 0 0 6px; }
.v2-home-warning-actions { display: grid; gap: 4px; }
.v2-home-feedback .v2-home-refine { min-height: 44px; padding: 4px 0; }
.v2-home-search-hero .v2-finder-note { margin-top: 12px; }
@media (max-width: 760px) {
  .v2-home-search-hero { padding-top: 22px; padding-bottom: 26px; }
  .v2-home-search-hero .v2-hero-grid { gap: 16px; grid-template-columns: 1fr; padding: 0; }
  .v2-home-search-hero .v2-hero-copy h1 { font-size: clamp(25px, 7vw, 34px); line-height: 1.12; margin-bottom: 8px; }
  .v2-home-search-hero .v2-eyebrow { margin-bottom: 8px; font-size: 10px; }
  .v2-home-search-hero .v2-hero-copy > .v2-home-intro { font-size: 14px; line-height: 1.4; margin-bottom: 0; }
  .v2-home-search-hero .v2-finder { padding: 18px; }
  .v2-home-search-hero .v2-finder-head h2 { font-size: 18px; }
  .v2-finder-modes { margin: 12px 0; }
  .v2-finder-modes span { padding: 8px 6px; }
  .v2-finder .v2-input { font-size: 16px; }
  .v2-home-search-hero .v2-finder-note { font-size: 11px; }
}
