/* ÖMARKT 2.0 — R1 Phase 2. Approved black/white/red visual contract. */
.om-v2-phase2 {
  --om-v2p-black: #090909;
  --om-v2p-graphite: #242424;
  --om-v2p-red: #ef3d3d;
  --om-v2p-red-dark: #d92f2f;
  --om-v2p-line: #dedede;
  --om-v2p-soft: #f4f4f2;
  --om-v2p-muted: #6b6f76;
  --om-v2p-radius: 12px;
  color: var(--om-v2p-graphite);
  background: #fff;
}

.om-v2-phase2 *,
.om-v2-phase2 *::before,
.om-v2-phase2 *::after { box-sizing: border-box; }
.om-v2-phase2 h1,
.om-v2-phase2 h2,
.om-v2-phase2 h3,
.om-v2-phase2 h4 { color: var(--om-v2p-black); letter-spacing: -.035em; }
.om-v2-phase2 .container { width: min(100% - 48px, 1500px); }

/* Header — same product navigation on all three approved surfaces. */
.om-v2-phase2 .header-navbar {
  min-height: 74px;
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: none;
  background: rgba(255,255,255,.98);
}
.om-v2-phase2 .header-navbar > .container { width: min(100% - 48px, 1500px); }
.om-v2-phase2 .header-logo img,
.om-v2-phase2 .header-logo .om-v2p-approved-logo { display: block; width: clamp(150px, 13vw, 198px); max-width: none; max-height: 54px; object-fit: contain; }
.om-v2-phase2 .header-navbar__menu > ul > li > a {
  color: #252525;
  font-size: 13px;
  font-weight: 650;
}
.om-v2-phase2 .header-navbar__menu .om-v2p-menu-label {
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  color: #252525;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  cursor: default;
}
.om-v2-phase2 .header-navbar__menu > ul > li { padding-right: 9px; padding-left: 9px; }
.om-v2-phase2 .header-navbar__burger > a { color: var(--om-v2p-black); }
.om-v2-phase2 .header-navbar__actions .button,
.om-v2-phase2 .header-navbar__actions a[href*="submit-listing"] {
  border-radius: 7px;
  background: var(--om-v2p-red);
  box-shadow: none;
  color: #fff;
  font-weight: 750;
  min-height: 44px;
}
.om-v2p-header-context {
  display: inline-flex;
  flex: 0 0 126px;
  align-items: center;
  gap: 8px;
  margin-right: 0;
  padding: 4px 10px !important;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  color: #6f7379;
  font-size: 12px;
  white-space: nowrap;
}
.om-v2p-header-context::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--om-v2p-red);
  box-shadow: 0 0 0 4px rgba(239,61,61,.12);
}
.om-v2-phase2 .header-navbar__menu .menu-item--user-login { display: none; }
.om-v2p-account-entry { display: inline-flex; align-items: center; gap: 7px; margin: 0 12px; color: #1b1b1b; font-size: 13px; font-weight: 700; white-space: nowrap; }
.om-v2p-account-entry { flex: 0 0 auto; }
.om-v2p-account-entry i { font-size: 17px; }

/* One source-accurate AustriaMap component shared by home, region and listing. */
.om-v2p-austria-map { display: block; width: 100%; height: auto; overflow: visible; isolation: isolate; }
.om-v2p-approved-map {
  position: relative;
  height: clamp(238px,21.5vw,330px);
  margin: 0;
  overflow: hidden;
  background: #fff;
  filter: none !important;
}
.om-v2p-approved-map img {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}
.om-v2p-map__region {
  fill: url(#om-v2p-map-paper);
  stroke: #aeb1b0;
  stroke-width: 1.15;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: fill .2s ease, stroke .2s ease;
}
.om-v2p-map__network {
  fill: none;
  stroke: var(--om-v2p-red);
  stroke-width: 1.35;
  stroke-dasharray: 2.5 4.5;
  stroke-linecap: round;
  opacity: .78;
  pointer-events: none;
}
.om-v2p-map__shield-marker { filter: url(#om-v2p-map-node-glow); pointer-events: none; }
.om-v2p-map__shield-marker .halo { fill: rgba(239,61,61,.12); stroke: rgba(255,255,255,.96); stroke-width: 1.4; }
.om-v2p-map__shield-marker .fallback { fill: var(--om-v2p-red); stroke: #fff; stroke-width: 2.6; }
.om-v2p-map__shield-marker.hub .halo { fill: rgba(239,61,61,.21); stroke-width: 2; }
.om-v2p-map__selected-marker { filter: url(#om-v2p-map-node-glow); pointer-events: none; }
.om-v2p-map__selected-marker .halo { fill: rgba(239,61,61,.16); stroke: rgba(239,61,61,.42); stroke-width: 1; }
.om-v2p-map__selected-marker .disc { fill: var(--om-v2p-red); stroke: #fff; stroke-width: 2.5; }
.om-v2p-map__selected-marker .core { fill: #fff; }
.om-v2p-austria-map--vorarlberg .om-v2p-region--vorarlberg,
.om-v2p-austria-map--tirol .om-v2p-region--tirol,
.om-v2p-austria-map--salzburg .om-v2p-region--salzburg,
.om-v2p-austria-map--kaernten .om-v2p-region--kaernten,
.om-v2p-austria-map--oberoesterreich .om-v2p-region--oberoesterreich,
.om-v2p-austria-map--steiermark .om-v2p-region--steiermark,
.om-v2p-austria-map--burgenland .om-v2p-region--burgenland,
.om-v2p-austria-map--wien .om-v2p-region--wien,
.om-v2p-austria-map--niederosterreich .om-v2p-region--niederoesterreich,
.om-v2p-austria-map--niederoesterreich .om-v2p-region--niederoesterreich,
.om-v2p-austria-map--niederösterreich .om-v2p-region--niederoesterreich,
.om-v2p-austria-map--karnten .om-v2p-region--kaernten,
.om-v2p-austria-map--oberosterreich .om-v2p-region--oberoesterreich { fill: url(#om-v2p-map-red); stroke: #b90010; stroke-width: 1.45; }

/* Search component shared by home and context hero. */
.om-v2p-search {
  display: grid;
  grid-template-columns: minmax(180px, 1.25fr) minmax(160px, 1fr) minmax(170px, .85fr) auto;
  align-items: stretch;
  min-height: 68px;
  background: #fff;
  border: 1px solid #bfc1c3;
  border-radius: 8px;
  box-shadow: 0 13px 28px rgba(14,14,14,.12);
  overflow: hidden;
}
.om-v2p-search__field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 9px 18px 8px 42px;
  border-right: 1px solid #d6d6d6;
}
.om-v2p-search__field::before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
}
.om-v2p-search__field--what::before { content: "\f002"; }
.om-v2p-search__field--where::before { content: "\f3c5"; }
.om-v2p-search__field--category::before { content: "\f03a"; }
.om-v2p-search__field label {
  margin: 0 0 1px;
  color: #7c7c7c;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.om-v2p-search__field input,
.om-v2p-search__field select {
  width: 100%;
  min-height: 26px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: 14px;
  font-weight: 650;
}
.om-v2p-search__field select { appearance: none; }
.om-v2p-search button {
  min-width: 150px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--om-v2p-red);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}
.om-v2p-search button:hover,
.om-v2p-search button:focus-visible { background: var(--om-v2p-red-dark); }
.om-v2p-search :focus-visible { outline: 3px solid rgba(239,61,61,.3); outline-offset: 2px; }

/* Homepage hero. */
.om-v2-phase2 .om-v2p-home-hero {
  position: relative;
  min-height: 0;
  padding: 34px 0 20px;
  overflow: hidden;
  background: #fff;
  color: var(--om-v2p-graphite);
}
.om-v2p-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(390px, 5fr) minmax(360px, 4.2fr) minmax(155px, 1.7fr);
  align-items: center;
  gap: 12px 28px;
}
.om-v2p-home-hero__copy { position: relative; z-index: 2; align-self: center; }
.om-v2p-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--om-v2p-red);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.om-v2p-kicker span { width: 18px; height: 2px; background: currentColor; }
.om-v2p-home-hero h1,
.om-v2p-home-title {
  margin: 0;
  max-width: 680px;
  color: var(--om-v2p-black);
  font-size: clamp(46px, 4.2vw, 69px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.055em;
}
.om-v2p-home-hero h1 em { color: var(--om-v2p-red); font-style: normal; }
.om-v2p-lead {
  max-width: 580px;
  margin: 17px 0 0;
  color: #585b60;
  font-size: 15px;
  line-height: 1.55;
}
.om-v2p-home-hero__map { position: relative; align-self: end; min-width: 0; }
.om-v2p-home-hero__map .om-v2p-austria-map { margin: 0; filter: drop-shadow(0 10px 12px rgba(0,0,0,.08)); }
.om-v2p-script {
  position: absolute;
  z-index: 2;
  left: -28px;
  bottom: 22px;
  margin: 0;
  color: #111;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.32;
  transform: rotate(-7deg);
}
.om-v2p-home-hero__facts {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding-left: 22px;
  border-left: 1px solid #dedede;
}
.om-v2p-fact { padding: 14px 0; border-bottom: 1px solid #dedede; }
.om-v2p-fact:last-of-type { border-bottom: 0; }
.om-v2p-fact strong { display: block; color: var(--om-v2p-red); font-size: 28px; font-weight: 900; line-height: 1; }
.om-v2p-fact span { display: block; margin-top: 4px; color: #555; font-size: 10px; line-height: 1.25; text-transform: uppercase; }
.om-v2p-fact-signoff { margin: 12px 0 0; color: #222; font-size: 11px; font-weight: 800; line-height: 1.4; }
.om-v2p-home-hero .om-v2p-search { grid-column: 1 / 3; margin-top: -2px; z-index: 3; }
.om-v2p-value-points {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.om-v2p-value-points li { color: #505050; font-size: 11px; white-space: nowrap; }
.om-v2p-value-points li span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border: 1px solid var(--om-v2p-red); border-radius: 50%; color: var(--om-v2p-red); font-size: 10px; }

/* Homepage content: paid-placement-ready banner, category row and listings. */
.om-v2-phase2 .site-content.om-v2p-home { padding: 0 0 62px; background: #fff; }
.om-v2p-premium {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px,.95fr) minmax(380px,1.35fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 116px;
  margin: 16px 0 32px;
  padding: 22px 30px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: linear-gradient(90deg,#fbfbfb 0%,#f5f5f4 55%,#fff 100%);
  color: #181818;
}
.om-v2p-premium::before,
.om-v2p-premium::after { content: ""; position: absolute; pointer-events: none; }
.om-v2p-premium::before {
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.9) 0 29%,transparent 52%,rgba(255,255,255,.86) 88%);
}
.om-v2p-premium::after { right: 17%; bottom: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--om-v2p-red); box-shadow: 20px 0 #c6c8cc,40px 0 #c6c8cc,60px 0 #c6c8cc; }
.om-v2p-premium > * { position: relative; z-index: 1; }
.om-v2p-premium__copy > span { display: inline-block; margin-bottom: 5px; padding: 3px 8px; border-radius: 3px; background: #626975; color: #fff; font-size: 9px; }
.om-v2p-premium__copy p { margin: 3px 0 8px; color: #555; font-size: 12px; }
.om-v2p-premium__mountains { align-self: stretch; min-width: 0; opacity: .78; }
.om-v2p-premium__mountains svg { width: 100%; height: 100%; min-height: 84px; }
.om-v2p-premium__mountains path:first-child { fill: #c8c8c6; }
.om-v2p-premium__mountains path:last-child { fill: #e2e2e0; }
.om-v2p-premium__brand { color: #111; font-size: 25px; font-weight: 950; line-height: .88; }
.om-v2p-premium__brand::before { content: "Ö"; display: inline-grid; place-items: center; width: 34px; height: 42px; margin-right: 7px; border-radius: 7px 7px 12px 12px; background: var(--om-v2p-red); color: #fff; font-size: 22px; }
.om-v2p-premium__brand small { display: block; margin: -8px 0 0 43px; font-size: 15px; }
.om-v2p-premium h2 { margin: 0; color: #111; font-size: clamp(21px,2.25vw,34px); line-height: 1.08; }
.om-v2p-premium .button { display: inline-flex; width: auto; min-width: 150px; min-height: 32px; align-items: center; justify-content: center; padding: 7px 13px; border: 0; border-radius: 5px; background: var(--om-v2p-red); box-shadow: none; color: #fff; font-size: 11px; font-weight: 850; text-align: center; }
.om-v2p-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 0 18px; }
.om-v2p-section-heading h2 { margin: 0; font-size: 25px; font-weight: 900; }
.om-v2p-section-heading p { margin: 0; color: #777; font-size: 12px; }
.om-v2p-section-heading a { color: var(--om-v2p-red); font-size: 12px; font-weight: 800; }
.om-v2p-category-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
  margin: 0 0 34px;
}
.om-v2p-category-row a {
  display: flex;
  align-items: center;
  min-height: 68px;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
  color: #181818;
  box-shadow: 0 6px 16px rgba(0,0,0,.04);
  font-size: 12px;
  font-weight: 850;
}
.om-v2p-category-row a:hover,
.om-v2p-category-row a:focus-visible { border-color: var(--om-v2p-red); color: var(--om-v2p-red); transform: translateY(-2px); }
.om-v2p-category-row i { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 8px; background: var(--om-v2p-soft); color: var(--om-v2p-red); font-size: 17px; }
.om-v2p-category-row span { display: block; min-width: 0; }
.om-v2p-category-row strong,
.om-v2p-category-row small { display: block; line-height: 1.25; }
.om-v2p-category-row small { margin-top: 3px; color: #727272; font-size: 9px; font-weight: 600; }
.om-v2p-new { padding-top: 2px; }
.om-v2p-new .omarkt-search-results-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }

/* Phase 2 card language — denser and more editorial than the stock template. */
.om-v2-phase2 .hp-listings .hp-row { margin-left: -7px; margin-right: -7px; }
.om-v2-phase2 .hp-listings .hp-grid__item { padding-left: 7px; padding-right: 7px; margin-bottom: 14px; }
.om-v2-phase2 .hp-listing--view-block {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(0,0,0,.055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.om-v2-phase2 .hp-listing--view-block:hover { transform: translateY(-3px); border-color: #c9c9c9; box-shadow: 0 14px 28px rgba(0,0,0,.1); }
.om-v2-phase2 .hp-listing--view-block .hp-listing__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__content { padding: 14px 15px 10px; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__title { margin-bottom: 7px; font-size: 15px; font-weight: 850; line-height: 1.25; letter-spacing: -.02em; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__title a { color: #161616; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__categories,
.om-v2-phase2 .hp-listing--view-block .hp-listing__location { color: #767676; font-size: 10px; font-weight: 650; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__footer { padding: 9px 15px 12px; border-top: 1px solid #eee; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__created-date { color: #929292; font-size: 9px; }
.om-v2-phase2 .hp-listing--view-block .hp-listing__favorite { color: var(--om-v2p-red); }

/* Category / region context hero. */
.om-v2-phase2 .om-v2p-context-hero {
  min-height: 0;
  padding: 14px 0 20px;
  background: #fff !important;
  background-image: none !important;
  color: var(--om-v2p-graphite);
  border-bottom: 1px solid #e5e5e5;
}
.om-v2p-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 14px; color: #858585; font-size: 10px; }
.om-v2p-breadcrumbs a { color: #555; font-weight: 700; }
.om-v2p-context-hero__grid {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(390px, 1.25fr) minmax(180px, .55fr);
  align-items: center;
  gap: 16px 28px;
}
.om-v2p-context-hero__copy { align-self: center; }
#om-v2p-context-title { margin: 0 0 13px; font-size: clamp(40px,4vw,64px); font-weight: 900; line-height: .98; letter-spacing: -.055em; }
#om-v2p-context-title em { display: inline; color: var(--om-v2p-red); font-style: normal; }
.om-v2p-context-hero__copy > p { max-width: 500px; margin: 0; color: #5e6064; font-size: 13px; line-height: 1.55; }
.om-v2p-context-hero__map { position: relative; min-width: 0; }
.om-v2p-context-hero__map .om-v2p-austria-map { max-height: 270px; margin: -14px auto -17px; filter: drop-shadow(0 8px 10px rgba(0,0,0,.06)); }
.om-v2p-region-identity { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-left: 24px; border-left: 1px solid #ddd; }
.om-v2p-region-badge { display: grid; place-items: center; width: 58px; height: 66px; margin-bottom: 12px; border: 2px solid var(--om-v2p-red); border-radius: 8px 8px 15px 15px; color: var(--om-v2p-red); font-size: 22px; font-weight: 900; }
.om-v2p-region-identity h2 { margin: 0; font-size: 22px; font-weight: 900; }
.om-v2p-region-identity > p { margin: 2px 0 0; color: #333; font-size: 12px; }
.om-v2p-region-stat { margin-top: 15px; padding-top: 13px; border-top: 1px solid #ddd; }
.om-v2p-region-stat strong { display: block; color: #111; font-size: 20px; font-weight: 900; }
.om-v2p-region-stat span { display: block; color: #6e6e6e; font-size: 9px; text-transform: uppercase; }
.om-v2p-region-identity > small { margin-top: 14px; color: #555; font-size: 10px; line-height: 1.4; }
.om-v2p-context-hero .om-v2p-search { grid-column: 1 / -1; box-shadow: 0 8px 20px rgba(0,0,0,.09); }
.om-v2p-context-values { display: flex; gap: 28px; margin: 18px 0 0; padding: 0; color: #626262; font-size: 10px; list-style: none; }
.om-v2p-context-values li { display: flex; align-items: center; gap: 8px; }
.om-v2p-context-values i { color: var(--om-v2p-red); font-size: 24px; }
.om-v2p-context-values span { display: block; line-height: 1.25; }
.om-v2p-context-values strong { display: block; color: #222; font-size: 11px; }
.om-v2p-context-chips { grid-column: 1 / -1; display: flex; align-items: center; gap: 7px; overflow-x: auto; padding: 2px 0; scrollbar-width: thin; }
.om-v2p-context-chips > strong { flex: 0 0 auto; color: #333; font-size: 10px; font-weight: 850; }
.om-v2p-context-chips a { flex: 0 0 auto; padding: 7px 12px; border: 1px solid #d8d8d8; border-radius: 99px; color: #303030; font-size: 10px; font-weight: 750; }
.om-v2p-context-chips a:hover { border-color: var(--om-v2p-red); color: var(--om-v2p-red); }

/* Archive results: preserve live HivePress filters while matching the approved density. */
.om-v2-phase2.tax-hp_listing_category .site-content,
.om-v2-phase2.tax-hp_listing_region .site-content {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
  padding: 22px 0 60px;
}
.om-v2-phase2.tax-hp_listing_category .site-content > .container,
.om-v2-phase2.tax-hp_listing_region .site-content > .container {
  width: 100%;
  max-width: none;
  transform: translateY(-72px);
  margin-bottom: -72px;
}
.om-v2-phase2.tax-hp_listing_category .hp-page__sidebar,
.om-v2-phase2.tax-hp_listing_region .hp-page__sidebar { flex: 0 0 238px; max-width: 238px; }
.om-v2-phase2.tax-hp_listing_category .hp-page__sidebar .widget,
.om-v2-phase2.tax-hp_listing_region .hp-page__sidebar .widget,
.om-v2-phase2.tax-hp_listing_category .hp-form--listing-filter,
.om-v2-phase2.tax-hp_listing_region .hp-form--listing-filter { padding: 16px; border: 1px solid #dedede; border-radius: 8px; background: #fff; box-shadow: none; }
.om-v2-phase2.tax-hp_listing_category .hp-page__content,
.om-v2-phase2.tax-hp_listing_region .hp-page__content { min-width: 0; }
.om-v2-phase2 .omarkt-results-toolbar { min-height: 44px; margin-bottom: 12px; padding: 0 0 10px; border-bottom: 1px solid #ddd; }
.om-v2-phase2 .omarkt-results-toolbar h1,
.om-v2-phase2 .omarkt-results-toolbar .hp-page__title { font-size: 17px; letter-spacing: -.02em; }
.om-v2-phase2 .omarkt-category-custom-results > .omarkt-subcategory-navigation[hidden],
.om-v2-phase2 .hp-page__content > [hidden] { display: none !important; }
.om-v2-phase2 .omarkt-category-custom-results .omarkt-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.om-v2p-view-controls { display: inline-flex; gap: 4px; margin-left: 6px; }
.om-v2p-view-controls button {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  color: #777;
  font-size: 17px;
}
.om-v2p-view-controls button.is-active { border-color: var(--om-v2p-red); background: var(--om-v2p-red); color: #fff; }
.om-v2-phase2 .omarkt-search-results-grid.is-list-view { grid-template-columns: 1fr; }
.om-v2-phase2 .omarkt-search-results-grid.is-list-view .om-v2-listing-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
}
.om-v2-phase2 .omarkt-search-results-grid.is-list-view .om-v2-listing-card__media { grid-row: 1 / 3; aspect-ratio: auto; min-height: 185px; }
.om-v2-phase2 .omarkt-search-results-grid.is-list-view .om-v2-listing-card__footer { grid-column: 2; }

/* Listing detail visual shell. */
.om-v2-phase2.single-hp_listing .site-content {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
  padding: 22px 0 70px;
}
.om-v2-phase2.single-hp_listing .site-content > .container { width: 100%; max-width: none; }
.om-v2-phase2.single-hp_listing .hp-listing--view-page > .hp-row { align-items: flex-start; }
.om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content { flex: 0 0 67%; max-width: 67%; padding-right: 24px; }
.om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content {
  overflow: visible;
  padding: 0 24px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { position: sticky; top: 92px; flex: 0 0 33%; max-width: 33%; padding-left: 8px; }
.om-v2-phase2.single-hp_listing .hp-listing__images {
  width: 100%;
  height: clamp(320px,28vw,420px);
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 10px;
  background: #eee;
}
.om-v2-phase2.single-hp_listing .hp-listing__images img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; }
.om-v2-phase2.single-hp_listing .om-v2p-listing-breadcrumbs { margin: 0 0 14px; font-size: 11px; }
.om-v2-phase2.single-hp_listing .hp-listing__title { margin: 8px 0 10px; font-size: clamp(30px,3vw,46px); font-weight: 900; line-height: 1.05; }
.om-v2-phase2.single-hp_listing .hp-listing__categories a { color: var(--om-v2p-red); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.om-v2-phase2.single-hp_listing .hp-listing__details--primary { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 10px 0 16px; border-bottom: 1px solid #dedede; }
.om-v2-phase2.single-hp_listing .om-v2p-detail-price { margin: 0 0 18px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.om-v2-phase2.single-hp_listing .om-v2p-detail-price .hp-listing__attribute--price { color: var(--om-v2p-red); font-size: 30px; font-weight: 900; letter-spacing: -.03em; }
.om-v2-phase2.single-hp_listing .hp-listing__description { font-size: 15px; line-height: 1.72; }
.om-v2-phase2.single-hp_listing .hp-listing__description h2,
.om-v2-phase2.single-hp_listing .hp-listing__description h3 { margin-top: 30px; font-size: 23px; }
.om-v2p-listing-facts { margin: 10px 0 18px; padding: 16px 18px; border: 1px solid #dedede; border-radius: 8px; background: #fafafa; }
.om-v2p-listing-facts h3 { margin: 0 0 8px; font-size: 14px; }
.om-v2p-listing-facts ul { margin: 0; padding: 0; list-style: none; }
.om-v2p-listing-facts li { position: relative; margin: 4px 0; padding-left: 16px; color: #565656; font-size: 10px; }
.om-v2p-listing-facts li::before { content: "✓"; position: absolute; left: 0; color: var(--om-v2p-red); font-weight: 900; }
.om-v2p-listing-context {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.055);
}
.om-v2p-listing-context__heading { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.om-v2p-listing-context__heading i { color: var(--om-v2p-red); }
.om-v2p-listing-context__heading strong { font-size: 15px; font-weight: 900; }
.om-v2p-listing-context .om-v2p-austria-map { max-height: 168px; margin: -10px auto; }
.om-v2p-listing-context__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.om-v2p-listing-context__meta span { padding-top: 8px; border-top: 1px solid #e3e3e3; color: #222; font-size: 10px; font-weight: 750; }
.om-v2-phase2.single-hp_listing .hp-listing__actions--primary,
.om-v2-phase2.single-hp_listing .hp-vendor--view-block {
  margin-bottom: 14px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.065);
}
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack { display: flex; flex-direction: column; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor--view-block {
  order: 1;
  display: grid;
  grid-template-columns: 78px minmax(0,1fr);
  grid-template-rows: auto auto;
  gap: 2px 14px;
  margin-bottom: 0;
  padding: 18px 20px 14px;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  box-shadow: 0 5px 14px rgba(0,0,0,.045);
}
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__header { grid-column: 1; grid-row: 1 / 3; margin: 0; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__image { width: 78px; height: 78px; margin: 0; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__image img { width: 78px; height: 78px; object-fit: cover; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__content { grid-column: 2; grid-row: 1; padding: 4px 0 0; text-align: left; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__footer { grid-column: 2; grid-row: 2; min-height: 24px; margin: 0; padding: 0; border: 0; justify-content: flex-start; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__actions { justify-content: flex-start; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-listing__actions--primary {
  order: 2;
  margin-top: 0;
  padding-top: 6px;
  border-top: 0;
  border-radius: 0 0 9px 9px;
}
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .om-v2-contact-panel__intro { display: none; }
.om-v2-phase2.single-hp_listing .om-v2p-contact-stack .widget_omarkt_hivepress_categories { display: none; }
.om-v2-phase2.single-hp_listing .hp-listing__actions--primary .button,
.om-v2-phase2.single-hp_listing .hp-listing__actions--primary a.button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin: 0 0 8px; border: 0; border-radius: 6px; background: var(--om-v2p-red); box-shadow: none; color: #fff; font-weight: 850; }
.om-v2-phase2.single-hp_listing .hp-listing__actions--primary .button:hover { background: var(--om-v2p-red-dark); }
.om-v2-phase2.single-hp_listing .hp-vendor--view-block .hp-vendor__name { font-size: 16px; font-weight: 850; }
.om-v2-phase2.single-hp_listing .hp-listing__attributes--secondary { margin-top: 24px; }
.om-v2-phase2.single-hp_listing .hp-page__footer { margin-top: 42px; padding-top: 26px; border-top: 1px solid #ddd; }
.om-v2-phase2.single-hp_listing .hp-page__footer h2 { margin-bottom: 16px; font-size: 25px; }
.om-v2-phase2 .omarkt-mobile-contact-bar { background: rgba(255,255,255,.97); border-top: 1px solid #d1d1d1; box-shadow: 0 -8px 22px rgba(0,0,0,.12); }
.om-v2-phase2 .omarkt-mobile-contact-bar__button { border-radius: 6px; background: var(--om-v2p-red); color: #fff; font-weight: 850; }

/* Accessibility and restrained motion. */
.om-v2-phase2 a:focus-visible,
.om-v2-phase2 button:focus-visible { outline: 3px solid rgba(239,61,61,.35); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .om-v2-phase2 *, .om-v2-phase2 *::before, .om-v2-phase2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 1180px) {
  .om-v2p-home-hero__grid { grid-template-columns: minmax(370px,1fr) minmax(340px,.9fr); }
  .om-v2p-home-hero__facts { grid-column: 1/-1; flex-direction: row; align-items: center; justify-content: space-between; padding: 4px 0 0; border: 0; border-top: 1px solid #ddd; }
  .om-v2p-fact { flex: 1; padding: 10px 16px 8px 0; border: 0; border-right: 1px solid #ddd; }
  .om-v2p-fact-signoff { flex: 1; padding-left: 18px; }
  .om-v2p-context-hero__grid { grid-template-columns: 1fr 1.05fr; }
  .om-v2p-region-identity { grid-column: 1/-1; flex-direction: row; align-items: center; gap: 14px; padding: 10px 0 0; border: 0; border-top: 1px solid #ddd; }
  .om-v2p-region-badge { width: 44px; height: 48px; margin: 0; }
  .om-v2p-region-stat { margin: 0 0 0 auto; padding: 0 0 0 16px; border: 0; border-left: 1px solid #ddd; }
  .om-v2p-new .omarkt-search-results-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1350px) {
  .om-v2p-header-context { display: none; }
}

@media (min-width: 1380px) {
  .om-v2-phase2.tax-hp_listing_category .omarkt-search-results-grid,
  .om-v2-phase2.tax-hp_listing_region .omarkt-search-results-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .om-v2-phase2 .container,
  .om-v2-phase2.tax-hp_listing_category .site-content,
  .om-v2-phase2.tax-hp_listing_region .site-content,
  .om-v2-phase2.single-hp_listing .site-content { width: min(100% - 32px, 1500px); }
  .om-v2p-header-context { display: none; }
  .om-v2p-home-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 14px 20px; }
  .om-v2p-home-hero h1 { font-size: clamp(40px,6vw,58px); }
  .om-v2p-home-hero .om-v2p-search { grid-column: 1/-1; }
  .om-v2p-value-points { grid-column: 1/-1; }
  .om-v2p-premium { grid-template-columns: 1fr 1fr; }
  .om-v2p-premium__brand { grid-column: 1/-1; }
  .om-v2p-category-row { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .om-v2p-category-row a:nth-child(n+4) { grid-column: span 1; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__sidebar,
  .om-v2-phase2.tax-hp_listing_region .hp-page__sidebar { flex-basis: 210px; max-width: 210px; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content { flex-basis: 62%; max-width: 62%; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { flex-basis: 38%; max-width: 38%; }
}

/* Mobile contract covers 360/390/393 px and the 768 px tablet boundary. */
@media (max-width: 800px) {
  .om-v2-phase2 .container,
  .om-v2-phase2.tax-hp_listing_category .site-content,
  .om-v2-phase2.tax-hp_listing_region .site-content,
  .om-v2-phase2.single-hp_listing .site-content { width: min(100% - 24px, 1500px); }
  .om-v2-phase2 .header-navbar { min-height: 62px; padding: 8px 0; }
  .om-v2-phase2 .header-logo img,
  .om-v2-phase2 .header-logo .om-v2p-approved-logo { max-height: 36px; }
  .om-v2p-account-entry { display: none; }
  .om-v2-phase2 .om-v2p-home-hero { padding: 22px 0 14px; }
  .om-v2p-home-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
  .om-v2p-kicker { margin-bottom: 10px; }
  .om-v2p-home-hero h1 { font-size: clamp(36px,9vw,44px); }
  .om-v2p-lead { margin-top: 12px; font-size: 13px; }
  .om-v2p-home-hero__map { order: 2; width: min(100%,470px); margin: -18px auto -28px; }
  .om-v2p-script { display: none; }
  .om-v2p-home-hero .om-v2p-search { order: 1; }
  .om-v2p-value-points { order: 3; gap: 11px; overflow-x: auto; padding: 2px 0 4px; }
  .om-v2p-home-hero__facts { order: 4; }
  .om-v2p-fact { padding: 8px 8px 7px 0; }
  .om-v2p-fact strong { font-size: 21px; }
  .om-v2p-fact span { font-size: 8px; }
  .om-v2p-fact-signoff { display: none; }
  .om-v2p-search { grid-template-columns: 1fr 1fr; min-height: 0; box-shadow: 0 8px 20px rgba(0,0,0,.11); }
  .om-v2p-search__field { min-height: 54px; padding: 7px 10px 6px 36px; border-bottom: 1px solid #ddd; }
  .om-v2p-search__field--what { grid-column: 1/-1; border-right: 0; }
  .om-v2p-search__field--category { grid-column: 1/2; }
  .om-v2p-search__field--where { grid-column: 2/3; border-right: 0; }
  .om-v2p-search button { grid-column: 1/-1; min-width: 0; min-height: 54px; }
  .om-v2p-premium { grid-template-columns: 1fr; gap: 12px; margin: 12px 0 26px; padding: 19px; }
  .om-v2p-premium .button { width: 100%; }
  .om-v2p-section-heading { align-items: start; flex-direction: column; gap: 4px; }
  .om-v2p-category-row { grid-template-columns: 1fr 1fr; }
  .om-v2p-category-row a { min-height: 58px; padding: 10px; }
  .om-v2p-category-row a:last-child { grid-column: 1/-1; }
  .om-v2p-new .omarkt-search-results-grid { grid-template-columns: 1fr; }
  .om-v2p-context-hero { padding: 9px 0 14px; }
  .om-v2p-breadcrumbs { margin-bottom: 8px; }
  .om-v2p-context-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
  #om-v2p-context-title { font-size: clamp(35px,10vw,48px); }
  .om-v2p-context-hero__map { width: min(100%,500px); margin: -20px auto -30px; }
  .om-v2p-region-identity { display: grid; grid-template-columns: auto 1fr auto; }
  .om-v2p-context-hero .om-v2p-search { order: 4; }
  .om-v2p-context-values { order: 5; overflow-x: auto; white-space: nowrap; }
  .om-v2p-context-chips { order: 6; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__sidebar,
  .om-v2-phase2.tax-hp_listing_region .hp-page__sidebar { flex: 0 0 100%; max-width: 100%; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__content,
  .om-v2-phase2.tax-hp_listing_region .hp-page__content { flex: 0 0 100%; max-width: 100%; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content,
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { flex: 0 0 100%; max-width: 100%; padding: 0; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { position: static; margin-top: 20px; }
	.om-v2-phase2.tax-hp_listing_category .site-content > .container,
	.om-v2-phase2.tax-hp_listing_region .site-content > .container { transform: none; margin-bottom: 0; }
	.om-v2-phase2.single-hp_listing .hp-listing__images { height: clamp(250px,72vw,390px); }
	.om-v2-phase2.single-hp_listing .om-v2p-listing-breadcrumbs { overflow-x: auto; white-space: nowrap; }
  .om-v2-phase2.single-hp_listing .hp-listing__title { font-size: 31px; }
  .om-v2p-listing-context .om-v2p-austria-map { max-height: 145px; }
  .om-v2-phase2.single-hp_listing { padding-bottom: 74px; }
  .om-v2-phase2 .omarkt-search-results-grid.is-list-view .om-v2-listing-card { grid-template-columns: 112px 1fr; }
  .om-v2-phase2 .omarkt-search-results-grid.is-list-view .om-v2-listing-card__media { min-height: 132px; }
}

@media (max-width: 393px) {
  .om-v2p-home-hero h1 { font-size: 37px; }
  .om-v2p-search { grid-template-columns: 1fr; }
  .om-v2p-search__field,
  .om-v2p-search__field:nth-child(2),
  .om-v2p-search__field--category,
  .om-v2p-search button { grid-column: 1; border-right: 0; border-bottom: 1px solid #ddd; }
  .om-v2p-category-row { grid-template-columns: 1fr; }
  .om-v2p-category-row a:last-child { grid-column: auto; }
}

/* Final owner-approved desktop composition. The 1024 CSS-pixel threshold is
   deliberately below the scaled Owner-laptop viewport; physical pixels are not
   used as a responsive input. */
@media (min-width: 1024px) {
  .om-v2-phase2 .container,
  .om-v2-phase2 .header-navbar > .container { width: min(calc(100% - 56px), 1480px); max-width: 1480px !important; }
  .om-v2-phase2 .header-navbar { width: min(calc(100% - 56px), 1480px); max-width: 1480px !important; min-height: 72px; padding: 8px 0; }
  .om-v2-phase2 .header-navbar > .container { display: flex; max-width: 1480px; flex-wrap: nowrap; align-items: center; }
  .om-v2-phase2 .header-logo { width: clamp(185px,14vw,215px); flex: 0 0 clamp(185px,14vw,215px); margin-right: clamp(12px,1.4vw,24px); }
  .om-v2-phase2 .header-logo img,
  .om-v2-phase2 .header-logo .om-v2p-approved-logo { width: 100%; max-width: none !important; max-height: 58px; transform: none; transform-origin: left center; }
  .om-v2-phase2 .header-navbar__burger { display: none !important; }
  .om-v2-phase2 .header-navbar__menu { display: block !important; flex: 1 1 auto; min-width: 0; }
  .om-v2-phase2 .header-navbar__menu > ul { display: flex !important; flex-wrap: nowrap; align-items: center; justify-content: center; }
  .om-v2-phase2 .header-navbar__menu > ul > li { flex: 0 0 auto; padding-right: clamp(5px,.65vw,10px); padding-left: clamp(5px,.65vw,10px); }
  .om-v2-phase2 .header-navbar__menu > ul > li > a { padding: 12px 0; font-size: clamp(10px,.82vw,13px); white-space: nowrap; }
  .om-v2-phase2 .header-navbar__menu .om-v2p-menu-label { font-size: clamp(10px,.82vw,13px); }
  .om-v2p-header-context { display: inline-flex !important; flex-basis: 116px; padding-right: 8px !important; padding-left: 8px !important; font-size: 10px; }
  .om-v2p-account-entry { display: inline-flex !important; margin: 0 10px; font-size: 11px; }
  .om-v2-phase2 .header-navbar__actions { flex: 0 0 auto; }
  .om-v2-phase2 .header-navbar__actions .button,
  .om-v2-phase2 .header-navbar__actions a[href*="submit-listing"] { min-height: 44px; padding: 10px 17px; font-size: 12px; white-space: nowrap; }

  .om-v2-phase2 .om-v2p-home-hero { padding: 16px 0 12px; }
  .om-v2p-home-hero__grid { grid-template-columns: minmax(535px,44fr) minmax(480px,40fr) minmax(155px,16fr); gap: 7px 18px; }
  .om-v2p-kicker { margin-bottom: 8px; font-size: 9px; }
  .om-v2p-home-hero h1 { max-width: none; font-size: clamp(38px,2.7vw,42px); line-height: .98; }
  .om-v2p-home-hero h1 { white-space: nowrap; }
  .om-v2p-lead { max-width: 570px; margin-top: 10px; font-size: 13px; line-height: 1.38; }
  .om-v2p-home-hero__map { align-self: center; }
  .om-v2p-home-hero__map .om-v2p-austria-map { width: 56%; max-width: none; margin: -4px auto -8px; }
  .om-v2p-home-hero__map .om-v2p-approved-map { height: clamp(138px,10.75vw,165px); margin-top: -6px; margin-bottom: -10px; }
  .om-v2p-script { left: -8px; bottom: 31px; font-size: 14px; line-height: 1.2; }
  .om-v2p-home-hero__facts { padding-left: 14px; }
  .om-v2p-fact { position: relative; min-height: 56px; padding: 10px 0 8px 34px; }
  .om-v2p-fact i { position: absolute; left: 0; top: 16px; width: 24px; color: var(--om-v2p-red); font-size: 21px; text-align: center; }
  .om-v2p-fact strong { color: #111; font-size: 20px; }
  .om-v2p-fact span { margin-top: 2px; font-size: 8px; line-height: 1.18; }
  .om-v2p-fact-signoff { position: relative; padding-left: 38px; font-size: 10px; }
  .om-v2p-fact-signoff::before { content: ""; position: absolute; left: 0; top: 2px; width: 28px; height: 17px; background: linear-gradient(168deg,transparent 0 19%,var(--om-v2p-red) 20% 40%,transparent 41% 56%,var(--om-v2p-red) 57% 77%,transparent 78%); transform: rotate(-8deg); }
  .om-v2p-home-hero .om-v2p-search { width: 82%; min-height: 46px; margin-top: -9px; justify-self: start; }
  .om-v2p-home-hero .om-v2p-search__field { padding: 4px 10px 3px 36px; }
  .om-v2p-home-hero .om-v2p-search__field::before { left: 13px; font-size: 13px; }
  .om-v2p-home-hero .om-v2p-search__field input,
  .om-v2p-home-hero .om-v2p-search__field select { min-height: 20px; font-size: 11px; }
  .om-v2p-home-hero .om-v2p-search button { font-size: 12px; }
  .om-v2p-search { min-height: 56px; grid-template-columns: minmax(190px,1.25fr) minmax(160px,.92fr) minmax(175px,.85fr) minmax(160px,.7fr); }
  .om-v2p-search__field { padding: 6px 14px 5px 43px; }
  .om-v2p-search__field input,
  .om-v2p-search__field select { min-height: 22px; font-size: 12px; }
  .om-v2p-search button { min-width: 0; font-size: 14px; }
  .om-v2p-value-points { min-height: 34px; gap: 48px; }

  .om-v2-phase2 .site-content.om-v2p-home { width: min(calc(100% - 56px),1480px); margin: 0 auto; padding-bottom: 42px; }
  .om-v2p-premium { grid-template-columns: minmax(355px,.95fr) minmax(450px,1.55fr) minmax(190px,.5fr); min-height: 112px; height: 112px; gap: 16px; margin: 5px 0 14px; padding: 8px 28px; }
  .om-v2p-premium::before { z-index: 1; background: linear-gradient(90deg,rgba(255,255,255,.98) 0 27%,rgba(255,255,255,.15) 46%,rgba(255,255,255,.12) 72%,rgba(255,255,255,.96) 91%); }
  .om-v2p-premium__copy { z-index: 2; }
  .om-v2p-premium__copy > span { margin-bottom: 2px; }
  .om-v2p-premium h2 { margin: 0; font-size: 26px; line-height: 1; }
  .om-v2p-premium__copy p { margin: 1px 0 3px; font-size: 9px; }
  .om-v2p-premium .button { min-width: 142px; min-height: 26px; padding: 4px 12px; font-size: 9px; }
  .om-v2p-premium__mountains { position: absolute; z-index: 0; inset: 0 180px 0 260px; opacity: .86; }
  .om-v2p-premium__mountains img { width: 100%; height: 100%; object-fit: cover; object-position: center 63%; filter: grayscale(1) contrast(.92); }
  .om-v2p-premium__brand { z-index: 2; justify-self: end; font-size: 22px; }
  .om-v2p-premium__brand small { font-size: 14px; }
  .om-v2p-premium::after { z-index: 3; bottom: 7px; }
  .om-v2p-category-row { gap: 8px; margin-bottom: 12px; }
  .om-v2p-category-row a { min-height: 62px; gap: 10px; padding: 9px 12px; font-size: 11px; }
  .om-v2p-category-row i { width: 38px; height: 38px; flex-basis: 38px; border-radius: 0; background: transparent; font-size: 27px; }
  .om-v2p-section-heading { margin-bottom: 7px; }
  .om-v2p-section-heading h2 { font-size: 22px; }
  .om-v2p-section-heading p { font-size: 10px; }
  .om-v2p-new .omarkt-search-results-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }

  .om-v2-phase2 .omarkt-search-results-grid { gap: 9px; row-gap: 9px; }
  .om-v2-phase2 .om-v2-listing-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 5px; box-shadow: 0 3px 10px rgba(0,0,0,.045); }
  .om-v2-phase2 .om-v2-listing-card__media { display: block; width: 100%; min-height: 0; aspect-ratio: 16/8.8; overflow: hidden; }
  .om-v2-phase2 .om-v2-listing-card__media img { width: 100%; height: 100%; object-fit: cover; }
  .om-v2-phase2 .om-v2-listing-card__body { flex: 1 1 auto; padding: 7px 9px 3px; }
  .om-v2-phase2 .omarkt-search-card__location { overflow: hidden; margin-bottom: 3px; color: #747980; font-size: 8px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
  .om-v2-phase2 .om-v2-listing-card__title { min-height: 2.35em; margin: 0; font-size: 11px; line-height: 1.18; }
  .om-v2-phase2 .om-v2-listing-card__title a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .om-v2-phase2 .om-v2-listing-card__excerpt { min-height: 1.2em; margin: 3px 0 0; color: #777; font-size: 8px; line-height: 1.2; -webkit-line-clamp: 1; }
  .om-v2-phase2 .om-v2-listing-card__footer { display: flex; min-height: 31px; align-items: center; justify-content: space-between; gap: 5px; margin-top: 0; padding: 3px 9px 7px; border: 0; }
  .om-v2-phase2 .omarkt-search-card__price { color: var(--om-v2p-red); font-size: 12px; font-weight: 900; white-space: nowrap; }
  .om-v2-phase2 .omarkt-search-card__category { overflow: hidden; max-width: 48%; padding: 3px 6px; border-radius: 3px; background: #f1f2f3; color: #73777e; font-size: 7px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
  .om-v2-phase2 .omarkt-search-card__category a { color: inherit; font-size: inherit; }
  .om-v2-phase2 .om-v2-card-cta,
  .om-v2-phase2 .omarkt-search-card__offer,
  .om-v2-phase2 .omarkt-search-card__date { display: none; }

  .om-v2-phase2 .om-v2p-context-hero { padding: 10px 0 10px; }
  .om-v2p-context-hero__grid { grid-template-columns: minmax(390px,1.05fr) minmax(480px,1.3fr) minmax(185px,.52fr); gap: 8px 20px; }
  #om-v2p-context-title { margin-bottom: 8px; font-size: clamp(45px,3.8vw,58px); }
  .om-v2p-context-hero__copy > p { font-size: 12px; line-height: 1.35; }
  .om-v2p-context-values { gap: 20px; margin-top: 10px; }
  .om-v2p-context-hero__map .om-v2p-austria-map { width: 104%; max-height: 245px; margin: -18px -2% -16px; }
  .om-v2p-context-hero__map .om-v2p-script { left: -3px; bottom: 33px; }
  .om-v2p-region-identity { padding-left: 16px; }
  .om-v2p-region-badge { width: 48px; height: 54px; margin-bottom: 6px; font-size: 17px; }
  .om-v2p-region-identity h2 { font-size: 19px; }
  .om-v2p-region-stat { margin-top: 8px; padding-top: 7px; }
  .om-v2p-region-identity > small { margin-top: 7px; }
  .om-v2p-context-hero .om-v2p-search { min-height: 55px; }
  .om-v2p-context-chips { min-height: 34px; }
  .om-v2p-context-chips a { padding: 6px 11px; font-size: 8px; }
  .om-v2-phase2.tax-hp_listing_category .site-content,
  .om-v2-phase2.tax-hp_listing_region .site-content { width: min(calc(100% - 56px),1480px); padding: 8px 0 45px; }
  .om-v2-phase2.tax-hp_listing_category .site-content > .container,
  .om-v2-phase2.tax-hp_listing_region .site-content > .container { transform: none; margin-bottom: 0; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__sidebar,
  .om-v2-phase2.tax-hp_listing_region .hp-page__sidebar { flex: 0 0 215px; max-width: 215px; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__content,
  .om-v2-phase2.tax-hp_listing_region .hp-page__content { width: auto; flex: 1 1 0; max-width: none; }
  .om-v2-phase2.tax-hp_listing_category .hp-page__sidebar .widget,
  .om-v2-phase2.tax-hp_listing_region .hp-page__sidebar .widget,
  .om-v2-phase2.tax-hp_listing_category .hp-form--listing-filter,
  .om-v2-phase2.tax-hp_listing_region .hp-form--listing-filter { padding: 12px; font-size: 10px; }
  .om-v2-phase2 .omarkt-results-toolbar { min-height: 48px; margin-bottom: 8px; padding-bottom: 6px; }
  .om-v2-phase2 .omarkt-results-toolbar__count h2 { margin: 0 0 1px; font-size: 19px; line-height: 1.05; }
  .om-v2-phase2 .omarkt-results-toolbar__count small { color: #777; font-size: 9px; }
  .om-v2-phase2 .omarkt-results-toolbar__sort { margin-left: auto; }
  .om-v2-phase2.tax-hp_listing_category .omarkt-search-results-grid,
  .om-v2-phase2.tax-hp_listing_region .omarkt-search-results-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

  .om-v2-phase2.single-hp_listing .site-content { width: min(calc(100% - 56px),1480px); padding: 10px 0 34px; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content { flex-basis: 65%; max-width: 65%; padding-right: 20px; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { flex-basis: 35%; max-width: 35%; top: 82px; }
  .om-v2-phase2.single-hp_listing .om-v2p-listing-breadcrumbs { margin-bottom: 8px; }
  .om-v2-phase2.single-hp_listing .hp-listing__images.om-v2p-gallery { position: relative; display: grid !important; grid-template-columns: minmax(0,3.25fr) minmax(155px,1fr); gap: 6px; width: 100% !important; height: 325px !important; max-height: 325px !important; margin-bottom: 10px; overflow: hidden !important; border-radius: 0; background: transparent; }
  .om-v2-phase2.single-hp_listing .om-v2p-gallery > .om-v2p-gallery__main-image { position: static !important; display: block !important; grid-column: 1; width: 100% !important; height: 325px !important; max-height: 325px !important; margin: 0 !important; border-radius: 7px; opacity: 1 !important; object-fit: cover !important; }
  .om-v2p-gallery__rail { display: grid !important; grid-template-rows: 1fr 1fr; gap: 6px; height: 325px !important; min-width: 0; overflow: hidden; border-radius: 7px; }
  .om-v2-phase2.single-hp_listing .om-v2p-gallery__rail img { position: static !important; display: block !important; width: 100% !important; height: 100% !important; min-height: 0; margin: 0 !important; opacity: 1 !important; object-fit: cover; cursor: pointer; }
  .om-v2p-gallery__photo-count { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 0; padding: 10px; background: linear-gradient(145deg,#262626,#5d5d5d); color: #fff; text-align: center; }
  .om-v2p-gallery__photo-count strong { font-size: 19px; }
  .om-v2p-gallery__photo-count small { margin-top: 4px; font-size: 8px; opacity: .82; }
  .om-v2p-gallery__counter { position: absolute; left: 9px; bottom: 8px; padding: 4px 8px; border-radius: 4px; background: rgba(25,30,37,.82); color: #fff; font-size: 10px; }
  .om-v2-phase2.single-hp_listing .hp-listing__title { margin: 4px 0 5px; font-size: clamp(25px,2vw,31px); line-height: 1.02; }
  .om-v2-phase2.single-hp_listing .hp-listing__title .omarkt-offer-label { display: none; }
  .om-v2-phase2.single-hp_listing .hp-listing__categories a { font-size: 9px; }
  .om-v2-phase2.single-hp_listing .hp-listing__details--primary { gap: 7px 18px; padding: 6px 0 8px; font-size: 10px; }
  .om-v2-phase2.single-hp_listing .om-v2p-detail-price { display: block; width: 100%; margin: 0 0 7px; text-align: left !important; }
  .om-v2-phase2.single-hp_listing .om-v2p-detail-price > * { text-align: left !important; }
  .om-v2-phase2.single-hp_listing .om-v2p-detail-price .hp-listing__attribute { color: var(--om-v2p-red); font-size: 24px; font-weight: 900; }
  .om-v2-phase2.single-hp_listing .hp-page__topbar--separate { display: none; }
  .om-v2p-description-heading { margin: 8px 0 4px; font-size: 17px; }
  .om-v2-phase2.single-hp_listing .hp-listing__description { position: relative; margin-bottom: 0; font-size: 11px; line-height: 1.35; }
  .om-v2-phase2.single-hp_listing .hp-listing__description.is-collapsed:not(.is-expanded) { max-height: 170px; overflow: hidden; }
  .om-v2-phase2.single-hp_listing .hp-listing__description.is-collapsed:not(.is-expanded)::after { content: ""; position: absolute; inset: auto 0 0; height: 34px; background: linear-gradient(transparent,#fff); }
  .om-v2p-description-more { margin: 5px 0 0; padding: 0; border: 0; background: transparent; box-shadow: none; color: var(--om-v2p-red); font-size: 9px; font-weight: 800; }
  .om-v2-phase2.single-hp_listing .hp-listing__actions--primary,
  .om-v2-phase2.single-hp_listing .hp-vendor--view-block { margin-bottom: 10px; padding: 14px; }
  .om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor--view-block { grid-template-columns: 62px minmax(0,1fr); padding: 14px; }
  .om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__image,
  .om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-vendor__image img { width: 62px; height: 62px; }
  .om-v2-phase2.single-hp_listing .om-v2p-contact-stack .hp-listing__actions--primary { padding: 5px 14px 10px; }
  .om-v2-phase2.single-hp_listing .hp-listing__actions--primary .button,
  .om-v2-phase2.single-hp_listing .hp-listing__actions--primary a.button { min-height: 40px; margin-bottom: 6px; font-size: 11px; }
  .om-v2p-listing-context { margin-bottom: 9px; padding: 12px 14px; }
  .om-v2p-listing-context__heading { margin-bottom: 3px; }
  .om-v2p-listing-context__heading > div { min-width: 0; }
  .om-v2p-listing-context__heading strong,
  .om-v2p-listing-context__heading small { display: block; line-height: 1.2; }
  .om-v2p-listing-context__heading small { margin-top: 2px; color: #777; font-size: 9px; }
  .om-v2p-listing-context .om-v2p-austria-map { max-height: 145px; margin: -12px auto -9px; }
  .om-v2p-listing-facts { margin: 0; padding: 11px 14px; }
  .om-v2-phase2.single-hp_listing .hp-page__footer { display: none; }
  .om-v2-phase2.single-hp_listing .hp-page__footer h2 { margin-bottom: 7px; font-size: 19px; }
  .om-v2-phase2.single-hp_listing .hp-page__footer .hp-row { row-gap: 8px; }
  .om-v2-phase2.single-hp_listing .hp-page__footer .hp-grid__item { flex-basis: 33.333%; max-width: 33.333%; }
  .om-v2-phase2 .om-v2-related-listings--custom { display: block; margin: 0; padding: 10px 0 28px; border-top: 1px solid #ddd; }
  .om-v2-phase2 .om-v2-related-listings--custom .container { width: 100%; max-width: none; }
  .om-v2-phase2 .om-v2-related-listings--custom .om-v2-section-header { margin-bottom: 7px; }
  .om-v2-phase2 .om-v2-related-listings--custom .om-v2-eyebrow { display: none; }
  .om-v2-phase2 .om-v2-related-listings--custom h2 { margin: 0; font-size: 19px; }
  .om-v2-phase2 .om-v2-related-listings--custom .omarkt-search-results-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (min-width: 1280px) and (max-width: 1370px) {
  .om-v2p-home-hero__grid { grid-template-columns: minmax(500px,44fr) minmax(435px,40fr) minmax(145px,16fr); column-gap: 12px; }
  .om-v2p-home-hero h1 { font-size: 36px; }
  .om-v2p-script { font-size: 12px; }
  .om-v2p-category-row a { padding-right: 8px; padding-left: 8px; }
  .om-v2p-category-row strong { font-size: 10px; }
}

/* Owner-laptop desktop: 1366 physical pixels at 125% scaling is about 1093 CSS
   pixels. Preserve the approved desktop rectangles instead of the tablet rules. */
@media (min-width: 1024px) and (max-width: 1279px) {
  .om-v2-phase2 .container,
  .om-v2-phase2 .header-navbar,
  .om-v2-phase2 .header-navbar > .container,
  .om-v2-phase2 .site-content.om-v2p-home,
  .om-v2-phase2.tax-hp_listing_category .site-content,
  .om-v2-phase2.tax-hp_listing_region .site-content,
  .om-v2-phase2.single-hp_listing .site-content { width: min(calc(100% - 32px), 1248px); }

  .om-v2-phase2 .header-navbar { min-height: 64px; padding: 6px 0; }
  .om-v2-phase2 .header-logo { width: 146px; flex-basis: 146px; margin-right: 7px; }
  .om-v2-phase2 .header-logo img,
  .om-v2-phase2 .header-logo .om-v2p-approved-logo { max-height: 48px; transform: none; }
  .om-v2-phase2 .header-navbar__menu > ul > li { padding-right: 4px; padding-left: 4px; }
  .om-v2-phase2 .header-navbar__menu > ul > li > a { font-size: 9px; }
  .om-v2-phase2 .header-navbar__menu .om-v2p-menu-label { font-size: 9px; }
  .om-v2p-header-context { flex-basis: 86px; padding-right: 5px !important; padding-left: 5px !important; font-size: 8px; }
  .om-v2p-account-entry { gap: 4px; margin: 0 5px; font-size: 9px; }
  .om-v2-phase2 .header-navbar__actions .button,
  .om-v2-phase2 .header-navbar__actions a[href*="submit-listing"] { min-height: 39px; padding: 8px 10px; font-size: 10px; }

  .om-v2-phase2 .om-v2p-home-hero { padding-top: 11px; padding-bottom: 8px; }
  .om-v2p-home-hero__grid { grid-template-columns: minmax(380px,42fr) minmax(390px,41fr) minmax(132px,17fr); gap: 6px 8px; }
  .om-v2p-home-hero h1 { font-size: 29px; }
  .om-v2p-lead { max-width: 440px; margin-top: 7px; font-size: 11px; }
  .om-v2p-home-hero__map .om-v2p-austria-map { width: 60%; margin: -4px auto -8px; }
  .om-v2p-home-hero__map .om-v2p-approved-map { height: 124px; margin-top: -4px; margin-bottom: -7px; }
  .om-v2p-script { left: -13px; bottom: 27px; font-size: 11px; }
  .om-v2p-home-hero__facts { grid-column: auto; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 0 0 0 9px; border-top: 0; border-left: 1px solid #ddd; }
  .om-v2p-fact { flex: 0 0 auto; min-height: 49px; padding: 8px 0 7px 28px; border-right: 0; border-bottom: 1px solid #ddd; }
  .om-v2p-fact i { top: 13px; width: 20px; font-size: 18px; }
  .om-v2p-fact strong { font-size: 17px; }
  .om-v2p-fact-signoff { flex: 0 0 auto; margin-top: 8px; padding-left: 31px; font-size: 8px; }
  .om-v2p-fact-signoff::before { width: 23px; }
  .om-v2p-home-hero .om-v2p-search { width: 80%; min-height: 44px; margin-top: -5px; }
  .om-v2p-search { grid-template-columns: minmax(180px,1.18fr) minmax(145px,.9fr) minmax(155px,.88fr) minmax(135px,.66fr); }
  .om-v2p-value-points { gap: 27px; }

  .om-v2p-premium { grid-template-columns: minmax(265px,.9fr) minmax(330px,1.55fr) minmax(155px,.55fr); min-height: 100px; height: 100px; gap: 8px; margin-bottom: 10px; padding: 7px 18px; }
  .om-v2p-premium__copy > span { margin-bottom: 0; }
  .om-v2p-premium h2 { margin: 0; font-size: 22px; line-height: 1; }
  .om-v2p-premium__copy p { margin: 1px 0 2px; font-size: 8px; }
  .om-v2p-premium .button { min-width: 122px; min-height: 25px; padding: 4px 9px; font-size: 8px; }
  .om-v2p-premium__mountains { inset: 0 145px 0 205px; }
  .om-v2p-premium__brand { font-size: 18px; }
  .om-v2p-premium__brand small { font-size: 11px; }
  .om-v2p-category-row a { min-height: 57px; gap: 6px; padding: 7px 7px; font-size: 9px; }
  .om-v2p-category-row i { width: 31px; height: 31px; flex-basis: 31px; font-size: 22px; }
  .om-v2p-category-row strong { font-size: 9px; }
  .om-v2p-category-row small { font-size: 7px; }
  .om-v2p-new .omarkt-search-results-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }

  .om-v2p-context-hero__grid { grid-template-columns: minmax(370px,1.08fr) minmax(330px,1.08fr) minmax(136px,.48fr); gap: 6px 10px; }
  #om-v2p-context-title { font-size: 38px; }
  .om-v2p-context-hero__map .om-v2p-austria-map { width: 109%; margin-left: -5%; }
  .om-v2p-region-identity { grid-column: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 4px 0 0 10px; border-top: 0; border-left: 1px solid #ddd; }
  .om-v2p-region-stat { margin: 7px 0 0; padding: 7px 0 0; border-top: 1px solid #ddd; border-left: 0; }

  .om-v2-phase2.tax-hp_listing_category .hp-page__sidebar,
  .om-v2-phase2.tax-hp_listing_region .hp-page__sidebar { flex-basis: 175px; max-width: 175px; }
  .om-v2-phase2.tax-hp_listing_category .omarkt-search-results-grid,
  .om-v2-phase2.tax-hp_listing_region .omarkt-search-results-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__content { flex-basis: 65%; max-width: 65%; }
  .om-v2-phase2.single-hp_listing .hp-listing--view-page .hp-page__sidebar { flex-basis: 35%; max-width: 35%; }
}

@media (max-width: 800px) {
  .om-v2-phase2.single-hp_listing .hp-listing__images.om-v2p-gallery { display: block; height: clamp(250px,72vw,390px); overflow: hidden; border-radius: 8px; }
  .om-v2p-gallery__rail { display: none; }
  .om-v2p-gallery > .om-v2p-gallery__main-image { width: 100%; height: 100%; border-radius: 0; }
  .om-v2-phase2.single-hp_listing .hp-listing__description.is-collapsed:not(.is-expanded) { max-height: 230px; }
}

/* Owner layout invariant: the five primary sections stay on one row once the
   mobile breakpoint has been cleared. */
@media (min-width: 768px) {
  .om-v2p-category-row { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .om-v2p-category-row a:nth-child(n+4),
  .om-v2p-category-row a:last-child { grid-column: auto; }
  .om-v2p-new .omarkt-search-results-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .om-v2p-category-row { gap: 6px; }
  .om-v2p-category-row a { min-height: 56px; gap: 6px; padding: 7px; }
  .om-v2p-category-row i { width: 30px; height: 30px; flex-basis: 30px; font-size: 20px; }
  .om-v2p-category-row strong { font-size: 8px; }
  .om-v2p-category-row small { font-size: 7px; }
}

/* Owner compact-first-screen pass. Keep the commercial desktop hierarchy but
   spend the first viewport on working controls and inventory, not whitespace. */
@media (min-width: 1024px) {
  body.home.om-v2-phase2 .header-navbar { min-height: 58px; padding: 4px 0; }
  body.home.om-v2-phase2 .header-logo { width: clamp(150px,12vw,178px); flex-basis: clamp(150px,12vw,178px); }
  body.home.om-v2-phase2 .header-logo img,
  body.home.om-v2-phase2 .header-logo .om-v2p-approved-logo { max-height: 46px; }
  body.home.om-v2-phase2 .header-navbar__actions .button,
  body.home.om-v2-phase2 .header-navbar__actions a[href*="submit-listing"] { min-height: 36px; padding: 7px 12px; font-size: 10px; }

  .om-v2-phase2 .om-v2p-home-hero { padding-top: 2px; padding-bottom: 5px; }
  .om-v2p-home-hero__grid { grid-template-columns: minmax(220px,.7fr) minmax(500px,2fr) minmax(190px,.65fr); gap: 4px 14px; }
  .om-v2p-home-hero__copy { grid-column: 1; grid-row: 1; display: flex; align-self: center; flex-direction: column; padding-top: 0; }
  .om-v2p-home-hero h1 { order: 1; font-size: clamp(14px,1.15vw,16px) !important; line-height: 1; letter-spacing: -.035em; }
  .om-v2p-kicker { order: 2; margin: 3px 0 0; font-size: 7px; }
  .om-v2p-lead { order: 3; max-width: 250px; margin-top: 3px; font-size: 7px; line-height: 1.2; white-space: normal; }
  .om-v2p-home-hero__map { display: none; }
  .om-v2p-home-hero__facts { grid-column: 3; grid-row: 1; align-self: center; padding-left: 10px; }
  .om-v2p-fact { min-height: 22px; padding: 2px 0 2px 18px; }
  .om-v2p-fact i { top: 6px; width: 12px; font-size: 10px; }
  .om-v2p-fact strong { font-size: 10px; }
  .om-v2p-fact span { margin-top: 1px; font-size: 5px; }
  .om-v2p-fact-signoff { margin-top: 2px; padding-left: 20px; font-size: 6px; }
  .om-v2p-fact-signoff::before { width: 14px; height: 9px; }
  .om-v2p-home-hero .om-v2p-search { grid-column: 2; grid-row: 1; width: 78%; max-width: 560px; height: 44px; min-height: 44px; margin-top: 0; align-self: start; justify-self: start; grid-template-columns: minmax(130px,1.2fr) minmax(105px,.9fr) minmax(115px,.9fr) minmax(95px,.7fr); }
  .om-v2p-home-hero .om-v2p-search__field { min-height: 0; padding-top: 2px; padding-bottom: 2px; }
  .om-v2p-home-hero .om-v2p-search__field input,
  .om-v2p-home-hero .om-v2p-search__field select { min-height: 18px; }
  .om-v2p-value-points { grid-column: 1 / 3; grid-row: 2; min-height: 24px; gap: 32px; }
  .om-v2p-value-points li { font-size: 9px; }
  .om-v2p-value-points li span { width: 15px; height: 15px; }

  .om-v2p-premium { min-height: 78px; height: 78px; gap: 10px; margin: 3px 0 7px; padding: 5px 20px; }
  .om-v2p-premium__copy > span { padding: 2px 6px; font-size: 7px; }
  .om-v2p-premium h2 { font-size: 20px; }
  .om-v2p-premium__copy p { margin: 1px 0 3px; font-size: 8px; }
  .om-v2p-premium .button { min-width: 126px; min-height: 24px; padding: 4px 9px; font-size: 8px; }
  .om-v2p-premium__brand { font-size: 19px; }
  .om-v2p-premium__brand::before { width: 28px; height: 34px; font-size: 18px; }
  .om-v2p-premium__brand small { margin: -6px 0 0 35px; font-size: 11px; }
  .om-v2p-premium::after { bottom: 6px; width: 6px; height: 6px; box-shadow: 16px 0 #c6c8cc,32px 0 #c6c8cc,48px 0 #c6c8cc; }

  .om-v2p-category-row { gap: 7px; margin-bottom: 6px; }
  .om-v2p-category-row a { min-height: 48px; gap: 6px; padding: 6px 8px; }
  .om-v2p-category-row i { width: 27px; height: 27px; flex-basis: 27px; font-size: 19px; }
  .om-v2p-category-row strong { font-size: 9px; white-space: nowrap; }
  .om-v2p-category-row small { margin-top: 1px; font-size: 7px; }
  .om-v2p-section-heading { margin-bottom: 6px; }
  .om-v2p-section-heading h2 { font-size: 20px; }
  .om-v2p-section-heading p,
  .om-v2p-section-heading a { font-size: 9px; }
  .om-v2p-new .omarkt-search-results-grid { width: 100%; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .om-v2p-new .om-v2-listing-card__media { aspect-ratio: 16/7.5; }
}

/* Final Owner override: the homepage title stays deliberately small at every
   viewport, and the removed homepage map must not reappear through an older
   responsive rule. */
body.home.om-v2-phase2 .om-v2p-home-hero h1 {
  order: 2;
  font-size: clamp(20px,1.55vw,22px) !important;
  line-height: 1 !important;
}

body.home.om-v2-phase2 .om-v2p-home-ticker {
  position: relative;
  left: 50%;
  z-index: 5;
  width: 100vw;
  max-width: none;
  height: 22px;
  margin: 0 0 -3px;
  overflow: hidden;
  border-radius: 0;
  background: var(--om-v2p-red);
  color: #fff;
  transform: translate(-50%, -5px);
  white-space: nowrap;
}

body.home.om-v2-phase2 .om-v2p-home-ticker__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  align-items: center;
  animation: om-v2p-home-ticker 22s linear infinite;
}

body.home.om-v2-phase2 .om-v2p-home-ticker__track span {
  display: block;
  flex: 0 0 auto;
  padding: 5px 44px 5px 18px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 12px;
  text-transform: uppercase;
}

body.home.om-v2-phase2 .om-v2p-home-ticker__track span::after {
  content: "•";
  margin-left: 44px;
  color: #fff;
}

@keyframes om-v2p-home-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  body.home.om-v2-phase2 .om-v2p-home-ticker__track {
    animation: none;
    transform: none;
  }
}
body.home.om-v2-phase2 .om-v2p-home-hero .om-v2p-kicker { order: 1; margin: 0 0 4px; }
body.home.om-v2-phase2 .om-v2p-home-hero .om-v2p-lead { order: 3; }
body.home.om-v2-phase2 .om-v2p-home-hero__map {
  display: block !important;
}
@media (min-width: 1024px) {
  body.home.om-v2-phase2 .header-navbar { min-height: 46px; padding-top: 0; padding-bottom: 0; }
  body.home.om-v2-phase2 .header-logo img,
  body.home.om-v2-phase2 .header-logo .om-v2p-approved-logo { max-height: 38px; }
  body.home.om-v2-phase2 .header-navbar__actions .button,
  body.home.om-v2-phase2 .header-navbar__actions a[href*="submit-listing"] { min-height: 32px; padding-top: 5px; padding-bottom: 5px; }
  body.home.om-v2-phase2 .om-v2p-home-hero { padding-top: 0; padding-bottom: 0; }
  body.home.om-v2-phase2 .om-v2p-home-hero__grid { align-items: start; transform: translateY(-6px); margin-bottom: -6px; }
  body.home.om-v2-phase2 .om-v2p-home-hero__copy { align-self: start; }
  body.home.om-v2-phase2 .om-v2p-home-hero .om-v2p-kicker { margin-bottom: 2px; }
  body.home.om-v2-phase2 .om-v2p-home-hero h1 { line-height: .92 !important; }
  body.home.om-v2-phase2 .om-v2p-home-hero .om-v2p-lead { max-width: 230px; margin-top: 2px; font-size: 6px; line-height: 1.12; }
  body.home.om-v2-phase2 .om-v2p-home-hero__map {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    width: 180px;
    max-width: 100%;
    height: 90px;
    margin: 0;
    overflow: hidden;
    transform: translate(-90px,-4px);
  }
  body.home.om-v2-phase2 .om-v2p-home-hero__map .om-v2p-approved-map {
    width: 100%;
    height: 90px;
    margin: 0;
  }
}

/* Homepage cards deliberately mirror the proven native archive-card language:
   image, red category pill, offer type, title, location/date and price footer. */
body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card {
  height: 100%;
  border: 1px solid #dedfe2;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.055);
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__media {
  aspect-ratio: 16 / 8.7;
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__body {
  min-height: 112px;
  padding: 9px 11px 7px;
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__title {
  min-height: 3.55em;
  margin: 6px 0 5px;
  color: #151515;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.17;
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__title > a {
  color: inherit;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__offer {
  display: block;
  width: auto;
  margin: 0 0 1px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--om-v2p-red);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__location {
  margin: 0;
  color: #747980;
  font-size: 8px;
  line-height: 1.2;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__location i {
  margin-right: 4px;
  color: var(--om-v2p-red);
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__date {
  display: block;
  margin-top: 5px;
  color: #999da4;
  font-size: 7px;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__footer {
  display: flex;
  min-height: 39px;
  align-items: center;
  padding: 7px 11px;
  border-top: 1px solid #eceef1;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__price {
  margin: 0;
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  white-space: normal;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category {
  display: inline-block;
  overflow: visible;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  background: #f0f1f3;
  color: var(--om-v2p-red) !important;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category a {
  display: block;
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: inherit;
  text-decoration: none;
  text-transform: inherit;
  white-space: normal;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category:hover,
body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category:focus-within {
  background: var(--om-v2p-red);
  color: #fff !important;
}

body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category:hover a,
body.home.om-v2-phase2 .om-v2p-new .omarkt-search-card__category:focus-within a {
  color: #fff !important;
}

body.home.om-v2-phase2 .om-v2p-new .om-v2-card-cta {
  display: none;
}

body.home.om-v2-phase2 .om-v2p-new__count {
  margin: 7px 1px 0;
  color: #777c84;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.2;
  text-align: right;
}

@media (max-width: 767px) {
  body.home.om-v2-phase2 .om-v2p-new .om-v2-listing-card__body {
    min-height: 104px;
  }

  body.home.om-v2-phase2 .om-v2p-new__count {
    text-align: center;
  }
}
