/* One renter journey: life brief -> verified home -> governed visit -> application truth. */
.hc-property-story,
.hc-property-story > *,
.hc-property-story__hero > * {
  content-visibility: visible;
  visibility: visible;
  opacity: 1;
}

.hc-property-story {
  display: block;
  min-height: 100vh;
  padding: 0 max(clamp(1.25rem,4vw,4.5rem),calc((100vw - 96rem)/2)) clamp(5rem,8vw,9rem);
  background: #f8f5ef;
  color: #10263f;
}

.hv-renter-thread {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(92rem, calc(100% - 3rem));
  margin: 0 auto;
  border-block: 1px solid rgba(16, 38, 63, .14);
  color: #10263f;
}

.hv-renter-thread > a,
.hv-renter-thread > span {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: .25rem .8rem;
  min-width: 0;
  padding: 1rem 1rem 1.1rem 0;
  color: inherit;
  text-decoration: none;
}

.hv-renter-thread > :not(:first-child) {
  padding-left: 1rem;
  border-left: 1px solid rgba(16, 38, 63, .12);
}

.hv-renter-thread span > b,
.hv-renter-thread a > span {
  grid-row: 1 / 3;
  color: #a36442;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.hv-renter-thread strong {
  font-size: .78rem;
  letter-spacing: .01em;
}

.hv-renter-thread small {
  color: #6b7785;
  font-size: .67rem;
  line-height: 1.4;
}

