/*
 * Optimal Home 0.2.5 — premium property archive and single-property experience.
 * Local assets only; motion is progressive and respects reduced-motion settings.
 */

.oh-property-experience {
  --oh-property-ink: #10181c;
  --oh-property-ink-2: #172227;
  --oh-property-paper: #f4f1eb;
  --oh-property-paper-deep: #e9e4db;
  --oh-property-white: #fff;
  --oh-property-muted: #5b676d;
  --oh-property-line: rgba(16, 24, 28, 0.14);
  --oh-property-copper: #b86f42;
  --oh-property-copper-dark: #945331;
  --oh-property-gold: #d7b66f;
  --oh-property-shadow: 0 28px 72px rgba(10, 18, 22, 0.15);
  color: var(--oh-property-ink);
  background: var(--oh-property-paper);
}

/* Investment architecture 0.2.35 */
.oh-investment-group {
  margin-top: clamp(3rem, 6vw, 5.5rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(169, 132, 84, 0.32);
}

.oh-investment-group:first-of-type {
  margin-top: 1.5rem;
}

.oh-investment-group__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.oh-investment-group__header h2 {
  margin: 0.35rem 0 0;
}

.oh-investment-group__header p:not(.oh-property-kicker) {
  max-width: 760px;
  margin: 0.7rem 0 0;
}

.oh-investment-group__notice,
.oh-listing-card__source-note,
.oh-property-source-line {
  color: var(--oh-property-muted, #625d55);
  line-height: 1.65;
}

.oh-investment-group__notice {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--oh-property-gold, #a98454);
  background: rgba(169, 132, 84, 0.08);
}

.oh-listing-card__placeholder--investment {
  background:
    radial-gradient(circle at 78% 24%, rgba(184, 139, 87, 0.24), transparent 30%),
    linear-gradient(145deg, #14211f 0%, #20312d 55%, #111a19 100%);
}

.oh-listing-card__source-note {
  margin: 0.85rem 0 0;
  font-size: 0.79rem;
}

.oh-property-source-notice {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(184, 139, 87, 0.44);
  border-radius: 14px;
  background: rgba(20, 33, 31, 0.76);
  color: #f4efe7;
}

.oh-property-source-notice strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #e1bd86;
  letter-spacing: 0.02em;
}

.oh-property-source-notice p {
  margin: 0;
  color: rgba(244, 239, 231, 0.84);
}

.oh-property-investment-link {
  margin: 1rem 0 0;
}

.oh-property-investment-link a {
  color: inherit;
  text-decoration-color: rgba(184, 139, 87, 0.72);
  text-underline-offset: 0.2em;
}

.oh-property-source-line {
  margin: 1rem 0 0;
  font-size: 0.84rem;
}

.oh-investment-units .oh-listings-grid {
  margin-top: 1.5rem;
}

.oh-investment-detail .oh-property-cover__placeholder p {
  max-width: 75%;
  text-align: center;
}

@media (max-width: 760px) {
  .oh-investment-group__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .oh-investment-group__header .oh-property-button {
    width: 100%;
  }
}

.oh-property-experience #brx-content {
  overflow: clip;
}

.oh-property-experience .oh-property-shell {
  width: min(calc(100% - 48px), 1320px);
  margin-inline: auto;
}

.oh-property-experience .oh-property-kicker {
  margin: 0 0 18px;
  color: var(--oh-property-copper);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oh-property-experience .oh-property-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.oh-property-experience .oh-property-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.oh-property-experience .oh-property-button:hover,
.oh-property-experience .oh-property-button:focus-visible {
  transform: translateY(-2px);
}

.oh-property-experience .oh-property-button:focus-visible,
.oh-property-experience .oh-property-text-link:focus-visible,
.oh-property-experience .oh-property-back:focus-visible,
.oh-property-experience .oh-listings-paths a:focus-visible,
.oh-property-experience .oh-listing-card a:focus-visible {
  outline: 3px solid var(--oh-property-gold);
  outline-offset: 4px;
}

.oh-property-experience .oh-property-button--gold {
  color: var(--oh-property-ink);
  border-color: var(--oh-property-gold);
  background: var(--oh-property-gold);
  box-shadow: 0 16px 36px rgba(215, 182, 111, 0.18);
}

.oh-property-experience .oh-property-button--gold:hover,
.oh-property-experience .oh-property-button--gold:focus-visible {
  color: var(--oh-property-white);
  border-color: var(--oh-property-copper);
  background: var(--oh-property-copper);
}

.oh-property-experience .oh-property-button--outline {
  color: var(--oh-property-white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.oh-property-experience .oh-property-button--outline:hover,
.oh-property-experience .oh-property-button--outline:focus-visible {
  border-color: var(--oh-property-white);
  background: rgba(255, 255, 255, 0.1);
}

.oh-property-experience .oh-property-button--copper {
  color: var(--oh-property-white);
  border-color: var(--oh-property-copper);
  background: var(--oh-property-copper);
  box-shadow: 0 16px 34px rgba(184, 111, 66, 0.2);
}

.oh-property-experience .oh-property-button--copper:hover,
.oh-property-experience .oh-property-button--copper:focus-visible {
  border-color: var(--oh-property-copper-dark);
  background: var(--oh-property-copper-dark);
}

.oh-property-experience .oh-property-button--soft {
  color: var(--oh-property-ink);
  border-color: var(--oh-property-line);
  background: rgba(255, 255, 255, 0.68);
}

.oh-property-experience .oh-property-button--soft:hover,
.oh-property-experience .oh-property-button--soft:focus-visible {
  border-color: var(--oh-property-ink);
  background: var(--oh-property-white);
}

.oh-property-experience .oh-property-text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--oh-property-copper-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.oh-property-experience .oh-property-text-link span {
  transition: transform 180ms ease;
}

.oh-property-experience .oh-property-text-link:hover span,
.oh-property-experience .oh-property-text-link:focus-visible span {
  transform: translateX(3px);
}

/* Archive hero */
.oh-listings-hero {
  position: relative;
  overflow: hidden;
  color: var(--oh-property-white);
  background:
    linear-gradient(135deg, rgba(19, 29, 34, 0.98), rgba(10, 17, 20, 0.98)),
    var(--oh-property-ink);
}

.oh-listings-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to right, transparent 0%, #000 45%, #000 100%);
}

.oh-listings-hero__glow,
.oh-property-detail-hero__glow {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(184, 111, 66, 0.27), rgba(184, 111, 66, 0) 70%);
  filter: blur(8px);
}

.oh-listings-hero__glow {
  top: -210px;
  left: 30%;
}

.oh-listings-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  padding-block: 88px 78px;
}

.oh-listings-hero__copy {
  max-width: 760px;
}

.oh-listings-hero .oh-property-kicker,
.oh-property-detail-hero .oh-property-kicker {
  color: var(--oh-property-gold);
}

.oh-listings-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--oh-property-white);
  font-size: clamp(54px, 6.6vw, 94px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.oh-listings-hero h1 span {
  display: block;
  color: var(--oh-property-gold);
  font-weight: 580;
}

.oh-listings-hero__lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.58;
}

