.nd-home-story {
  color: rgb(var(--color-text));
  background: #f2eee7;
  border-block: 1px solid rgb(var(--color-text) / 24%);
}

.nd-home-story__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: stretch;
  padding-block: clamp(80px, 9vw, 144px);
}

.nd-home-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 84px);
  border: 1px solid rgb(var(--color-text) / 28%);
  border-right: 0;
}

.nd-home-story__eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.nd-home-story__content h2 {
  max-width: 680px;
  margin: 0;
  font-family: var(--sort-title-font);
  font-size: clamp(44px, 5.5vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.nd-home-story__description {
  max-width: 590px;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.nd-home-story__button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  min-height: 54px;
  padding: 0 16px 0 20px;
  margin-top: 34px;
  color: #171412;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  background: #f7f3ed;
  border: 1px solid #171412;
}

.nd-home-story__button-label {
  display: block;
  color: #171412;
}

.nd-home-story__button-icon {
  display: grid;
  flex: none;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #171412;
  border: 1px solid #171412;
}

.nd-home-story__button-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.nd-home-story__visual {
  position: relative;
  display: block;
  min-height: 660px;
  overflow: hidden;
  background: #d8d0c5;
  text-decoration: none;
}

.nd-home-story__visual img,
.nd-home-story__visual svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.nd-home-story__visual-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  background: rgb(25 20 18 / 72%);
}

@media (max-width: 959px) {
  .nd-home-story__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 72px;
  }

  .nd-home-story__content {
    padding: 38px 22px 34px;
    border: 1px solid rgb(var(--color-text) / 28%);
    border-top: 0;
  }

  .nd-home-story__content h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .nd-home-story__button {
    width: 100%;
    min-height: 56px;
    color: #171412;
    background: #f7f3ed;
    border-color: #171412;
  }

  .nd-home-story__visual {
    order: -1;
    min-height: 0;
    aspect-ratio: 2 / 3;
  }

  .nd-home-story__visual img,
  .nd-home-story__visual svg {
    object-position: center;
  }
}