.hv-renter-thread [aria-current="page"] strong { color: #a36442; }

.hc-premium-listings .hv-renter-thread {
  width: 100%;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.hc-premium-listings[data-listings-state="quiet"] .hc-premium-listings__opening--quiet {
  grid-template-columns: minmax(0, 46rem);
  justify-content: start;
  min-height: min(44rem, calc(100svh - 10rem));
}

.hc-premium-listings__loading {
  display: grid;
  gap: .7rem;
  min-height: 18rem;
  align-content: center;
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-block: 1px solid rgba(16, 38, 63, .14);
}

.hc-premium-listings__loading > span {
  color: #a36442;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hc-premium-listings__loading > strong {
  max-width: 24rem;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.hc-premium-listings__loading > i {
  display: block;
  width: min(34rem, 86%);
  height: .55rem;
  background: linear-gradient(90deg, #e4ddd3 20%, #f4efe7 50%, #e4ddd3 80%);
  background-size: 200% 100%;
  animation: hv-renter-loading 1.4s ease-in-out infinite;
}

.hc-premium-listings__loading > i:last-child {
  width: min(24rem, 62%);
  animation-delay: .12s;
}

.hc-property-story .hv-renter-thread {
  width: 100%;
  padding-inline: max(1.5rem, calc((100vw - 92rem) / 2));
  border-color: rgba(255,250,242,.16);
  background: #07192d;
  color: #fff8ec;
}

.hc-property-story .hv-renter-thread small { color: rgba(255,250,242,.62); }
.hc-property-story .hv-renter-thread > :not(:first-child) { border-left-color: rgba(255,250,242,.14); }
.hc-property-story__return { padding-inline: max(1.5rem, calc((100vw - 92rem) / 2)); }

.hc-property-story__hero {
  grid-template-columns: minmax(0, 1.7fr) minmax(20rem, .65fr);
  min-height: 46rem;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  border-left: clamp(.25rem,.45vw,.48rem) solid #c46a2d;
  border-radius: 0 clamp(2rem,4vw,4.5rem) 0 clamp(2rem,4vw,4.5rem);
}

.hc-property-story__media {
  position: relative;
  min-height: 100%;
  display: grid;
}

.hc-property-story__media > .hc-property-story__photo-free {
  margin: 0;
}

.hc-property-story__photo-collection {
  max-width: min(92rem, calc(100% - 3rem));
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  padding: 0 max(clamp(1rem, 2vw, 2rem), 0);
}

.hc-property-story__photo-collection .hc-property-story__eyebrow {
  margin: 0 0 .75rem;
  color: #5f6f7f;
  font-size: .76rem;
  font-weight: 730;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hc-property-story__photo-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(6.5rem, 1fr));
  gap: .7rem;
  overflow-x: auto;
  padding-bottom: .35rem;
}

.hc-property-story__photo-frame {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-width: 7rem;
  border-radius: .85rem;
  border: 1px solid rgba(16, 38, 63, .14);
  text-decoration: none;
}

.hc-property-story__photo-frame:first-child {
  grid-column: span 2;
  min-width: 14rem;
}

.hc-property-story__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-property-story__primary-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .6rem 1rem;
}

.hc-property-story__decision {
  border: 0;
  border-top: 3px solid #a36442;
  border-radius: 0;
  box-shadow: none;
}

.hc-property-story__scheduler { border-radius: 0; }

.hc-property-story__photo-free {
  display: grid;
  place-items: center;
  align-content: center;
  gap: .65rem;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background: linear-gradient(145deg, #d8d0c3, #eee8df);
  color: #10263f;
}

.hc-property-story__opening h1 { color:#fff8ec; overflow-wrap:anywhere; }
.hc-property-story__opening > p:first-child { color:#e49a73; }
.hc-property-story__hero--photo-free{display:flex;min-height:23rem}
.hc-property-story__hero--photo-free .hc-property-story__opening{order:1;flex:1 1 68%;padding:clamp(2rem,4vw,4rem);background:#07192d;color:#fff8ec}
.hc-property-story__hero--photo-free .hc-property-story__opening h1,
.hc-property-story__hero--photo-free .hc-property-story__essentials strong,
.hc-property-story__hero--photo-free .hc-property-story__primary-actions>a:not(.hc-property-story__tour-action){color:#fff8ec}
.hc-property-story__hero--photo-free .hc-property-story__essentials span,
.hc-property-story__hero--photo-free .hc-property-story__posture,
.hc-property-story__hero--photo-free .hc-property-story__opening>small{color:rgba(255,248,236,.72)}
.hc-property-story__hero--photo-free .hc-property-story__media{position:relative!important;order:2;display:grid;flex:0 1 28%;min-width:15rem;min-height:23rem;align-self:stretch}
.hc-property-story__hero--photo-free .hc-property-story__opening h1{max-width:20ch;font-size:clamp(2.5rem,3.5vw,3.75rem)}
.hc-property-story__status--photo-free{position:absolute!important;top:1.25rem!important;right:1.25rem!important;bottom:auto!important;left:auto!important;z-index:2;max-width:calc(100% - 2.5rem);padding:.55rem .7rem!important;border:1px solid rgba(7,25,45,.16);border-radius:0!important;background:rgba(255,253,248,.9)!important;color:#33455a!important;font-size:.62rem!important;font-weight:750!important;letter-spacing:.08em;text-align:right;text-transform:uppercase;backdrop-filter:blur(8px)}
.hc-property-story__body--photo-free{margin-top:clamp(2rem,4vw,4rem);padding-top:clamp(3rem,5vw,5rem)!important;border-top:1px solid rgba(16,38,63,.14)}

.hc-property-story__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  max-width: 76rem;
  padding: clamp(4rem, 7vw, 7rem) clamp(0rem, 3vw, 3rem);
}

.hc-property-story__narrative > h2 {
  max-width: 16ch;
  margin: 0;
  color: #10263f;
  font-size: clamp(2.2rem, 3.25vw, 3.5rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -.05em;
}

.hc-property-story__narrative > h2 + p {
  max-width: 48rem;
  margin: 2rem 0 0;
  color: #596a79;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hc-property-story__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 3.5rem 0 0;
  border-block: 1px solid rgba(16, 38, 63, .14);
}

.hc-property-story__facts div { padding: 1.3rem 1rem 1.3rem 0; }
.hc-property-story__facts dt { color: #596a79; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.hc-property-story__facts dd { margin: .45rem 0 0; font-weight: 650; }

.hc-property-story__decision {
  position: sticky;
  top: 7rem;
  align-self: start;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-top: .25rem solid #a36442;
  background: #fffdfa;
  color: #10263f;
}

.hc-property-story__decision h2 { margin: 0; color: #10263f; font-size: clamp(1.8rem, 2.7vw, 2.8rem); font-weight: 520; line-height: 1.05; letter-spacing: -.045em; }
.hc-property-story__decision > p:not(.hc-property-story__eyebrow) { color: #596a79; line-height: 1.65; }
.hc-property-story__decision ol { display: grid; gap: 1.1rem; margin: 2rem 0; padding: 0; list-style: none; }
.hc-property-story__decision li { display: grid; grid-template-columns: 1.8rem 1fr; gap: .7rem; }
.hc-property-story__decision li > span { display: grid; place-items: center; width: 1.6rem; height: 1.6rem; border: 1px solid rgba(16,38,63,.18); color: #a36442; font-size: .68rem; }
.hc-property-story__decision li strong,.hc-property-story__decision li small { display: block; }
.hc-property-story__decision li small { margin-top: .2rem; color: #596a79; line-height: 1.4; }
.hc-property-story__decision > a:not(.hc-property-story__tour-action) { display: block; margin-top: 1rem; color: #596a79; font-size: .78rem; text-align: center; }

.hc-property-story--missing { display: grid; min-height: 72vh; place-items: center; }
.hc-property-story--missing > section { max-width: 48rem; padding-block: clamp(5rem, 10vw, 10rem); }
.hc-property-story--missing h1 { max-width: 12ch; margin: 0; color: #10263f; font-size: clamp(3rem, 7vw, 7rem); font-weight: 520; line-height: .92; letter-spacing: -.06em; }
.hc-property-story--missing span { display: block; max-width: 38rem; margin: 2rem 0; color: #596a79; line-height: 1.7; }
.hc-property-story--missing a { display: inline-flex; min-height: 3rem; align-items: center; padding: .75rem 1rem; background: #10263f; color: #fff8ec; font-weight: 700; text-decoration: none; }

.hc-property-story__photo-free strong {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 520;
  letter-spacing: -.05em;
}

.hc-property-story__photo-free span {
  max-width: 24ch;
  padding-inline: 1.25rem;
  color: #6b5b4d;
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.hc-property-story__hero--photo-free .hc-property-story__photo-free {
  height: auto;
  min-height: 100%;
}

.hc-property-story__primary-actions .hc-property-story__tour-action,
.hc-property-story__decision > .hc-property-story__tour-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  margin: 0;
  padding: .9rem 1.2rem;
  background: #a36442;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.hc-property-story__primary-actions > a:not(.hc-property-story__tour-action) {
  padding: .72rem .15rem;
  color: #fff8ec;
  font-weight: 650;
  text-underline-offset: .24rem;
  text-decoration-color: rgba(255, 248, 236, .42);
}

.hc-property-story__primary-actions > a:not(.hc-property-story__tour-action):hover,
.hc-property-story__primary-actions > a:not(.hc-property-story__tour-action):focus-visible {
  text-decoration-color: #e49a73;
}

.hc-property-story__decision > .hc-property-story__tour-action { width: 100%; }

.hc-property-story__continuity {
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 1rem clamp(1.5rem, 4vw, 4rem);
  margin: clamp(2.5rem, 7vw, 6rem) auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-block: 1px solid rgba(16, 38, 63, .16);
  background: #f2ece3;
  color: #10263f;
}

.hc-property-story__continuity h2,
.hc-property-story__continuity p { margin: 0; }

.hc-property-story__continuity h2 {
  grid-column: 1;
  grid-row: 2 / 4;
  max-width: 15ch;
  color: #10263f;
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 520;
  line-height: .98;
  letter-spacing: -.05em;
}

.hc-property-story__continuity > .hc-property-story__eyebrow { grid-column: 1; grid-row: 1; }

.hc-property-story__continuity > p:not(.hc-property-story__eyebrow) {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #596a79;
  font-size: 1rem;
  line-height: 1.7;
}

.hc-property-story__continuity > a {
  grid-column: 2;
  grid-row: 3;
  color: #8a4d2e;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.hs-story .hv-renter-thread,
.hv-application-story .hv-renter-thread {
  width: min(94rem, 100%);
  border-color: rgba(255, 250, 242, .2);
  background: #0c2742;
  color: #fffaf2;
}

.hs-story .hv-renter-thread small,
.hv-application-story .hv-renter-thread small { color: rgba(255, 250, 242, .62); }

.hs-story .hv-renter-thread > :not(:first-child),
.hv-application-story .hv-renter-thread > :not(:first-child) { border-left-color: rgba(255, 250, 242, .14); }

.hs-story__opening { min-height: min(760px, calc(100svh - 8rem)); }

.hs-story__decision,
.hs-story__continuity,
.hs-story__assurance { border-radius: 0; }

.hv-application-hero,
.hv-application-decision-hero,
.hv-application-actions { max-width: 94rem; }

@keyframes hv-renter-loading {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

@media (max-width: 760px) {
  .hc-property-story__photo-collection {
    width: calc(100% - 2rem);
    margin-inline: auto;
    padding-inline: 0;
    margin-top: 1.35rem;
  }

  .hc-property-story__photo-grid {
    grid-template-columns: repeat(4, minmax(7rem, 1fr));
    gap: .55rem;
  }

  .hc-property-story__photo-frame {
    min-width: 0;
  }

  .hc-property-story__body { grid-template-columns: 1fr; }
  .hc-property-story__hero:not(.hc-property-story__hero--photo-free){grid-template-columns:1fr;min-height:0}
  .hc-property-story__hero:not(.hc-property-story__hero--photo-free) .hc-property-story__media{min-height:24rem}
  .hc-property-story__decision { position: static; }
  .hc-property-story__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-property-story .hv-renter-thread {
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding-inline: 0;
  }
  .hc-property-story .hv-renter-thread > :nth-child(3) {
    border-left: 0;
  }
  .hc-property-story .hv-renter-thread > :nth-child(n+3) {
    border-top: 1px solid rgba(255,250,242,.14);
  }
  .hc-property-story__return {
    gap: 1rem;
    padding-block: .85rem;
  }
  .hc-property-story__continuity {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hc-property-story__continuity > .hc-property-story__eyebrow,
  .hc-property-story__continuity > h2,
  .hc-property-story__continuity > p:not(.hc-property-story__eyebrow),
  .hc-property-story__continuity > a { grid-column: 1; grid-row: auto; }

  .hv-renter-thread {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 2rem);
  }
  .hc-property-story__hero--photo-free{display:flex;min-height:0;flex-direction:column}
  .hc-property-story__hero--photo-free .hc-property-story__opening{order:1;flex:auto;background:#07192d;color:#fff8ec}
  .hc-property-story__hero--photo-free .hc-property-story__opening h1,
  .hc-property-story__hero--photo-free .hc-property-story__essentials strong,
  .hc-property-story__hero--photo-free .hc-property-story__primary-actions>a:not(.hc-property-story__tour-action){color:#fff8ec}
  .hc-property-story__hero--photo-free .hc-property-story__essentials span,
  .hc-property-story__hero--photo-free .hc-property-story__posture,
  .hc-property-story__hero--photo-free .hc-property-story__opening>small{color:rgba(255,248,236,.72)}
  .hc-property-story__primary-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.75rem 1rem;
    align-items:center;
  }
  .hc-property-story__primary-actions .hc-property-story__tour-action{
    grid-column:1/-1;
    width:100%;
  }
  .hc-property-story__primary-actions>a:not(.hc-property-story__tour-action){
    display:block;
    padding:.55rem 0;
    line-height:1.35;
  }
  .hc-property-story__hero--photo-free .hc-property-story__media{order:2;flex:auto;min-width:0;min-height:10rem}
  .hc-property-story__hero--photo-free .hc-property-story__photo-free strong{font-size:1.65rem}
  .hc-property-story__hero{border-left-width:.3rem;border-radius:0 2rem 0 2rem}

  .hv-renter-thread > :nth-child(3) {
    border-top: 1px solid rgba(16, 38, 63, .12);
    border-left: 0;
  }

  .hv-renter-thread > :nth-child(4) { border-top: 1px solid rgba(16, 38, 63, .12); }

  .hs-story .hv-renter-thread > :nth-child(3),
  .hs-story .hv-renter-thread > :nth-child(4),
  .hv-application-story .hv-renter-thread > :nth-child(3),
  .hv-application-story .hv-renter-thread > :nth-child(4) { border-top-color: rgba(255, 250, 242, .14); }
}

@media (max-width: 430px) {
  .hv-renter-thread {
    display: flex;
    overflow-x: auto;
  }

  .hv-renter-thread > a,
  .hv-renter-thread > span {
    min-width: 12.5rem;
    border-top: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-premium-listings__loading > i { animation: none; }
}
