/* NC Park — Neighbor-style parking/storage landing */
.nc-park-page .nc-header-actions .nc-btn {
  border-radius: 999px;
  padding: 0.5rem 1rem;
}

.nc-park-hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 4.5rem 1.25rem 3.5rem;
}

.nc-park-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-park-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 42, 99, 0.45) 0%, rgba(6, 42, 99, 0.62) 100%);
}

.nc-park-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.nc-park-hero h1 {
  margin: 0 0 0.65rem;
  font-family: var(--century-font-display);
  font-size: clamp(2rem, 5vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.nc-park-hero p {
  margin: 0;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.92);
}

.nc-park-search {
  display: flex;
  align-items: stretch;
  margin: 1.65rem auto 0;
  max-width: 34rem;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 42, 99, 0.28);
}

.nc-park-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0.95rem 1.2rem;
  font: inherit;
  font-size: 1rem;
  color: var(--century-ink);
}

.nc-park-search button {
  border: 0;
  border-radius: 0;
  padding: 0.95rem 1.45rem;
  background: var(--century-sapphire);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.nc-type-row {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.75rem;
  scroll-snap-type: x mandatory;
}

.nc-type-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
  padding: 1.05rem 1rem 0.95rem;
  border-radius: 16px;
  border: 1px solid var(--century-border);
  background: #fff;
  box-shadow: 0 8px 20px rgba(6, 42, 99, 0.05);
}

.nc-type-card strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--century-font-display);
  font-size: 1.02rem;
}

.nc-type-card span {
  color: var(--century-sapphire);
  font-size: 1.15rem;
}

.nc-step-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .nc-step-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.nc-step-row article {
  padding: 1.15rem 1.1rem;
  border-top: 3px solid var(--century-sapphire);
}

.nc-step-row h3 {
  margin: 0 0 0.4rem;
  font-family: var(--century-font-display);
  font-size: 1.05rem;
}

.nc-step-row p {
  margin: 0;
  color: var(--century-muted);
  font-size: 0.92rem;
}

.nc-guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  margin: 1.25rem 0 1.5rem;
  border-bottom: 1px solid var(--century-border);
}

.nc-guide-tabs button {
  border: 0;
  background: none;
  padding: 0.55rem 0 0.7rem;
  font: inherit;
  font-weight: 700;
  color: var(--century-muted);
  cursor: pointer;
}

.nc-guide-tabs button.is-active {
  color: var(--century-ink);
  box-shadow: inset 0 -3px 0 var(--century-ink);
}

.nc-guide-layout {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 860px) {
  .nc-guide-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }
}

.nc-guide-card {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 1.1rem;
  margin-bottom: 0.75rem;
  border-radius: 14px;
  border: 1px solid var(--century-border);
  background: #fff;
  cursor: pointer;
  font: inherit;
}

.nc-guide-card.is-active {
  border-color: var(--century-sapphire);
  box-shadow: 0 8px 20px rgba(15, 82, 186, 0.1);
}

.nc-guide-card strong {
  display: block;
  font-size: 1.02rem;
}

.nc-guide-card span {
  color: var(--century-muted);
  font-size: 0.88rem;
}

.nc-guide-viz {
  min-height: 280px;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background: #e8f0fb;
  color: var(--century-navy);
}

.nc-guide-viz h3 {
  margin: 0 0 0.65rem;
  font-family: var(--century-font-display);
}

.nc-guide-viz ul {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
  color: var(--century-muted);
}

.nc-guide-floor {
  height: 140px;
  margin: 0.85rem 0 1rem;
  border-radius: 12px;
  background:
    linear-gradient(#c5d8f5 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, #c5d8f5 1px, transparent 1px) 0 0 / 24px 24px,
    #dce8f8;
}

.nc-cat-bar {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.85rem;
}

.nc-cat-chip {
  flex: 0 0 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 0.5rem 0.75rem;
  border-radius: 16px;
  border: 1px solid #e6e8ee;
  background: #fff;
  color: var(--century-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.nc-cat-chip svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

.nc-cat-chip.is-active {
  border-color: var(--century-sapphire);
  color: var(--century-sapphire);
  box-shadow: 0 0 0 1px var(--century-sapphire);
}

.nc-mkt-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 1rem;
}

.nc-mkt-head h2 {
  margin: 0;
}

.nc-mkt {
  display: grid;
  gap: 1rem;
}

#park-list {
  min-width: 0;
}

@media (min-width: 980px) {
  .nc-mkt {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    align-items: stretch;
  }

  #park-list {
    max-height: calc(100vh - 8.5rem);
    overflow-y: auto;
    padding-right: 0.35rem;
  }

  .nc-mkt-map-wrap {
    position: sticky;
    top: 5.5rem;
    height: calc(100vh - 8.5rem);
  }

  .nc-mkt-map {
    height: 100%;
    min-height: 100%;
  }
}

.nc-listing {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  padding: 0.7rem;
  border-radius: 16px;
  border: 1px solid #e6e8ee;
  background: #fff;
}

.nc-listing-media {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #dce8f8;
}

.nc-listing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nc-listing-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--century-ink);
}

.nc-listing-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.nc-listing-badge--deal {
  color: #0f7a45;
}

.nc-listing-host-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.nc-listing-avatar {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dce8f8;
  color: var(--century-sapphire);
  font-size: 0.72rem;
  font-weight: 800;
}

.nc-listing-quote {
  margin: 0.28rem 0 0;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--century-muted);
}

.nc-listing-host,
.nc-listing-sizes,
.nc-listing-rating,
.nc-listing-city {
  margin: 0;
  color: var(--century-muted);
  font-size: 0.84rem;
}

.nc-listing-title {
  margin: 0.2rem 0 0.25rem;
  font-family: var(--century-font-display);
  font-size: 1.02rem;
}

.nc-listing-price {
  margin: 0;
  text-align: right;
  line-height: 1.15;
}

.nc-listing-price strong {
  display: block;
  font-size: 1.25rem;
}

.nc-listing-price span {
  font-size: 0.72rem;
  color: var(--century-muted);
  font-weight: 600;
}

.nc-mkt-map {
  height: min(70vh, 640px);
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e8ee;
}

.nc-map-price {
  background: none;
  border: 0;
}

.nc-map-price span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: var(--century-sapphire);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  box-shadow: 0 6px 14px rgba(6, 42, 99, 0.25);
}

.nc-host-dash {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .nc-host-dash {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .nc-listing {
    grid-template-columns: 1fr;
  }
}
