.property-page-note {
  margin: 1.25rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(46, 76, 62, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.85;
}
.property-page-note strong { color: #294b3b; }
.property-page-note a { font-weight: 700; }
.property-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.property-switch-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(46, 76, 62, .16);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 7px 24px rgba(31, 49, 40, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.property-switch-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 49, 40, .1);
}
.property-switch-card.is-current {
  border-color: rgba(46, 76, 62, .42);
  background: #f5f8f5;
}
.property-switch-icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf3ee;
  color: #315742;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.property-switch-card h3 { margin: 0 0 .3rem; font-size: 1.05rem; }
.property-switch-card p { margin: 0; font-size: .86rem; line-height: 1.65; }
.property-data-head {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: flex-end;
}
.property-data-meta {
  flex: 0 0 auto;
  display: grid;
  gap: .25rem;
  padding: .75rem 1rem;
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  font-size: .8rem;
  line-height: 1.5;
  text-align: right;
}
.property-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.3rem 0;
}
.property-summary-item {
  padding: 1rem;
  border: 1px solid rgba(46, 76, 62, .14);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
.property-summary-item strong {
  display: block;
  color: #294b3b;
  font-family: "Noto Serif JP", serif;
  font-size: 1.65rem;
  line-height: 1.2;
}
.property-summary-item span { display: block; margin-top: .35rem; font-size: .78rem; }
.property-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.property-filter-button,
.property-more-button {
  appearance: none;
  border: 1px solid rgba(46, 76, 62, .25);
  border-radius: 999px;
  background: #fff;
  color: #294b3b;
  padding: .65rem 1rem;
  font: inherit;
  font-size: .84rem;
  font-weight: 700;
  cursor: pointer;
}
.property-filter-button:hover,
.property-filter-button.is-active,
.property-more-button:hover {
  border-color: #315742;
  background: #315742;
  color: #fff;
}
.property-search {
  min-width: 260px;
  margin-left: auto;
  padding: .72rem .95rem;
  border: 1px solid rgba(46, 76, 62, .25);
  border-radius: 9px;
  background: #fff;
  font: inherit;
  font-size: .88rem;
}
.property-list { display: grid; gap: 1rem; }
.property-card {
  overflow: hidden;
  border: 1px solid rgba(46, 76, 62, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(31, 49, 40, .055);
}
.property-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: .95rem 1.15rem;
  border-bottom: 1px solid rgba(46, 76, 62, .11);
  background: #f7f9f7;
}
.property-title-wrap { min-width: 0; }
.property-number { display: block; color: #567061; font-size: .76rem; font-weight: 700; }
.property-title { margin: .22rem 0 0; font-size: 1rem; line-height: 1.5; }
.property-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem; }
.property-badge {
  display: inline-flex;
  padding: .23rem .55rem;
  border-radius: 999px;
  background: #edf3ee;
  color: #315742;
  font-size: .7rem;
  font-weight: 700;
  white-space: nowrap;
}
.property-badge.source-municipal { background: #edf0f7; color: #34476a; }
.property-badge.status-open { background: #e8f5ec; color: #176534; }
.property-badge.status-negotiating { background: #fff0dd; color: #89521b; }
.property-badge.status-closed { background: #f1f1f1; color: #666; }
.property-card-body { padding: 1.1rem 1.15rem 1.15rem; }
.property-price {
  margin: 0 0 1rem;
  color: #2d4f3d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.property-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem 1.25rem;
  margin: 0;
}
.property-details div { display: grid; grid-template-columns: 5.4em 1fr; gap: .5rem; min-width: 0; }
.property-details dt { color: #637268; font-size: .78rem; font-weight: 700; }
.property-details dd { margin: 0; font-size: .86rem; line-height: 1.65; overflow-wrap: anywhere; }
.property-note {
  margin: .9rem 0 0;
  padding: .7rem .8rem;
  border-left: 3px solid #987541;
  background: #fffaf1;
  font-size: .82rem;
  line-height: 1.7;
}
.property-conditions { margin: .8rem 0 0; color: #53645a; font-size: .79rem; line-height: 1.7; }
.property-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}
.property-official-link,
.property-pdf-link {
  display: inline-flex;
  align-items: center;
  padding: .62rem .85rem;
  border-radius: 8px;
  background: #315742;
  color: #fff;
  text-decoration: none;
  font-size: .79rem;
  font-weight: 700;
}
.property-pdf-link { background: #586a61; }
.property-state {
  padding: 2rem 1.2rem;
  border: 1px dashed rgba(46, 76, 62, .3);
  border-radius: 12px;
  background: rgba(255,255,255,.68);
  text-align: center;
  line-height: 1.8;
}
.property-more-wrap { margin-top: 1.2rem; text-align: center; }
.property-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.property-check-card {
  padding: 1.2rem;
  border: 1px solid rgba(46, 76, 62, .15);
  border-radius: 13px;
  background: #fff;
}
.property-check-card .check-num { color: #668071; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.property-check-card h3 { margin: .45rem 0 .55rem; font-size: 1rem; }
.property-check-card p { margin: 0; font-size: .84rem; line-height: 1.75; }
.property-condition-box {
  margin-top: 1.4rem;
  padding: 1.25rem;
  border: 1px solid rgba(46, 76, 62, .17);
  border-radius: 14px;
  background: #fff;
}
.property-condition-box h3 { margin: 0 0 .65rem; }
.property-condition-box ul { margin: 0; padding-left: 1.25rem; }
.property-condition-box li { margin: .35rem 0; font-size: .86rem; line-height: 1.7; }
.property-cta-box {
  padding: 1.5rem;
  border-radius: 16px;
  background: #294b3b;
  color: #fff;
}
.property-cta-box h2 { color: #fff; margin-top: 0; }
.property-cta-box p { line-height: 1.85; }
.property-cta-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.property-cta-actions a {
  display: inline-flex;
  padding: .72rem 1rem;
  border-radius: 9px;
  background: #fff;
  color: #294b3b;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 900px) {
  .property-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-details { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .property-switch { grid-template-columns: 1fr; }
  .property-data-head { display: block; }
  .property-data-meta { margin-top: 1rem; text-align: left; }
  .property-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-search { width: 100%; min-width: 0; margin-left: 0; }
  .property-card-head { display: block; }
  .property-badges { justify-content: flex-start; margin-top: .65rem; }
  .property-check-grid { grid-template-columns: 1fr; }
}
