/* Nochika additional property and company information patches */
.nochika-sale-land-section {
  position: relative;
  padding: 5rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7f3ed 100%);
  color: #2c2c2c;
}

.nochika-sale-land-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.nochika-sale-land-section__eyebrow {
  color: #d4883a;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.nochika-sale-land-section__title {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.nochika-sale-land-section__lead {
  color: rgba(44, 44, 44, 0.65);
  line-height: 1.9;
  margin-bottom: 2rem;
  max-width: 720px;
}

.nochika-sale-land-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  background: #ffffff;
  border: 1px solid rgba(44, 44, 44, 0.08);
  box-shadow: 0 24px 70px rgba(44, 44, 44, 0.08);
  overflow: hidden;
}

.nochika-sale-land-card__visual {
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(212, 136, 58, 0.16), rgba(247, 243, 237, 0.9)),
    radial-gradient(circle at 28% 30%, rgba(212, 136, 58, 0.26), transparent 34%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.nochika-sale-land-card__visual-label {
  border: 1px solid rgba(44, 44, 44, 0.12);
  background: rgba(255, 255, 255, 0.58);
  padding: 2rem;
  backdrop-filter: blur(8px);
}

.nochika-sale-land-card__visual-label span {
  display: block;
  color: #d4883a;
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.nochika-sale-land-card__visual-label p {
  font-size: 0.8rem;
  color: rgba(44, 44, 44, 0.55);
  letter-spacing: 0.08em;
}

.nochika-sale-land-card__body {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.nochika-sale-land-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.nochika-sale-land-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  background: rgba(212, 136, 58, 0.1);
  color: #c07830;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.nochika-sale-land-card__name {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.nochika-sale-land-card__price {
  color: #d4883a;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.nochika-sale-land-card__price small {
  font-size: 0.9rem;
  color: rgba(44, 44, 44, 0.5);
  font-weight: 500;
  margin-left: 0.35rem;
}

.nochika-sale-land-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(44, 44, 44, 0.08);
  border-left: 1px solid rgba(44, 44, 44, 0.08);
  margin: 1.25rem 0;
}

.nochika-sale-land-card__item {
  padding: 0.9rem 1rem;
  border-right: 1px solid rgba(44, 44, 44, 0.08);
  border-bottom: 1px solid rgba(44, 44, 44, 0.08);
}

.nochika-sale-land-card__item dt {
  color: rgba(44, 44, 44, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}

.nochika-sale-land-card__item dd {
  font-size: 0.95rem;
  line-height: 1.6;
}

.nochika-sale-land-card__note {
  background: #f7f3ed;
  color: rgba(44, 44, 44, 0.68);
  font-size: 0.88rem;
  line-height: 1.85;
  padding: 1rem 1.1rem;
  margin-top: 1rem;
}

.nochika-sale-land-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.nochika-sale-land-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.2rem;
  background: #d4883a;
  color: #ffffff;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  transition: background 0.25s ease, transform 0.25s ease;
}

.nochika-sale-land-card__button:hover {
  background: #c07830;
  transform: translateY(-1px);
}

.nochika-sale-land-card__button--sub {
  background: transparent;
  color: #2c2c2c;
  border: 1px solid rgba(44, 44, 44, 0.2);
}

.nochika-sale-land-card__button--sub:hover {
  background: rgba(44, 44, 44, 0.04);
}

.nochika-company-page {
  min-height: 100vh;
  background: #f7f3ed;
  color: #2c2c2c;
}

.nochika-company-hero {
  padding: 9rem 1rem 4rem;
  background: linear-gradient(135deg, rgba(44,44,44,0.92), rgba(44,44,44,0.74)), url('./top-hero-office-sakura.jpg') center 62% / cover no-repeat;
  color: #ffffff;
}

.nochika-company-hero__inner,
.nochika-company-content {
  max-width: 1120px;
  margin: 0 auto;
}

.nochika-company-hero__eyebrow {
  color: #d4883a;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.nochika-company-hero__title {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.nochika-company-hero__lead {
  max-width: 680px;
  color: rgba(255,255,255,0.75);
  line-height: 1.9;
}

.nochika-company-content {
  padding: 4rem 1rem 5rem;
}

.nochika-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.nochika-company-box {
  background: #ffffff;
  border: 1px solid rgba(44,44,44,0.08);
  box-shadow: 0 24px 70px rgba(44,44,44,0.08);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.nochika-company-box h2 {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.nochika-company-table {
  width: 100%;
  border-collapse: collapse;
}

.nochika-company-table th,
.nochika-company-table td {
  border-bottom: 1px solid rgba(44,44,44,0.08);
  padding: 0.95rem 0;
  vertical-align: top;
  line-height: 1.8;
}

.nochika-company-table th {
  width: 9.5rem;
  color: rgba(44,44,44,0.48);
  font-weight: 600;
  text-align: left;
  font-size: 0.88rem;
}

.nochika-company-map {
  overflow: hidden;
  background: #ffffff;
}

.nochika-company-map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.nochika-company-link {
  display: inline-flex;
  margin-top: 1rem;
  color: #d4883a;
  font-weight: 600;
}

@media (max-width: 900px) {
  .nochika-sale-land-card,
  .nochika-company-grid {
    grid-template-columns: 1fr;
  }

  .nochika-sale-land-card__visual {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .nochika-sale-land-section {
    padding: 4rem 1rem;
  }

  .nochika-sale-land-card__grid {
    grid-template-columns: 1fr;
  }

  .nochika-sale-land-card__actions {
    flex-direction: column;
  }

  .nochika-sale-land-card__button {
    width: 100%;
  }

  .nochika-company-table th,
  .nochika-company-table td {
    display: block;
    width: 100%;
  }

  .nochika-company-table th {
    padding-bottom: 0.15rem;
  }

  .nochika-company-table td {
    padding-top: 0.15rem;
  }
}

/* Nagano sale land photo display */
.nochika-sale-land-card__visual {
  position: relative;
  overflow: hidden;
}

.nochika-sale-land-card__main-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.nochika-sale-land-card__main-image + .nochika-sale-land-card__visual-label {
  display: none;
  position: relative;
  z-index: 1;
}

.nochika-sale-land-card__item--wide {
  grid-column: 1 / -1;
}

.nochika-sale-land-card__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0.75rem;
}

.nochika-sale-land-card__gallery-item {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #f7f3ed;
  overflow: hidden;
  border: 1px solid rgba(44, 44, 44, 0.08);
}

.nochika-sale-land-card__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nochika-sale-land-card__photo-note {
  color: rgba(44, 44, 44, 0.48);
  font-size: 0.78rem;
  line-height: 1.7;
  margin: 0.35rem 0 0;
}

.nochika-sale-land-card__photo-note code {
  font-size: 0.76rem;
  background: rgba(44, 44, 44, 0.06);
  padding: 0.1rem 0.25rem;
}

@media (max-width: 640px) {
  .nochika-sale-land-card__gallery {
    grid-template-columns: 1fr;
  }

  .nochika-sale-land-card__main-image {
    min-height: 220px;
  }
}

/* 2026-05-02 correction: hide internal image-upload instruction */
.nochika-sale-land-card__photo-note {
  display: none !important;
}

/* Sale land category link and popup */
.nochika-sale-land-category-linked {
  position: relative;
}

.nochika-sale-land-category-new {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
  color: #d4883a;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nochika-sale-land-category-new span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.2rem 0.45rem;
  background: #d4883a;
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-display, "Playfair Display", serif);
  letter-spacing: 0.08em;
}

.nochika-sale-land-category-new b {
  font-weight: 600;
}

.nochika-modal-open {
  overflow: hidden;
}

.nochika-sale-land-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.nochika-sale-land-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.68);
  backdrop-filter: blur(7px);
}