.oh-listings-hero .oh-property-actions {
  margin-top: 34px;
}

.oh-listings-hero__signal {
  display: flex;
  max-width: 530px;
  gap: 14px;
  align-items: center;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.oh-listings-hero__signal > span {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border: 2px solid var(--oh-property-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(215, 182, 111, 0.1);
}

.oh-listings-hero__signal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.oh-listings-hero__signal strong {
  color: var(--oh-property-white);
}

.oh-listings-hero__media {
  position: relative;
  min-height: 510px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px 28px 118px 28px;
  background: #273238;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(var(--oh-property-media-y, 0));
  transition: transform 120ms linear;
}

.oh-listings-hero__media::before {
  position: absolute;
  z-index: -1;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(215, 182, 111, 0.3);
  border-radius: 32px 32px 128px 32px;
  content: "";
}

.oh-listings-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  border-radius: inherit;
  object-fit: cover;
  object-position: 47% center;
}

.oh-listings-hero__media figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: grid;
  gap: 2px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(10, 17, 20, 0.76);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.oh-listings-hero__media figcaption span {
  color: var(--oh-property-white);
  font-size: 15px;
  font-weight: 800;
}

.oh-listings-hero__media figcaption strong {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-listings-hero__stamp {
  position: absolute;
  top: 28px;
  left: -28px;
  display: grid;
  width: 86px;
  height: 86px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  text-align: center;
  background: var(--oh-property-copper);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.oh-listings-hero__stamp span {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.oh-listings-hero__stamp small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.oh-listings-paths {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 10, 12, 0.34);
}

.oh-listings-paths__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oh-listings-paths a {
  display: flex;
  min-height: 76px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.oh-listings-paths a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.oh-listings-paths a span {
  color: var(--oh-property-gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.oh-listings-paths a:hover,
.oh-listings-paths a:focus-visible {
  color: var(--oh-property-white);
  background: rgba(255, 255, 255, 0.06);
}

/* Archive results and cards */
.oh-listings-results {
  padding-block: 112px 126px;
  background: var(--oh-property-paper);
}

.oh-listings-section-head {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.oh-listings-section-head h2,
.oh-listings-empty h2,
.oh-listings-method h2,
.oh-property-section h2 {
  margin: 0;
  color: var(--oh-property-ink);
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.oh-listings-count {
  margin: 0 0 7px;
  padding: 10px 14px;
  border: 1px solid var(--oh-property-line);
  border-radius: 999px;
  color: var(--oh-property-muted);
  background: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 760;
}

.oh-listings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.oh-listing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 28, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 52px rgba(16, 24, 28, 0.07);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.oh-listing-card:hover,
.oh-listing-card:focus-within {
  border-color: rgba(184, 111, 66, 0.42);
  box-shadow: 0 28px 70px rgba(16, 24, 28, 0.14);
  transform: translateY(-7px);
}

.oh-listing-card__media {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 1.25;
  color: var(--oh-property-white);
  background: var(--oh-property-ink-2);
}

.oh-listing-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.oh-listing-card:hover .oh-listing-card__image,
.oh-listing-card:focus-within .oh-listing-card__image {
  transform: scale(1.045);
}

.oh-listing-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(215, 182, 111, 0.2), transparent 34%),
    linear-gradient(135deg, #243137, #11191d);
}

.oh-listing-card__placeholder::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  content: "";
}

.oh-listing-card__mark {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.oh-listing-card__placeholder small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-listing-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--oh-property-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.oh-listing-card__demo {
  position: absolute;
  top: 16px;
  right: 16px;
  max-width: calc(100% - 145px);
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  color: var(--oh-property-white);
  background: rgba(124, 76, 46, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.oh-listing-card__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px;
}

.oh-listing-card__location {
  margin: 0 0 10px;
  color: var(--oh-property-copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-listing-card h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 790;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.oh-listing-card h3 a {
  color: var(--oh-property-ink);
  text-decoration: none;
}

.oh-listing-card__excerpt {
  margin: 15px 0 0;
  color: var(--oh-property-muted);
  font-size: 14px;
  line-height: 1.65;
}

.oh-listing-card__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--oh-property-line);
  border-bottom: 1px solid var(--oh-property-line);
}

.oh-listing-card__facts div {
  min-width: 0;
  padding: 0 12px;
  border-right: 1px solid var(--oh-property-line);
}

.oh-listing-card__facts div:first-child {
  padding-left: 0;
}

.oh-listing-card__facts div:last-child {
  padding-right: 0;
  border-right: 0;
}

.oh-listing-card__facts dt {
  color: var(--oh-property-muted);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-listing-card__facts dd {
  margin: 5px 0 0;
  color: var(--oh-property-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.oh-listing-card__demo-note {
  margin: 12px 0 0;
  color: var(--oh-property-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
}

.oh-listing-card__link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: var(--oh-property-copper-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.oh-listing-card__link span {
  transition: transform 180ms ease;
}

.oh-listing-card__link:hover span,
.oh-listing-card__link:focus-visible span {
  transform: translate(2px, -2px);
}

.oh-listings-pagination {
  margin-top: 54px;
}

.oh-listings-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-listings-pagination a,
.oh-listings-pagination .current {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid var(--oh-property-line);
  border-radius: 6px;
  color: var(--oh-property-ink);
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.oh-listings-pagination .current,
.oh-listings-pagination a:hover,
.oh-listings-pagination a:focus-visible {
  color: var(--oh-property-white);
  border-color: var(--oh-property-copper);
  background: var(--oh-property-copper);
}

/* Empty archive and method */
.oh-listings-empty {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background: var(--oh-property-paper);
}

.oh-listings-empty::before {
  position: absolute;
  top: -280px;
  left: -180px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(215, 182, 111, 0.24), rgba(215, 182, 111, 0) 68%);
}

.oh-listings-empty__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.65fr);
  gap: clamp(56px, 8vw, 124px);
  align-items: center;
}

.oh-listings-empty__copy > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--oh-property-muted);
  font-size: 18px;
  line-height: 1.75;
}

.oh-listings-empty__card {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(16, 24, 28, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    22px 22px 60px rgba(90, 82, 66, 0.12),
    -18px -18px 50px rgba(255, 255, 255, 0.75);
}

.oh-listings-empty__card::before {
  position: absolute;
  top: 0;
  right: 32px;
  width: 72px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  content: "";
  background: var(--oh-property-copper);
}

.oh-listings-empty__index {
  color: var(--oh-property-copper-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oh-listings-empty blockquote {
  margin: 28px 0 22px;
  color: var(--oh-property-ink);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 720;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.oh-listings-empty__card > p {
  margin: 0;
  color: var(--oh-property-ink);
  font-size: 13px;
  font-weight: 800;
}

.oh-listings-empty__card > p span {
  display: block;
  margin-top: 2px;
  color: var(--oh-property-muted);
  font-size: 11px;
  font-weight: 600;
}

.oh-listings-empty__card .oh-property-actions {
  margin-top: 30px;
}

.oh-listings-method {
  padding-block: 108px 120px;
  color: var(--oh-property-white);
  background: var(--oh-property-ink);
}

.oh-listings-method .oh-property-kicker {
  color: var(--oh-property-gold);
}

.oh-listings-method h2 {
  max-width: 780px;
  color: var(--oh-property-white);
}

.oh-listings-method ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 64px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.oh-listings-method li {
  position: relative;
  padding: 36px 36px 0 0;
}

.oh-listings-method li + li {
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.oh-listings-method li > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 182, 111, 0.42);
  border-radius: 50%;
  color: var(--oh-property-gold);
  font-size: 10px;
  font-weight: 800;
}

.oh-listings-method h3 {
  margin: 26px 0 0;
  color: var(--oh-property-white);
  font-size: 26px;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.oh-listings-method li p {
  max-width: 330px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.68;
}

/* Single property */
.oh-property-detail-hero {
  position: relative;
  overflow: hidden;
  padding-block: 42px 84px;
  color: var(--oh-property-white);
  background:
    linear-gradient(130deg, rgba(20, 30, 35, 0.99), rgba(8, 14, 17, 0.99)),
    var(--oh-property-ink);
}

.oh-property-detail-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.15;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 0.7px, transparent 0.7px);
  background-size: 16px 16px;
  mask-image: linear-gradient(to left, #000, transparent 72%);
}

.oh-property-detail-hero__glow {
  right: -160px;
  bottom: -240px;
}

.oh-property-back {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.oh-property-back:hover,
.oh-property-back:focus-visible {
  color: var(--oh-property-white);
}

.oh-property-demo-notice {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 18px 34px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(215, 182, 111, 0.52);
  border-radius: 14px;
  background: rgba(124, 76, 46, 0.26);
}

.oh-property-demo-notice strong {
  color: var(--oh-property-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-property-demo-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.55;
}

.oh-property-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.72fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  margin-top: 34px;
}

.oh-property-detail-hero__copy {
  max-width: 760px;
}

.oh-property-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.oh-property-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-property-pill--light,
.oh-property-pill--active {
  color: var(--oh-property-ink);
  border-color: var(--oh-property-white);
  background: var(--oh-property-white);
}

.oh-property-pill--reserved,
.oh-property-pill--sold,
.oh-property-pill--rented,
.oh-property-pill--draft {
  color: var(--oh-property-white);
  border-color: var(--oh-property-copper);
  background: var(--oh-property-copper);
}

.oh-property-pill--demo {
  color: var(--oh-property-ink);
  border-color: var(--oh-property-gold);
  background: var(--oh-property-gold);
}

.oh-property-detail-hero h1 {
  margin: 0;
  color: var(--oh-property-white);
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.052em;
  overflow-wrap: anywhere;
}

.oh-property-detail-hero__location {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 28px 0 0;
  color: var(--oh-property-gold);
  font-size: 14px;
  font-weight: 760;
}

.oh-property-detail-hero__location span {
  width: 8px;
  height: 8px;
  border: 2px solid var(--oh-property-gold);
  border-radius: 50%;
}

.oh-property-detail-hero__lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.68;
}

.oh-property-detail-hero .oh-property-actions {
  margin-top: 32px;
}

.oh-property-cover {
  position: relative;
  min-height: 520px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px 24px 92px 24px;
  background: #243036;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38);
  transform: translateY(var(--oh-property-media-y, 0));
  transition: transform 120ms linear;
}

.oh-property-cover::before {
  position: absolute;
  z-index: -1;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(215, 182, 111, 0.24);
  border-radius: 26px 26px 98px 26px;
  content: "";
}

.oh-property-cover__image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: inherit;
  object-fit: cover;
}

.oh-property-cover__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 40px;
  border-radius: inherit;
  text-align: center;
  background:
    radial-gradient(circle at 70% 18%, rgba(215, 182, 111, 0.24), transparent 28%),
    linear-gradient(145deg, #263238, #10181c);
}

.oh-property-cover__placeholder::before,
.oh-property-cover__placeholder::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.oh-property-cover__placeholder::before {
  inset: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px 14px 66px 14px;
}

.oh-property-cover__placeholder::after {
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.oh-property-cover__mark {
  position: relative;
  z-index: 1;
  color: var(--oh-property-white);
  font-size: 74px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.09em;
}

.oh-property-cover__placeholder p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--oh-property-white);
  font-size: 18px;
  font-weight: 780;
}

.oh-property-cover__placeholder small {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.5;
}

.oh-property-cover figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(7, 13, 16, 0.74);
  backdrop-filter: blur(14px);
}

.oh-property-cover figcaption span {
  color: var(--oh-property-white);
  font-size: 12px;
  font-weight: 800;
}

.oh-property-cover figcaption strong {
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-property-facts {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--oh-property-line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(16, 24, 28, 0.07);
  backdrop-filter: blur(16px);
}

.oh-property-facts__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.oh-property-facts__inner > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 22px 28px;
  border-right: 1px solid var(--oh-property-line);
}

.oh-property-facts__inner > div:first-child {
  border-left: 1px solid var(--oh-property-line);
}

.oh-property-facts span {
  color: var(--oh-property-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oh-property-facts strong {
  margin-top: 6px;
  color: var(--oh-property-ink);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.oh-property-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: clamp(52px, 7vw, 108px);
  align-items: start;
  padding-block: 112px 130px;
}

.oh-property-detail__content {
  min-width: 0;
}

.oh-property-section + .oh-property-section {
  margin-top: 96px;
  padding-top: 82px;
  border-top: 1px solid var(--oh-property-line);
}

.oh-property-section h2 {
  max-width: 820px;
}

.oh-property-prose,
.oh-property-location > p:not(.oh-property-kicker) {
  max-width: 820px;
  margin-top: 30px;
  color: var(--oh-property-muted);
  font-size: 18px;
  line-height: 1.82;
}

.oh-property-prose > *:first-child {
  margin-top: 0;
}

.oh-property-prose > *:last-child {
  margin-bottom: 0;
}

.oh-property-prose h3 {
  margin: 38px 0 14px;
  color: var(--oh-property-ink);
  font-size: 27px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.oh-property-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--oh-property-line);
  list-style: none;
}

.oh-property-highlights li {
  display: grid;
  min-height: 104px;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 25px 22px 25px 0;
  border-bottom: 1px solid var(--oh-property-line);
  color: var(--oh-property-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.oh-property-highlights li:nth-child(even) {
  padding-left: 22px;
  border-left: 1px solid var(--oh-property-line);
}

.oh-property-highlights li span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 111, 66, 0.36);
  border-radius: 50%;
  color: var(--oh-property-copper-dark);
  font-size: 9px;
  font-weight: 800;
}

.oh-property-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.oh-property-gallery__item {
  overflow: hidden;
  min-height: 300px;
  margin: 0;
  border-radius: 14px;
  background: var(--oh-property-paper-deep);
}

.oh-property-gallery__item--wide {
  grid-column: 1 / -1;
  min-height: 460px;
}

.oh-property-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.oh-property-gallery__item:hover img {
  transform: scale(1.025);
}

.oh-property-location .oh-property-text-link {
  margin-top: 24px;
}

.oh-property-agent {
  position: sticky;
  top: 116px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 28, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    24px 24px 64px rgba(90, 82, 66, 0.12),
    -16px -16px 44px rgba(255, 255, 255, 0.76);
}

.oh-property-agent__media {
  position: relative;
  overflow: hidden;
  height: 245px;
  margin: 0;
  background: var(--oh-property-ink);
}

.oh-property-agent__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.oh-property-agent__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(10, 17, 20, 0.58), transparent 52%);
}

.oh-property-agent__media figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--oh-property-white);
  background: rgba(10, 17, 20, 0.58);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.oh-property-agent__body {
  padding: 30px;
}

.oh-property-agent h2 {
  margin: 0;
  color: var(--oh-property-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.oh-property-agent__body > p:not(.oh-property-kicker):not(.oh-property-agent__note) {
  margin: 18px 0 0;
  color: var(--oh-property-muted);
  font-size: 15px;
  line-height: 1.68;
}

.oh-property-agent__note {
  margin: 22px 0 0;
  padding: 16px;
  border-left: 3px solid var(--oh-property-copper);
  color: var(--oh-property-ink);
  background: rgba(184, 111, 66, 0.08);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.oh-property-agent__actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.oh-property-agent__actions .oh-property-button {
  width: 100%;
}

.oh-property-agent__actions .oh-property-text-link {
  justify-content: center;
  margin-top: 8px;
  overflow-wrap: anywhere;
}

/* Progressive reveal */
.oh-property-motion-ready [data-oh-property-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--oh-property-delay, 0ms),
    transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--oh-property-delay, 0ms);
}

.oh-property-motion-ready [data-oh-property-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .oh-listings-hero__grid,
  .oh-property-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 54px;
  }

  .oh-listings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-listings-empty__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 56px;
  }

  .oh-property-detail__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
    gap: 54px;
  }
}

@media (max-width: 900px) {
  .oh-listings-hero__grid,
  .oh-property-detail-hero__grid,
  .oh-listings-empty__grid,
  .oh-property-detail__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .oh-listings-hero__grid {
    padding-block: 78px 66px;
  }

  .oh-listings-hero__media,
  .oh-listings-hero__media img,
  .oh-property-cover,
  .oh-property-cover__image {
    min-height: 480px;
  }

  .oh-listings-hero__media {
    width: min(100%, 680px);
  }

  .oh-listings-empty__card {
    max-width: 680px;
  }

  .oh-listings-method ol {
    grid-template-columns: minmax(0, 1fr);
    border-top: 0;
  }

  .oh-listings-method li,
  .oh-listings-method li + li {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 18px;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .oh-listings-method li > span {
    grid-row: 1 / 3;
  }

  .oh-listings-method h3 {
    margin: 2px 0 0;
  }

  .oh-listings-method li p {
    margin-top: 8px;
  }

  .oh-property-detail-hero__grid {
    margin-top: 48px;
  }

  .oh-property-cover {
    width: min(100%, 720px);
  }

  .oh-property-facts__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-property-facts__inner > div:nth-child(2) {
    border-right: 0;
  }

  .oh-property-facts__inner > div:nth-child(n + 3) {
    border-top: 1px solid var(--oh-property-line);
  }

  .oh-property-detail__layout {
    padding-block: 86px 104px;
  }

  .oh-property-agent {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1fr);
  }

  .oh-property-agent__media {
    height: 100%;
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .oh-property-experience .oh-property-shell {
    width: min(calc(100% - 32px), 1320px);
  }

  .oh-property-experience .oh-property-actions,
  .oh-property-experience .oh-property-button {
    width: 100%;
  }

  .oh-listings-hero h1 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .oh-listings-hero__lead,
  .oh-property-detail-hero__lead {
    font-size: 16px;
  }

  .oh-listings-hero__signal {
    align-items: flex-start;
  }

  .oh-listings-hero__media,
  .oh-listings-hero__media img {
    min-height: 380px;
    border-radius: 20px 20px 76px 20px;
  }

  .oh-listings-hero__media::before {
    inset: -10px 10px 10px -10px;
  }

  .oh-listings-hero__media figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  .oh-listings-hero__stamp {
    top: 18px;
    left: -8px;
    width: 68px;
    height: 68px;
  }

  .oh-listings-paths__inner {
    width: 100%;
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(145px, 1fr));
    scrollbar-width: none;
  }

  .oh-listings-paths a {
    min-height: 66px;
  }

  .oh-listings-results,
  .oh-listings-empty {
    padding-block: 78px 86px;
  }

  .oh-listings-section-head {
    display: block;
  }

  .oh-listings-section-head h2,
  .oh-listings-empty h2,
  .oh-listings-method h2,
  .oh-property-section h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .oh-listings-count {
    display: inline-flex;
    margin-top: 18px;
  }

  .oh-listings-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .oh-listing-card__demo {
    top: auto;
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .oh-listings-empty__copy > p:last-child {
    font-size: 16px;
  }

  .oh-listings-empty__card {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .oh-listings-empty blockquote {
    font-size: 27px;
  }

  .oh-listings-method {
    padding-block: 78px 86px;
  }

  .oh-listings-method ol {
    margin-top: 46px;
  }

  .oh-property-detail-hero {
    padding-block: 30px 64px;
  }

  .oh-property-demo-notice {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 16px 18px;
  }

  .oh-property-detail-hero__grid {
    min-height: 0;
    gap: 44px;
  }

  .oh-property-detail-hero h1 {
    font-size: clamp(41px, 12vw, 58px);
  }

  .oh-property-cover,
  .oh-property-cover__image {
    min-height: 390px;
    border-radius: 18px 18px 64px 18px;
  }

  .oh-property-cover::before {
    inset: 10px -10px -10px 10px;
  }

  .oh-property-cover figcaption {
    right: 15px;
    bottom: 14px;
    left: 15px;
    display: grid;
    gap: 2px;
  }

  .oh-property-facts__inner > div {
    min-height: 96px;
    padding: 18px;
  }

  .oh-property-facts strong {
    font-size: 20px;
  }

  .oh-property-detail__layout {
    gap: 70px;
    padding-block: 76px 92px;
  }

  .oh-property-section + .oh-property-section {
    margin-top: 72px;
    padding-top: 64px;
  }

  .oh-property-prose,
  .oh-property-location > p:not(.oh-property-kicker) {
    font-size: 16px;
    line-height: 1.78;
  }

  .oh-property-highlights,
  .oh-property-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .oh-property-highlights li,
  .oh-property-highlights li:nth-child(even) {
    padding: 22px 0;
    border-left: 0;
  }

  .oh-property-gallery__item,
  .oh-property-gallery__item--wide {
    grid-column: auto;
    min-height: 280px;
  }

  .oh-property-agent {
    grid-template-columns: minmax(0, 1fr);
  }

  .oh-property-agent__media {
    min-height: 280px;
  }

  .oh-property-agent__body {
    padding: 28px 24px;
  }
}

@media (max-width: 390px) {
  .oh-listings-hero__media,
  .oh-listings-hero__media img,
  .oh-property-cover,
  .oh-property-cover__image {
    min-height: 330px;
  }

  .oh-listing-card__body {
    padding: 22px;
  }

  .oh-listing-card__facts dd {
    font-size: 12px;
  }

  .oh-property-facts__inner > div {
    padding-inline: 14px;
  }

  .oh-property-facts strong {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oh-property-experience .oh-property-button,
  .oh-property-experience .oh-property-text-link span,
  .oh-property-experience .oh-listing-card,
  .oh-property-experience .oh-listing-card__image,
  .oh-property-experience .oh-listing-card__link span,
  .oh-property-experience .oh-property-gallery img,
  .oh-listings-hero__media,
  .oh-property-cover,
  .oh-property-motion-ready [data-oh-property-reveal] {
    transition: none;
  }

  .oh-property-motion-ready [data-oh-property-reveal] {
    opacity: 1;
    transform: none;
  }
}