.nochika-sale-land-popup__dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: 94vh;
  overflow-y: auto;
  background: #fff;
  color: #2c2c2c;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
}

.nochika-sale-land-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  color: #2c2c2c;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.nochika-sale-land-popup__close:hover {
  background: #d4883a;
  color: #fff;
}

.nochika-sale-land-popup__media {
  position: sticky;
  top: 0;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(212, 136, 58, 0.14), rgba(247, 243, 237, 0.9)),
    radial-gradient(circle at 28% 30%, rgba(212, 136, 58, 0.24), transparent 34%);
}

.nochika-sale-land-popup__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.nochika-sale-land-popup__placeholder {
  display: none;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  color: rgba(44, 44, 44, 0.55);
}

.nochika-sale-land-popup__placeholder span {
  color: #d4883a;
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 2.3rem;
  margin-bottom: 0.7rem;
}

.nochika-sale-land-popup__body {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.nochika-sale-land-popup__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.nochika-sale-land-popup__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.72rem;
  background: rgba(212, 136, 58, 0.1);
  color: #c07830;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nochika-sale-land-popup__badge--new {
  background: #d4883a;
  color: #fff;
  font-family: var(--font-display, "Playfair Display", serif);
  letter-spacing: 0.12em;
}

.nochika-sale-land-popup__body h2 {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.45rem;
}

.nochika-sale-land-popup__price {
  color: #d4883a;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.nochika-sale-land-popup__price small {
  margin-left: 0.35rem;
  color: rgba(44, 44, 44, 0.5);
  font-size: 0.88rem;
  font-weight: 500;
}

.nochika-sale-land-popup__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(44, 44, 44, 0.08);
  border-left: 1px solid rgba(44, 44, 44, 0.08);
  margin: 1rem 0;
}

.nochika-sale-land-popup__grid > div {
  padding: 0.85rem 0.9rem;
  border-right: 1px solid rgba(44, 44, 44, 0.08);
  border-bottom: 1px solid rgba(44, 44, 44, 0.08);
}

.nochika-sale-land-popup__grid > div.wide {
  grid-column: 1 / -1;
}

.nochika-sale-land-popup__grid dt {
  color: rgba(44, 44, 44, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}

.nochika-sale-land-popup__grid dd {
  font-size: 0.92rem;
  line-height: 1.65;
}

.nochika-sale-land-popup__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 0;
}

.nochika-sale-land-popup__gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #f7f3ed;
  overflow: hidden;
  border: 1px solid rgba(44, 44, 44, 0.08);
}

.nochika-sale-land-popup__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nochika-sale-land-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.nochika-sale-land-popup__button {
  min-height: 44px;
  padding: 0.78rem 1.15rem;
  background: #d4883a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  transition: 0.2s ease;
}

.nochika-sale-land-popup__button:hover {
  background: #c07830;
  transform: translateY(-1px);
}

.nochika-sale-land-popup__button--sub {
  background: transparent;
  color: #2c2c2c;
  border: 1px solid rgba(44, 44, 44, 0.2);
}

.nochika-sale-land-popup__button--sub:hover {
  background: rgba(44, 44, 44, 0.04);
  color: #2c2c2c;
}

@media (max-width: 860px) {
  .nochika-sale-land-popup__dialog {
    grid-template-columns: 1fr;
  }

  .nochika-sale-land-popup__media {
    position: relative;
    min-height: 260px;
  }

  .nochika-sale-land-popup__media img,
  .nochika-sale-land-popup__placeholder {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .nochika-sale-land-popup {
    padding: 0.5rem;
  }

  .nochika-sale-land-popup__body {
    padding: 1.25rem;
  }

  .nochika-sale-land-popup__grid,
  .nochika-sale-land-popup__gallery {
    grid-template-columns: 1fr;
  }

  .nochika-sale-land-popup__actions,
  .nochika-sale-land-popup__button {
    width: 100%;
  }
}

/* 2026-05-02 correction: show Nagano sale-land popup photos horizontally */
.nochika-sale-land-popup__dialog {
  display: block;
  width: min(1080px, 100%);
}

.nochika-sale-land-popup__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #f7f3ed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nochika-sale-land-popup__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #f7f3ed;
}

.nochika-sale-land-popup__placeholder {
  min-height: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.nochika-sale-land-popup__gallery figure {
  aspect-ratio: 16 / 9;
  background: #f7f3ed;
}

.nochika-sale-land-popup__gallery img {
  object-fit: contain;
  background: #f7f3ed;
}

/* Keep the home-page new sale-land card landscape as well */
.nochika-sale-land-card__visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #f7f3ed;
}

.nochika-sale-land-card__main-image {
  min-height: 0;
  object-fit: contain;
  background: #f7f3ed;
}

.nochika-sale-land-card__gallery-item {
  aspect-ratio: 16 / 9;
}

.nochika-sale-land-card__gallery-item img {
  object-fit: contain;
  background: #f7f3ed;
}

@media (max-width: 860px) {
  .nochika-sale-land-popup__media,
  .nochika-sale-land-popup__media img,
  .nochika-sale-land-popup__placeholder {
    min-height: 0;
  }
}
